© 2016 Tobias Trumm licensed under GNU GPLv2
This project uses BlueZ's D-Bus API to turn your Raspberry Pi 3 into a Low Energy peripheral. It provides a GATT service that allows you to control the Adafruit Bicolor LED Square Pixel Matrix.
- BlueZ 5.41 or newer. Older versions might also work, but I have not tested it. See this tutorial from Adafruit on how to install the latest Bluez version on your Raspberry Pi.
- dbus-python. Needed to access the D-Bus API.
- PyGObject. Needed to access the D-Bus API.
- Adafruit Python LED Backpack. Needed to control the LED matrix.