Nordic N51822搭建环境

1. 安装cygwin :http://cygwin.com/

2. 下载SRecord tools : http://srecord.sourceforge.net/, extract in to path/to/cygwin/bin/,解压到cygwin/bin/目录下

3. 下载 arm-gcc : https://launchpad.net/gcc-arm-embedded/+download

4. 安装SDK https://www.nordicsemi.com/eng/Products/Bluetooth-Smart-Bluetooth-low-energy/nRF51822

5. 下载 s11 softdevice 到目标板

program s110 softdevice

 nrfjprog --eraseall
 nrfjprog --reset --program "path/to/s110_nrf51822_7.1.0_softdevice.hex"

下载 application 到目标板

program softdevice

 nrfjprog --reset --program "path/to/BLE_HeartRate.hex"


Please log in to post comments.