I’d love to have a link to the next video. I went to your channel and couldn’t quickly find it. :D Thanks for this. I nice summary of router, coordinator, and end points would be cool too. Well done.
Hello Phoenix, I'll try my best to finish next video in days to come. I'll interface XBee ZigBee S2C with Arduino to send wireless data to Coordinator Zigbee connected to PC (XCTU Software)
Thanks Mr. Brandon for comment. I will upload next video to send and receive sensor data from Arduino to XBee S2C Module over wireless ZigBee Communication. Thanks again for your comment.
Hi Parth, you can use Arduino and interface XBee Zigbee Module over serial UART communication. And then write Arduino code to automate sending data in the form of ZigBee API Frames. I hope this may help. Best wishes!
Hi everyone :) Can you please help me understand what is the difference between Transparent Mode [0] and API enabled [1] under Serial Interfacing, AP configuration? (04:00-04:20 in this video) Thank you
Do these configuration works with serial communication between two intelligent devices such as arduino or there’s more to configure? Like setting the configurations that this tutorial involves, can I unplug the Xbees and replace a UART line with it?
@@BINARYUPDATES thanks. A question, when connecting XBee to PC's USB port via dev board's microUSB, what is the setting for the loopback on the board? Should I remove the loopback jumper from the dev board before connecting to the PC?
My Xstick shows as End devace, but it works like coordinator, because the other two devices (rf module and interface board) are conecting to it. The RF module is shown as coordinator, which in my opinion means that I have two coordinators, which is impossible for a zigbee network, right? How can i fix this problem? Also i cant install the the latest firmware fersion on the xstick, any tips?
Can anyone provide me with a simple arduino code for an Xbee S2C Router that can send just a simple word or anything ? because i have tried every code out there for the Xbee S2 and nothing works and i opened threads everywhere about the S2C but no one knows how to work with them the only thing out there is how to program them in the XCTU software and i got that covered, so if anyone can provide me with a sample code for the router or both router and coordinator i would be very much appreciated.
GOOD Going Umesh sir! Try Something which will attract audience. Suggestion:8051,AVR,Esp8266,or some kind of good project. Please look further. Happy Diwali!!
I guess there will be some test utility provided by Texas Instruments for CC2530 Zigbee chips. Otherwise then you can use there example code to perform test and configuration.
Hi Ayebuke, It maybe because ZigBee XBee S2C is not recognized my PC or Laptop. Please check connections or make your XBee S2C in factory default setting while loading new configuration of Zigbee Xbee S2C Module
what should I do with this coding to be a router and coordinator? #include int sensorPin = A0; // select the input pin for the flame sensor int sensorValue = 0; // variable to store the value coming from the sensor void setup() { Serial.begin(9600); } void loop() { Serial.println("NO FIRE"); sensorValue = analogRead(sensorPin); Serial.println(sensorValue); if (sensorValue < 100) { Serial.println("FIRE DETECTED"); delay(1000); } delay(sensorValue); }
Bro, I really appreciate with the videos you’ve been uploading and detailed explanations. I need a help with series pro 3 Xbee. Do you think we can talk over an email?
Hi Aishwarya, I'm not sure if your XBee modules can send and receive data without receiving acknowledgement. If so then please check configuration in XCTU software for any missing bit to set. I hope this may help. Best wishes!
I’d love to have a link to the next video. I went to your channel and couldn’t quickly find it. :D Thanks for this. I nice summary of router, coordinator, and end points would be cool too. Well done.
Hello Phoenix, I'll try my best to finish next video in days to come. I'll interface XBee ZigBee S2C with Arduino to send wireless data to Coordinator Zigbee connected to PC (XCTU Software)
@@BINARYUPDATES Did this happen? Great tutorial
Thank you for the good example and explanations
Hi Elias, You are welcome!
Good intro video! I would be very interested in the follow-up videos that you mentioned
Thanks Mr. Brandon for comment. I will upload next video to send and receive sensor data from Arduino to XBee S2C Module over wireless ZigBee Communication. Thanks again for your comment.
Excellent video Umesh Sir. Nicely explained and could easily implement it.
Very Very informative & Great work Umesh.
Still relatively accurate in 2021!
Thanks.
Would it be possible to transmit a package to a zigbee connected device and not just another xbee?
Yes, its possible with the use of Zigbee protocol translator.
@@BINARYUPDATES Thanks for the reply! Is that something I can purchase or do I need to make it myself?
how can we automate the process of creating and transmitting the frames?
Hi Parth, you can use Arduino and interface XBee Zigbee Module over serial UART communication. And then write Arduino code to automate sending data in the form of ZigBee API Frames. I hope this may help. Best wishes!
@@BINARYUPDATES Thank you! Can you share me link of video on how to make the frames using Arduino in API mode
@@BINARYUPDATES I'm new to this stuff
Great Video man
Very good. Thank you
Hi everyone :)
Can you please help me understand what is the difference between Transparent Mode [0] and API enabled [1] under Serial Interfacing, AP configuration? (04:00-04:20 in this video)
Thank you
Do these configuration works with serial communication between two intelligent devices such as arduino or there’s more to configure? Like setting the configurations that this tutorial involves, can I unplug the Xbees and replace a UART line with it?
Yes you can find some more detail video lessons on our channel. thanks
what version of the program you use?
Please do a video by adding a XBee as end device on how to configure and communicated between coordinator, router and end device.
Hi Peter, I'll try my best to cover XBee ZigBee as an End Device in future video in the same series
@@BINARYUPDATES thanks.
A question, when connecting XBee to PC's USB port via dev board's microUSB, what is the setting for the loopback on the board? Should I remove the loopback jumper from the dev board before connecting to the PC?
can i assign multiple Routers and receiver there RSSI in the coordinator?
Nice video....please share the link of these xbee modules interface with arduino.
Sure Sneha, Will try to finish that video in days to come.
My Xstick shows as End devace, but it works like coordinator, because the other two devices (rf module and interface board) are conecting to it. The RF module is shown as coordinator, which in my opinion means that I have two coordinators,
which is impossible for a zigbee network, right? How can i fix this problem? Also i cant install the
the latest firmware fersion on the xstick, any tips?
Waiting for the next video 🙄
Maybe will publish next video in next two weeks
@@BINARYUPDATES so glad you replied 😅
Anjay 👊😎
why digi esp for python does not recognize the xbee module ?
Hi did someone work with digi esp for python? How can i install the last version of python in this software?
Can anyone provide me with a simple arduino code for an Xbee S2C Router that can send just a simple word or anything ? because i have tried every code out there for the Xbee S2 and nothing works and i opened threads everywhere about the S2C but no one knows how to work with them the only thing out there is how to program them in the XCTU software and i got that covered, so if anyone can provide me with a sample code for the router or both router and coordinator i would be very much appreciated.
Yeah, I am also having the same problem, did yours solved ? Help me please ..
Ashtam singh i did it about one hour ago.
Ashtam singh u can discuss with me on line : @ridwansori
Hi, I'm having the same issue here. Any solutions?
check TX and RX, use pin 2,3 on arduino
Thank you 😀
GOOD Going Umesh sir!
Try Something which will attract audience. Suggestion:8051,AVR,Esp8266,or some kind of good project.
Please look further.
Happy Diwali!!
Sir please put a video on smart attendance system with arduino -Aaryan
Nice video sir..... actually I want to send gps location data from router xbee to co ordinator xbee...how to write code for it
hi how can configure cc2530 zigbee test in pc
I guess there will be some test utility provided by Texas Instruments for CC2530 Zigbee chips. Otherwise then you can use there example code to perform test and configuration.
thanks wholeheartedly
Thank You Anand Kumar
Hi, i need to mesh a third xbee, can u teach me? thanks
Hi Lim, I'll try my best to create part-2 for the ZigBee XBee video Series. Its been very busy these days. Thanks for your patience
BINARY UPDATES look forward to it:)
How can we do this with arduion?
I did same things but it says delivery status = 24 (address not found) do you know how can ı fix it?
Hi Ayebuke, It maybe because ZigBee XBee S2C is not recognized my PC or Laptop. Please check connections or make your XBee S2C in factory default setting while loading new configuration of Zigbee Xbee S2C Module
sir I have one error Delivery status: address is not found
what should I do with this coding to be a router and coordinator?
#include
int sensorPin = A0; // select the input pin for the flame sensor
int sensorValue = 0; // variable to store the value coming from the sensor
void setup() {
Serial.begin(9600);
}
void loop()
{
Serial.println("NO FIRE");
sensorValue = analogRead(sensorPin);
Serial.println(sensorValue);
if (sensorValue < 100)
{
Serial.println("FIRE DETECTED");
delay(1000);
}
delay(sensorValue);
}
Bro, I really appreciate with the videos you’ve been uploading and detailed explanations. I need a help with series pro 3 Xbee. Do you think we can talk over an email?
Can you get any idea regarding 3 nodal Xbee connection?
Chinmay electronics you don’t have tutorials on your channel
Very helpful thank you!!!
iam getting no acknowledgment received can anybody help
Hi Aishwarya, I'm not sure if your XBee modules can send and receive data without receiving acknowledgement. If so then please check configuration in XCTU software for any missing bit to set. I hope this may help. Best wishes!
@@BINARYUPDATES thank you its working now.
sir I have one error Delivery status: address is not found