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):
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.