This project is my feeble attempt at understanding the basics of low-level BlueTooth Low Energy Peripheral programing. This implementation uses the bunget library to run peripheral code on a Pi. Many thanks to comarius for his efforts.
This is basically the same app that comes with bunget, with some code restructuring. In addition, I use the built-in LED instead of the bread-board version.
This project uses CMake
To compile and link, issue:
cd app
cmake .
make
sudo [BUNGET_TRACE=1|2|3] ./bin/piperi 0
- Fork it (git@github.com:ihassin/piperi.git)
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Our code of conduct is here.
All yours to use and distribute, but be aware of the bunget license as described here.