This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Ported NRF52840 to sandeepmistry Arduino NRF52

Sir, good Morning

I ported the nrf52840 to be compatible with the sandeepmistry/arduino-nRF5: Arduino Core for Nordic Semiconductor nRF5 based boards (github.com)

It´s working very fine! I can compile many Arduino examples to NRF52840

The only problem is that the Ble Peripheral are not working! They compiles, execute, but, looks that the Softdevice not starts.

I guess that is compatibiliy version beteween the SDK used by sandeepmistry/arduino-nRF5: Arduino Core for Nordic Semiconductor nRF5 based boards (github.com) and the Softdevice that i am using, the 6.0.1

Do you have some suggestion ? If need to change the SDK version will be bad for me. If needs to change the Softdevice used for a lower version, should be good. But, wich version ? Back to the same used by sandeepmistry/arduino-nRF5: Arduino Core for Nordic Semiconductor nRF5 based boards (github.com) ? If yes, will work on NRF52840 ?

Thanks!

Related