Complete shutdown of Adafruit ItsyBitsy nRF52840 after n-able/nimBLE firmware update #830
Unanswered
andrevipid
asked this question in
Q&A
Replies: 1 comment
-
Your device should be fine, try burning the bootloader (none) which will delete everything and then flash again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello I am programming my Adafruit ItsyBitsy nRF52840 Express dev board (https://www.adafruit.com/product/4481), I have run some Blinky (test) codes just to make sure it works fine. I managed to upload the firmware using board selection adafruit and my arduino firmware worked fine with the board, leds on and switching.
But now I am interested to run and upload the firmware nimBLE arduino server.ino into nRF52840, which is part of this board. I am not interested to use adafruit core library because it does not support the performance as much as n-able arduino / nimBLE does.
I managed to configure the new n-able arduino board (https://h2zero.github.io/n-able-Arduino/package_n-able_boards_index.json) and installed Arm nimBLE package.
Therefore, I could select the board properly:
First I tried to use Board -> Itsybitsy bRF52840 Express, however was not able to load using programmer STLINK V2. It does not recognize the stlink and forced to use adafruit bootloader. It was unsuccessful. Then secondly I setup the board to generic nRF52840 like below:
I could upload the firmware using Stlinkv2 and arduino ide but with this return message from arduino IDE:
After that my Adafruit ItsyBitsy nRF52840 express dev board completely shutdown, not power led is on, no USB is recognized through COM ports. So I lost all connectivity to it.
What did I manage wrongly ? I suppose I probably vanished the bootloader from adafruit or locked the nRF52840 due to be using stlink maybe ?
I bought a new board and I want to manage to load the code properly to it. Should I upload it through NRF52840 dongle ?
Beta Was this translation helpful? Give feedback.
All reactions