Skip to content

ihassin/piperi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PiPeri (Raspberry Pi BlueTooth LE Peripheral)

Introduction

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.

Modifications to the bunget app

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.

Compiling the app

This project uses CMake

To compile and link, issue:

cd app
cmake .
make

Running

sudo [BUNGET_TRACE=1|2|3] ./bin/piperi 0

Contributing

  • 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

Code of conduct

Our code of conduct is here.

License

All yours to use and distribute, but be aware of the bunget license as described here.

Releases

No releases published

Packages

No packages published