sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding a S112/S113 SoftDevice to Core

DirtyEngineer opened this issue · comments

With the pending acceptance of support for the nRF52805 chip it is my understanding that an alternative SoftDevice will need to be added to the core to fully support it. According to Nordic it needs either S112 or S113 for BLE to function. Is adding these SoftDevice's as simple as just drop in two new folders into AppData\Local\Arduino15\packages\sandeepmistry\hardware\nRF5\0.7.0\cores\nRF5\SDK\components\softdevice, then updating boards.txt or is it more involved? Any help or insight into this matter would be much appreciated.