@@ -78,14 +78,18 @@ __NOTE__: To roll back to the original driver go to: Device Manager -> Right cli
...
@@ -78,14 +78,18 @@ __NOTE__: To roll back to the original driver go to: Device Manager -> Right cli
* Windows: ```~/Documents/Arduino```
* Windows: ```~/Documents/Arduino```
2. Create the following directories: ```tools/nRF5FlashSoftDevice/tool/```
2. Create the following directories: ```tools/nRF5FlashSoftDevice/tool/```
3. Download [nRF5FlashSoftDevice.jar](https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/nRF5FlashSoftDevice.jar) to ```<SKETCHBOOK>/tools/nRF5FlashSoftDevice/tool/```
3. Download [nRF5FlashSoftDevice.jar](https://github.com/sandeepmistry/arduino-nRF5/releases/download/tools/nRF5FlashSoftDevice.jar) to ```<SKETCHBOOK>/tools/nRF5FlashSoftDevice/tool/```
4. Restart the Arduino IDE
4. For 64-bit Linux users, ```libc6:i386```, ```libstdc++6:i386```, ```libncurses5:i386```` and ```libudev1:i386``` need to be installed :
5. Select your nRF board from the Tools -> Board menu
* ```sudo dpkg --add-architecture i386```
6. Select a SoftDevice from the Tools -> "SoftDevice: " menu
* ```sudo apt-get update```
7. Select a Programmer (J-Link, ST-Link V2, or CMSIS-DAP) from the Tools -> "Programmer: " menu