Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:arduino [2024/08/14 13:05] – [Nordic nRF5] darrontools:arduino [2024/08/14 14:00] (current) darron
Line 10: Line 10:
  
  
-===Nordic nRF5=== 
  
-This only works with the legacy IDE 1.8.19. 
  
-[[https://github.com/sandeepmistry/arduino-nRF5|Install guide for nRF51]] 
- 
-Zadig is required to provide LIBUSB to the IDE. When using J-Link, this is found as "BULK interface (Interface 2)". 
- 
-When trying to flash the Softdevice there will be an error about  
-fetching the zip file. To remedy this place the hex file in 
-the Arduino AppData folder. 
- 
-<code> 
-AppData/Local/Arduino15/packages/sandeepmistry/hardware/nRF5/0.8.0/cores/nRF5/SDK/components/softdevice/s130/hex/s130_nrf51_2.0.1_softdevice.hex 
-</code> 
- 
-[[https://github.com/sandeepmistry/arduino-BLEPeripheral|Install guide for BLE]] 
- 
-The Softdevice hex file is located in the [[tools:nrf51|SDK]].