sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

mention softdevice in readme #128

Closed jacobrosenthal closed 7 years ago

jacobrosenthal commented 7 years ago

Another issue that held me up this weekend was this library requires softdevice already be present, but doesnt mention it anywhere. Maybe just copy paste https://github.com/sandeepmistry/arduino-nRF5#flashing-a-softdevice to here?

sandeepmistry commented 7 years ago

Ya, that sounds good to add the link here.

We can also update the BLE section in nRF5 about selecting a soft device as per https://github.com/sandeepmistry/arduino-nRF5/issues/102.