Demo program for the SimpleBLE library - Library that exposes BLE characteristics as ordinary variables.
Dependencies: SimpleBLE mbed nRF51822
This is an example program for SimpleBLE, a library targeted at workshops and hackathons that makes building Bluetooth Low Energy devices a lot simpler.
For more information and the API, see the SimpleBLE homepage or read the announcement blog post.
For the mbed OS 5 version (with nRF52-DK support), see SimpleBLE-Example-mbedos5.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:1e3a5f498574 | 2016-09-02 | janjongboom | Pin mbed.bld to an older version that actually works on nrf targets... |
4:2539b41f5bce | 2016-09-02 | Jan Jongboom |
Update mbed library |
3:e439dd384d7e | 2016-05-17 | janjongboom | Add floats |
2:12a235e7691a | 2016-05-17 | janjongboom | Switch from generics to macros for declaring variables, so we can whitelist types |
1:2d61e4e5b18d | 2016-05-17 | janjongboom | Update SimpleBLE to point to the mbed-x version |
0:ba1c49874d3c | 2016-05-11 | janjongboom | SimpleBLE Example initial commit |