Search found 3 matches

by amirg
Tue Jun 08, 2021 5:10 pm
Forum: Development of MicroPython
Topic: IDE for micropython development
Replies: 2
Views: 2460

Re: IDE for micropython development

Hi,
As you are c developer so you can use vscode with micropython extension, but personally prefer to use Thonny IDE it is so handy in uploading and downloading python codes.
by amirg
Tue Jun 08, 2021 4:46 pm
Forum: Other Boards
Topic: nrf51822 error in ble.enable
Replies: 2
Views: 2297

Re: nrf51822 error in ble.enable

As program nrf51822 with arduino, BLE and peripheral work precisely but after flash S110 and micropython firmware into nrf51822 BLE stop working so in my situation I think there is problem in openOcd and the way I program nrf51822(start and end address of s110 and firmware) and i have no idea how to...
by amirg
Wed Jun 02, 2021 5:07 pm
Forum: Other Boards
Topic: nrf51822 error in ble.enable
Replies: 2
Views: 2297

nrf51822 error in ble.enable

Hi everyone
I've been recently into nrf51822 with micropython
as I tried to enable BLE this error Happened.
"OSError: can't apply GAP parameters"
is there any docs for nrf51822 or any solution to enable ble?