Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tekjar/redbearlabs-nrf51822-tutorials
https://github.com/tekjar/redbearlabs-nrf51822-tutorials
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tekjar/redbearlabs-nrf51822-tutorials
- Owner: tekjar
- License: mit
- Created: 2015-05-18T20:32:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-22T21:10:45.000Z (over 9 years ago)
- Last Synced: 2024-12-17T08:30:06.863Z (about 1 month ago)
- Language: Makefile
- Size: 543 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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