GSoC 2014 Update: Raspberry Pi Dashboard - Week 9

This week I tried 2 different libraries for GPIO on Raspberry Pi: bcm2835 and WiringPi.

I’ve decided to use WiringPi, because it allows consistent pin numbers across different RPi versions, i2c, SPI, serial, software PWM, tone and several extensions. I’ve installed the library, spent some time testing it out and figured out how it is going to fit in the REST api.

Next week I will integrate the GPIO, i2c, SPI and serial in the REST api and the Dashboard.

Code is on github.


Share

comments powered by Disqus