Tagged Questions
0
votes
0answers
16 views
Developing program addons for Raspbmc
Can anyone recommend some sites so I can start developing program add-ons for Raspbmc? I assume this will be in Python, as well support for Arduino
3
votes
1answer
320 views
Reading serial data from Arduino
I have am working on a project where I'm trying to get a Raspberry Pi to play some sounds when triggered by button presses on an Arduino. The command is sent to Raspberry Pi through serial. I used ...