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.
History
Pin mbed.bld to an older version that actually works on nrf targets...
2016-09-02, by janjongboom [Fri, 02 Sep 2016 11:23:57 +0000] rev 5
Pin mbed.bld to an older version that actually works on nrf targets...
Update mbed library
2016-09-02, by Jan Jongboom [Fri, 02 Sep 2016 13:09:24 +0200] rev 4
Update mbed library
Add floats
2016-05-17, by janjongboom [Tue, 17 May 2016 19:38:24 +0000] rev 3
Add floats
Switch from generics to macros for declaring variables, so we can whitelist types
2016-05-17, by janjongboom [Tue, 17 May 2016 19:34:03 +0000] rev 2
Switch from generics to macros for declaring variables, so we can whitelist types
Update SimpleBLE to point to the mbed-x version
2016-05-17, by janjongboom [Tue, 17 May 2016 18:32:31 +0000] rev 1
Update SimpleBLE to point to the mbed-x version
SimpleBLE Example initial commit
2016-05-11, by janjongboom [Wed, 11 May 2016 13:01:37 +0000] rev 0
SimpleBLE Example initial commit