Nice, thanks the example. Would you have any tips for using a ESP32-C6 sending data to zigbee2mqtt which forwards the data to a server which responds with a payload which is sent back to the ESP32-C6?
Hi Frank, usually the range of zigbee wireless communication is upto 2 miles (3200m). This is rated outdoor and in line of sight. But depends on may factors like electromagnetic noise in surrounding and other factors. I hope you find this information useful. Thanks!
Hi Amrita, I will soon make video about reading RSSI value of Zigbee using XBee S2C Module. But you can check in XCTU and also in official datasheet of XBee S2C Module documentation for quick answer to your questions.
Hi BinaryUpdates, nice video. It's a big help for me in learning IoT. I hope u will read this and perhaps kindly answer my question. Can i replace the raspberry PI with Arduino Uno, and replace the component for sensor (input side) by using only NodeMCU and sensor. Or do we have to use one microcontroller for each sensor as the input of the IoT system? Thanks a lot🙂
HI Pheunomic, you can replace Raspberry Pi with any other device like Arduino or NodeMCU ESP8266. The only thing is it has to be connected with ZigBee module for wireless communication support. I this will help you!
As one microcontroller support multiple digital and analog input. You can use as many input as supported by microcontroller. The only thing is you have to incorporate them in zigbee frame properly while sending data to other end of zigbee Xbee. I hope this answers your question. Good luck and best wishes!
Hi Chiranth, you can use input output pins on zigbee module. This will require you to dive deep into how to use XCTU Software effectively to make it work. Good luck. Thanks
Can a Zigbee sensor data be read in XBee module? I have Zigbee PIR Sensor of different make. I want to read its data on my Raspberry Pi. I have an Xbee module with its USB Dongle. Please guide.
Re Ma, the goal of this video is to show you how to make wireless sensor network using ZigBee. By the way Arduino is powerful enough to use as an IOT NOde and Raspberry Pi can be much suited as IOT Gateway along with AWS IOT Core.
Not necessorily, Zigbee Xbee Module with Adaptor also work well. Just make sure your zigbee adaptor has USB Connector which will make easy to connect XBee with Raspberry Pi as I've shown in video
@@BINARYUPDATES thanks for your reply. Is it possible to use a smartphone connecting to a Raspberry PI 4 via WIFI to control XBee module (configured as coordinator) hooked up with the Raspberry, which is built as a gateway, to control another XBee endpoint connected to LED in a mesh network?
Hello Binary Upadates, thanks a lot for you sharing knowledge. I have a task on my class near about this video. Can i have the code so i can learn from it? Thans for your kindness and respond.
You then need to make two variable in Arduino code for temperature and humidity. Since there will be two parameter you wish to send from Arduino. You may then need to change the size of frame which in result change the checksum value. Ultimately there will be many changes but not very hard to figure out. Wish you good luck for your project. Best wishes!
bg buat alat 2 end device sebagai data suhu dua ruangan berbeda, 1 router sebagai pengirim data dari 2 end device dan di terima oleh 1 koordinator dong 2 xbee sebagai end device 1 xbee sebagai router dan 1 xbee sebagai koordinator dan dapat dilihat data dari aplikasi XCTU
Around that byte data [ ] = ( what is this part, destination Mac address, what is this part, data from sensor, checksum); What are those part ? Also what's with check sum
That's a standard ZigBee Frame Format. You can get more information about it into the official datasheet of XBee S2C ZigBee Module. I hope this will be helpful. Good Luck!!
nice explanation and it is very helpful to everyone
thank u🙂
Thanks and most welcome Poojan😊
Nice, thanks the example. Would you have any tips for using a ESP32-C6 sending data to zigbee2mqtt which forwards the data to a server which responds with a payload which is sent back to the ESP32-C6?
Hi Oaknetcarvalho, I'm yet to explore the zigbee feature of ESP32-C6. I'll surely make video in future on this topic. Thanks!
should have bought a couple a few years ago. Can't get them right now
Please what is the max distance between the Transmitter and the receiver if applicable...?
Hi Frank, usually the range of zigbee wireless communication is upto 2 miles (3200m). This is rated outdoor and in line of sight. But depends on may factors like electromagnetic noise in surrounding and other factors. I hope you find this information useful. Thanks!
Hello there!
Is there any way that the coordinator can reply back to the routers in broadcast mode?
Yes you can program and make coordinator Zigbee to respond back in may different ways
Hello, can i use arduino mega instead of a raspberry pi?
Yes, you can use any microcontroller which has Serial UART protocol support
Good luck!
How do I transfer data from an XBee to two different XBee in Zigbee and API mode with a microcontroller? ( not broadcast, only unicast mode)
can you please make a video on RSSI value received at raspberrypi
Hi Amrita, I will soon make video about reading RSSI value of Zigbee using XBee S2C Module. But you can check in XCTU and also in official datasheet of XBee S2C Module documentation for quick answer to your questions.
Is it possible to connect zigbee, rfid, NFC protocol devices into one device to collect data wirelessly?
Yes you can connect different wireless devices as long as enough input and output pins available to your Arduino or Raspberry Pi.
Hi BinaryUpdates, nice video. It's a big help for me in learning IoT. I hope u will read this and perhaps kindly answer my question. Can i replace the raspberry PI with Arduino Uno, and replace the component for sensor (input side) by using only NodeMCU and sensor. Or do we have to use one microcontroller for each sensor as the input of the IoT system? Thanks a lot🙂
i mean for each input (partial) system of the whole IoT system with one microcontroller in my case
HI Pheunomic, you can replace Raspberry Pi with any other device like Arduino or NodeMCU ESP8266. The only thing is it has to be connected with ZigBee module for wireless communication support. I this will help you!
As one microcontroller support multiple digital and analog input. You can use as many input as supported by microcontroller. The only thing is you have to incorporate them in zigbee frame properly while sending data to other end of zigbee Xbee. I hope this answers your question. Good luck and best wishes!
Can’t we use the input output pins present on xbee?
Hi Chiranth, you can use input output pins on zigbee module. This will require you to dive deep into how to use XCTU Software effectively to make it work. Good luck. Thanks
@@BINARYUPDATES Yaa I’ll try to dive deep on it as of now there are no video on xbee with new software and very less examples 😩
Can a Zigbee sensor data be read in XBee module? I have Zigbee PIR Sensor of different make. I want to read its data on my Raspberry Pi. I have an Xbee module with its USB Dongle. Please guide.
Yes, as long as your other PIR Sensor Node support Zigbee Protocol its possible. Wish you good luck!
Can i get a code for that sir?
Hello,
Why use the Arduino to gather the temperature data when you can use the RPi to gather the data and send this to AWS? Is the Arduino redundant?
Re Ma, the goal of this video is to show you how to make wireless sensor network using ZigBee. By the way Arduino is powerful enough to use as an IOT NOde and Raspberry Pi can be much suited as IOT Gateway along with AWS IOT Core.
@@BINARYUPDATES Understood. Thank you for clarifying.
Great..nice video..very informative
Thank's Mallanna
I'm thinking of making more video lessons around Zigbee XBee S2C Module and related technologies. Have a beautiful day.
does it need XBee shield to hook up XBee with Raspberry PI?
Not necessorily, Zigbee Xbee Module with Adaptor also work well. Just make sure your zigbee adaptor has USB Connector which will make easy to connect XBee with Raspberry Pi as I've shown in video
@@BINARYUPDATES thanks for your reply.
Is it possible to use a smartphone connecting to a Raspberry PI 4 via WIFI to control XBee module (configured as coordinator) hooked up with the Raspberry, which is built as a gateway, to control another XBee endpoint connected to LED in a mesh network?
Can I select the channel ID for communication?
Sorry Avirup, I haven't got your question. Please elaborate so that I can help you further
Hello Binary Upadates, thanks a lot for you sharing knowledge. I have a task on my class near about this video. Can i have the code so i can learn from it?
Thans for your kindness and respond.
Thank for video its already smooth
Thanks
Hi Binary Updates, thanks for your video.
If I use DHT11 sensor, how should i fix the code to properly? Can you help me with this problem?
You then need to make two variable in Arduino code for temperature and humidity. Since there will be two parameter you wish to send from Arduino. You may then need to change the size of frame which in result change the checksum value. Ultimately there will be many changes but not very hard to figure out. Wish you good luck for your project.
Best wishes!
bg buat alat 2 end device sebagai data suhu dua ruangan berbeda, 1 router sebagai pengirim data dari 2 end device dan di terima oleh 1 koordinator dong
2 xbee sebagai end device 1 xbee sebagai router dan 1 xbee sebagai koordinator dan dapat dilihat data dari aplikasi XCTU
Around that byte data [ ] = ( what is this part, destination Mac address, what is this part, data from sensor, checksum);
What are those part ? Also what's with check sum
Thank you for answering, this is the most accurate information I saw bout xbee S2C
That's a standard ZigBee Frame Format. You can get more information about it into the official datasheet of XBee S2C ZigBee Module. I hope this will be helpful. Good Luck!!
Nice
can you please give me the code for raspberry pi?
can i have your e-mail please ?
Hi Ranchi, its umesh@binaryupdates.com