Questions tagged [xbee]

XBee is a family of form factor compatible radio modules. Most are based on the 802.15.4-2003 standard.

This chart graphs the differences between the different Digi XBee modules http://www.digi.com/pdf/chart_xbee_rf_features.pdf

147 questions
35
votes
12 answers

How can I connect to an Arduino using WiFi?

I'm working on building a solar powered, Arduino based weather station. The weather station consists of a temperature sensor and a photoresistor, and I plan to add an anemometer in the future. I would like to connect the weather station to my…
jlbnjmn
  • 978
  • 2
  • 9
  • 15
32
votes
1 answer

Whats the difference between RF options (wifi, xbee, NRF24L01)

When doing RF, you have many options. Three of the most basic are in the title box WiFi Xbee NRF24L01 What are the practical differences in using them. What is the purpose of each other and the pros and cons. What would you use depending on the…
user1584421
  • 1,425
  • 3
  • 26
  • 36
7
votes
1 answer

Communication with two XBee's and Arduinos over serial

I have two XBee's connected to two Arduino Uno boards (one for each XBee). I connected each XBee to the X-CTU software, and have set the following: XBee 1 Pan ID = 4270 DL = 10 MY = 20 XBee 2 Pan ID = 4270 DL = 20 MY = 10 Both DD = 10000 IC =…
nathpilland
6
votes
1 answer

Arduino Mega not flashable with XBee PRO S2B

I have an Arduino Mega 2560 with a libelium XBee Shield. If I have an XBee S2 mounted on it and set the two jumpers to the USB setting or remove them, I am able to flash a program onto my Arduino. However, when I'm mounting one of my XBee PRO S2B (I…
soerface
  • 161
  • 4
5
votes
1 answer

Reading three signals sent serially on Simulink from Arduino

I am sending three signals from one Arduino mega to another using xbees. On the receiving end I am using these signals in a Simulink code to control servo motors. Currently it is set up to read from analog pins without the wireless set up. With the…
user734
  • 91
  • 1
  • 4
5
votes
1 answer

Operating / pin voltages ATTiny chips

I would like to set up a project with an ATtiny chip, such as the ATtiny84 or ATtiny85, in which I interface the microcontroller directly with an XBee for both wireless serial communication, as well as monitoring a digital signal from the Xbee…
hobie
  • 487
  • 2
  • 5
  • 12
5
votes
1 answer

How to make XBee module interrupt/wake arduino

What I am trying to do is, to have arduino in low power mode and waking up only when a packet is received and is available to be read from the buffer. A scenario : Zigbee XBee module is not receiving anything, arduino is asleep. Once this…
user1392
4
votes
1 answer

XBee+Arduino communication problem

I tried testing the system and I’m not sure if the problem is with the XBee’s, the transmitting code, or the receiving code. Before I post my code, I will explain what we are doing with the signals. We have three analog signals that will be sent…
user734
  • 91
  • 1
  • 4
4
votes
2 answers

Using Arduino and XBee at the same time

I have 2 Arduino Unos, 2 XBees and 2 Wireless Proto Shields. The first setup has a humidity/temperature sensor (SHT21P) and it writes data to serial and it works (I've tested it). Now, the other Arduino with shield and XBee is plugged in my PC to…
L2PA
  • 63
  • 5
4
votes
1 answer

Arduino IDE Based Data Logger - Stops Running

I have created a data logger that writes to a MicroSD on a user defined interval. The data logger also has the ability to use an xBee unit to transmit the data received to a base station. This is a link to the code and pictures of the data…
4
votes
1 answer

Arduino Due - wireless programming via Xbee

I would like to integrate an Arduino Due into a project, which probably will evolve over time and will need some re-programming. Instead of having to disconnect and pull out the Arduino Due out from the enclosure, I was wondering whether it can be…
hobie
  • 487
  • 2
  • 5
  • 12
4
votes
2 answers

Does data coming in on Arduino serial port store for some time?

I am using Arduino Uno and my question is when data is coming on Rx pin and at that time our program is not checking Serial.available() Then after some time the program will check Serial.available(). Can we read data? Does it get stored in memory?…
3
votes
3 answers

XBee shield communication

I need to communicate between two Arduinos using XBee. I am new to XBee and hardware. The two Arduino Unos need to send a message (number) to each other and light an LED or play a sound, when they come close within a 10 meter distance. So my doubt…
ramesh
  • 131
  • 2
3
votes
0 answers

Sending binary data to Matlab via serial

I would like to exchange data via Xbee. I've set up a communication based on strings between the Arduino and a Matlab software. Unfortunately this kind of communication isn't enough robust and sometimes messages aren't delivered correctly. So I…
UserK
  • 559
  • 1
  • 11
  • 24
3
votes
1 answer

Serial.write displaying repeating output from Xbee communication

I want to use xbee's to communicate between two different arduinos. I'm using this tutorial as a guide to setup my xbee's. I've already used XCTU to setup one xbee as a router and another as a coordinator (both in ZIGBEE AT mode). I used XCTU's…
Paul
  • 371
  • 4
  • 16
1
2 3
9 10