Not able to load nimBLE Arduino firmware to Adafruit NRF52 device #828
-
Hello, as far as I noticed this NimBLE-Arduino library is available for both esp and nrf52: I have been trying to compile and load the code into Adafruit nRF52 dev board (https://www.adafruit.com/product/4481) however it seems not to be compatible as you can see: I am using the example Server code: However, I have got the following message in arduino ide output: Is this NimBLE compatible or not with nRF devices ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Are you using the n-able Arduino core available (here)[https://github.com/h2zero/n-able-Arduino]? |
Beta Was this translation helpful? Give feedback.
-
Thank you Sir, I managed to have it working following readme instructions on the library. |
Beta Was this translation helpful? Give feedback.
Unfortunately, unless you follow the instructions for the n-able Arduino core and set it up as a board, you aren't using it, which explains why you aren't able to use NimBLE-Arduino. I recommend following the install instructions exactly in this case.
Treating this code as a library is not appropriate/how it is installed.
I'm not sure what features you reference for the Adafruit library, but my guess is that they will work just fine. Try following the instructions for NimBLE-Arduino first and see if that solves your problem with this library, then work on debugging what might be broken with Adafruit's libraries.