NimBLE-Arduino
NimBLE-Arduino copied to clipboard
Support for Arduino Mbed OS Nano Boards
I am trying to use NimBLE with the Arduino Nano 33. But currently it is not possible to use it. The Arduino Nano 33 uses the nrf52840 chip. This chip itself is supported with the n-able Arduino core.
Will the Arduino Nano 33 be supported in the future or is there a way to still use NimBLE with it?
Hi @Xraydylan this issue would be better suiting for the n-able repo but I'll answer here anyway.
The bootloader on the nano33 is not currently supported (I'll look into this later). So flashing requires programming via a debugging tool using pogo pins or soldering wires to the SWD connections. If you want to do this you could use the generic 52840 board variant for the nano33.
@h2zero any updates on this?
Nothing to report yet, I haven't had time to get into it.
Okay thanks for the swift response :)