Sunday, October 6, 2013

Project Process 2 (Wifi & Twitter)

 So we've pretty much got the individual sensors working thanks to Dragan. I was working on getting the Wifi Shield to work and being able to tweet wirelessly. I was able to find code and tweak it for what we want to do. The only problem we've ran into is actually putting together the wifi shield so we could actually put the code to the test. 
This is the Wifi code.


If we want to use the UF network, we need to add our username and password that we use to log on.
This is the ssid and pass chars.



Here we need a twitter token, which is a code to link to our Twitter Account, XArduino so it can tweet.




Option 2 is using an ethernet shield if we can not figure out the wifi shield. This is the code we would need to connect to the internet through the ethernet shield. It is similar to the Wifi one, but with some slight differences. 

No comments:

Post a Comment