sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Adding a S112/S113 SoftDevice to Core #456

Open DirtyEngineer opened 3 years ago

DirtyEngineer commented 3 years ago

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.