0

I am trying to send analog data, from a LM35, using an XBee (series 1 - XB24).

My setup:

  • Transmitting Module: XBee with USB explorer+Arduino+LM35 (temperature sensor)
  • Receiving Module: XBee with XBee shield+Arduino

I read analog data using the Arduino and send it through the XBee in the USB explorer, then the receiving XBee module receives it and shows it in the serial monitor of the Arduino.

I have tried many ways but I can't reach it and I have figured out that my problem lies in the Arduino code.

So, please can anyone help with some demo code for this project?

Greenonline
3,1527 gold badges36 silver badges48 bronze badges
asked Mar 7, 2015 at 13:50
1
  • 1
    Can you post what code you have so far, and what part you think is broken? Commented Mar 10, 2015 at 6:24

1 Answer 1

1

You probably want to take a look at Robert Faludi's book Building Wireless Sensor Networks, published by O'Reilly. He describes, step by step, a very similar project, but without the Arduino.

Or Alasdair Allan's Distributed Network Data, also published by O'Reilly, which has a similar project using an Arduino.

Also, take a look at Robert Faludi's blog TMP36 Instructions: Simple Sensor Network.

answered Jan 1, 2016 at 21:58

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.