Skip to content

Commit 633253b

Browse files
jacobrosenthalsandeepmistry
authored andcommitted
README.md: add instructions for softdevice (sandeepmistry#129)
* README.md: add instructions for softdevice * README.md: add instructions for softdevice * Update README.md
1 parent 68f5574 commit 633253b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ cd ~/Documents/mpide/libraries/
102102
git clone https://github.com/sandeepmistry/arduino-BLEPeripheral BLEPeripheral
103103
```
104104

105+
### [arduino-nRF5x core](https://github.com/sandeepmistry/arduino-nRF5) users
106+
107+
The [arduino-nRF5x core](https://github.com/sandeepmistry/arduino-nRF5) **REQUIRES** a SoftDevice in order to successfully use this library. Please see [Flashing a SoftDevice](https://github.com/sandeepmistry/arduino-nRF5#flashing-a-softdevice).
108+
109+
Further, the error ```fatal error: ble_gatts.h: No such file or directory``` in indicitive of no SoftDevice being selected.
110+
105111
### Starter sketch
106112
Load [starter.ino](examples/starter/starter.ino)
107113

0 commit comments

Comments
 (0)