arduino-libraries/ArduinoBLE

Add support for the "Adafruit Feather RP2040 RFM69" board

Closed this issue · 1 comments

Please add support for the "Adafruit Feather RP2040 RFM69" board (https://www.adafruit.com/product/5712).

Arduino framework support for this board is provided by the "Raspberry Pi Pico/RP2040/RP2350" boards platform (https://github.com/earlephilhower/arduino-pico):

https://learn.adafruit.com/feather-rp2040-rfm69/arduino-ide-setup#adding-the-philhower-board-manager-url-3107182

I think it should be possible because the library already supports the Nano RP2040 Connect board.

Hi @gaellalire. That board doesn't even have a BLE capability, so you won't be able to use it in any BLE application, unless you connected an external hardware module that provided such a capability. The BLE capability of the Nano RP2040 Connect board is provided by the "NINA" module on the board, so the fact that both boards use a RP2040 primary microcontroller is irrelevant.

So the answer is definitely no.