Xbee with sensor to arduino eth to cloud

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
dg12
 
Posts: 10
Joined: Sat Jan 29, 2011 10:13 pm

Xbee with sensor to arduino eth to cloud

Post by dg12 »

I have a project which hopes to have a:
1) remote Xbee which takes temperature readings
2) Arduino Uno Ethernet which
2a) talks to local Xbee to acquire temperature from remote XBee located within 50 feet
2b) PUTs data to cloud (i.e. http://www.Real-World-Systems.com/XBeeForm.html which submits XBeeForm.cgi )
3a) script XBeeForm.cgi @Real-World-Systems.com saves the data and
3b) creates report web page and
3b) analyses data and may send email

0) I already have several adafruit XBee Adapter kit - v1.1 with XBees.
Todo:
A) Wire temperature senor to remote XBee and provide it with power
(wall wart or 3 x 1.5 AA, C or even longer lasting D cells)
B) I need to purchase Arduino Uno Ethernet
C) wire Arduino Uno Ethernet to local XBee
D) use RJ45 cable to connect Arduino Uno Ethernet to router on cable modem
E) Write code to acomplish 2a, 2b, 2c, 3a,3b,3c

Is Arduino Uno Ethernet the right board?
Additional comments appreciated.

User avatar
adafruit_support_bill
 
Posts: 88086
Joined: Sat Feb 07, 2009 10:11 am

Re: Xbee with sensor to arduino eth to cloud

Post by adafruit_support_bill »

Either the Arduino Ethernet or an UNO plus an Ethernet Shield would be appropriate for that project.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”