NimBLE-Arduino icon indicating copy to clipboard operation
NimBLE-Arduino copied to clipboard

Support for Arduino Mbed OS Nano Boards

Open Xraydylan opened this issue 2 years ago • 4 comments

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?

Xraydylan avatar Aug 16 '22 19:08 Xraydylan

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 avatar Aug 16 '22 21:08 h2zero

@h2zero any updates on this?

TobiasRoeddiger avatar Mar 29 '23 20:03 TobiasRoeddiger

Nothing to report yet, I haven't had time to get into it.

h2zero avatar Mar 29 '23 20:03 h2zero

Okay thanks for the swift response :)

TobiasRoeddiger avatar Mar 29 '23 20:03 TobiasRoeddiger