In our device a Raspberry Pi is used to comunicate with Twitter in order to do this i had to learn about python.
I followed this guide to get the basic code working. I then added code to get the speaker to work. This took some time as I had to figure out how to send the correct signal to the raspberry pi . I used this guide to send the correct signal to the pi.
While i have used a Raspberry Pi in the past i have never used the GPIO pins one and I did not know python so this part of the project was a learning experience for me.
tweet2.py is a zip file containing the code I used for that part of the project.