h2zero / NimBLE-Arduino

A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
https://h2zero.github.io/NimBLE-Arduino/
Apache License 2.0
698 stars 144 forks source link

Support for Arduino Mbed OS Nano Boards #436

Open Xraydylan opened 2 years ago

Xraydylan commented 2 years ago

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?

h2zero commented 2 years ago

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.

TobiasRoeddiger commented 1 year ago

@h2zero any updates on this?

h2zero commented 1 year ago

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

TobiasRoeddiger commented 1 year ago

Okay thanks for the swift response :)