1

I want to create a growhouse sensor system. I have an Arduino UNO, wireless SD shield and I have just ordered a series 2 XBee XB24.

Any info I find seems to revolve around having 2 Arduinos and 2 XBee modules, why is that?

I am presuming that once I connect the XBee to the shield that I can then connect to my Arduino on the network and send and receive data, am I wrong?

I'm a developer and sysadmin but a noob to Arduino so any help is much appreciated.

per1234
4,2782 gold badges24 silver badges43 bronze badges
asked Feb 9, 2015 at 18:20

2 Answers 2

1

The xbee network and the wifi network are both wireless networks, but, they do not communicate with each other.

You have two options.

  1. Attach a second XBEE to your computer using one of these https://www.sparkfun.com/products/11812
  2. Get a WIFI shield http://arduino.cc/en/Main/ArduinoWiFiShield
answered Feb 9, 2015 at 19:31
1

Do you remember the term mesh network? Xbee's create a mesh network or multipoint network using 802.15.4 (hurray for google) protocol. This is not compatible with 802.11, the wifi protocol.

If you want everything to talk, you are either going to need to get an Xbee for everything, or wi-fi for everything (or wi-fi + ethernet for that matter).

answered Feb 9, 2015 at 21:45

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.