Arduino Stack Exchange is a question and answer site for developers of open-source hardware and software that is compatible with Arduino. Join them; it only takes a minute:

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

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?

share|improve this question
1  
Can you post what code you have so far, and what part you think is broken? – BrettAM Mar 10 '15 at 6:24

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.