Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tekjar/redbearlabs-nrf51822-tutorials


https://github.com/tekjar/redbearlabs-nrf51822-tutorials

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# redbearlabs nrf51822-tutorials with nrf51822 ver 8.0 sdk

######build.py

Helps to easily build your projects and combine it with softdevice hex files

e.g

**python build.py examples/ble_peripheral/ble_app_hrs** --> Builds the hrs example in the sdk. uses s110 by default

**python build.py -s s120 examples/ble_peripheral/ble_app_hrs -o hrs_full.hex**

######HOW TO COMPILE THESE

Just copy `my_work` folder into `examples` folder in nrf sdk v8 and use the above script for generating hex files