Skip to main content

Questions tagged [xbee]

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

1 vote
0 answers
185 views

This is my first time asking a question so I will try my best to be precise and detailed. I had recently started to work on a project that requires me to establish a wireless communication between two ...
Rayford03's user avatar
1 vote
1 answer
102 views

I need to print data on the Arduino serial monitor received from the Xbee in AT mode. I have searched on most forums and have not found anything on how to do this. I have my Xbee tx connected to ...
Matthew Haywood's user avatar
1 vote
1 answer
1k views

my new Nano 33 BLE Sense arrived today. I'm working on a project to send data from the the Nano via an Xbee S2C module to a receiver module connected to a Nano 33 IoT. I had the project working ...
RobM's user avatar
  • 41
1 vote
0 answers
77 views

I need some help with my ideas please, I have a smart home system and I am trying to control the Philips hue light but without the bridge. I want to do that by XBee S1 + FURTHER ESP 32. so, who did ...
Mohamadnour Bader's user avatar
1 vote
1 answer
833 views

I am trying to use I2C to communicate between my XBee3 (controller) and an adafruit trinket m0 (peripheral). I'm pretty confident I have the modules connected properly (trinket SCL/pin 2 to xbee SCL/...
user3923030's user avatar
1 vote
1 answer
367 views

My two arduino communicating serially with XBee. The receiver arduino also controls the servo motor. Servo works stably when there is no xBee connection. But when Arduino's serial communication, there ...
Enes Orhan's user avatar
0 votes
1 answer
121 views

I have made a drone/car quadruped robot thing and I need help with the code. I have found two codes to use to control each aspect of it but I need help to connect them. I have made a radio controller ...
Terrel Ross's user avatar
1 vote
0 answers
89 views

I am trying to update a db table using a WIFI Bee. For the life of me, I can't figure out how to connect to and program the WiFi Bee ESP card. I've looked on DFRobot's website and other websites to ...
Ashish Adhikari's user avatar
0 votes
1 answer
229 views

I am using xbee pro s2c to get data from arduino (temp, pressure etc.) and I am sending data another xbee module and read these data from serial port. Question is that I want to use esp8266 instead of ...
Omer ENEN's user avatar
0 votes
1 answer
415 views

I am planning to build a network with five Arduino Mega devices, each of which will collect data using multiple sensors. Each Arduino will periodically transmit the sensor data to a gateway Raspberry ...
Adnan Ali's user avatar
  • 119
1 vote
2 answers
981 views

So I have a couple of XBee S2Cs, and I have configured them properly--they can in fact communicate with each other. I am using them with Arduino Unos and this shield: https://store.arduino.cc/usa/...
jordan767's user avatar
  • 115
1 vote
1 answer
170 views

So i am trying to stack these two shield on arduino, now the problem here is that i guess there is a conflict between the pins of arduino being used by both shields, so can anyone suggest a solution?
Ertugrul01's user avatar
-1 votes
1 answer
118 views

I have a coordinator radio hooked up to a sparkfun xbee shield, hooked up to an Uno. This is then hooked up to my computer. This coordinator talks with a number of xbee routers/end devices and sends ...
Steven Crisp's user avatar
0 votes
1 answer
80 views

Rx Code: #include <Servo.h> Servo myServo; void setup() { Serial.begin(9600); myServo.attach(9); delay(5000); myServo.write(0); } void loop() { while(Serial.available()==0); int d = ...
haas's user avatar
  • 1
0 votes
1 answer
1k views

I am working with an XBee module, so naturally, I started my void loop with AT command testing. void loop() { digitalWrite(Sleep_Rq,LOW); A +++ with a guard time of 1 sec before and after it, ...
Md Arshad Ali's user avatar

15 30 50 per page
1
2 3 4 5
10