arduino-nRF5 icon indicating copy to clipboard operation
arduino-nRF5 copied to clipboard

micro:bit V2 bluetooth support

Open maxgerhardt opened this issue 3 years ago • 5 comments
trafficstars

The boards.txt has no softdevices as possible selections.

https://github.com/sandeepmistry/arduino-nRF5/blob/75baa76b21ec28cf7c6ece57ba444cf2306b584b/boards.txt#L84-L88

Can bluetooth functionality be used with this board in this Arduino core?

Per https://github.com/platformio/platform-nordicnrf52/pull/139#issuecomment-1090229715 I would expect that S113, S140 or S122 would be an option here for nRF52833, but these files are also not in https://github.com/sandeepmistry/arduino-nRF5/tree/master/cores/nRF5/SDK/components/softdevice

maxgerhardt avatar Apr 06 '22 14:04 maxgerhardt

Hi @maxgerhardt, as you observed Bluetooth functionality cannot currently be used with this project and the micro:bit V2.

sandeepmistry avatar Apr 06 '22 22:04 sandeepmistry

Hi, is softdevice and BLE is under development or will be added in future release?

clonedesign avatar Apr 22 '22 15:04 clonedesign

Is there an update on this question? Thanks!

RandoSY avatar Aug 20 '22 02:08 RandoSY

@sandeepmistry I still need the softdevice headers for non-BLE implementation (ESB protocol) that I'm working on. Without the missing menu options I can't #include <nrf_error.h>.

I can open a new issue for tracking as this one seems aimed at only BLE backend support.

2bndy5 avatar Dec 05 '22 10:12 2bndy5

One possible workaround for this would be to use the NimBLE stack. However, I'm not sure if/how this can be integrated into Arduino-nRF5 core. @sandeepmistry any clues?

vshymanskyy avatar Mar 09 '23 13:03 vshymanskyy