We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › RSS weather feeds through Processing
Page Index Toggle Pages: 1
RSS weather feeds through Processing (Read 842 times)
RSS weather feeds through Processing
Nov 26th, 2009, 12:15pm
 
Hi everyone,

Im a final year product design student and Im trying to find/write a code that will allow me to control RSS weather feeds through processing to program an Arduino chip to move servos when the weather changes.

Could anyone help?

Thanks
Re: RSS weather feeds through Processing
Reply #1 - Nov 28th, 2009, 4:28am
 
For the RSS part you might get some ideas/use this:
http://wiki.java.net/bin/view/Javawsxml/Rome05Tutorials?TWIKISID=cb2e05660ed49ce9c917cfe9eb579255
or
http://processing.org/discourse/yabb2/num_1183906862.html

For the communication with Arduino:
http://processing.org/reference/libraries/serial/index.html
http://arduino.cc/en/Reference/Serial

For the servos:
http://www.arduino.cc/en/Reference/Servo

Hook 'em all up, and you have a working application Wink
Page Index Toggle Pages: 1