XBee Tutorial: Configure ZigBee in API Mode

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2017
  • Lets learn How to configure XBee S2C Radio Module in ZigBee API Mode using XBee XCTU Software. In this video, we have demonstrated how to setup and configure XBee Module into Coordinator API Mode and Router API Mode. In the end we'll be able to exchange data/messages back and forth between router and coordinator XBee Module.
    Please find the link down below to get download XCTU Software: www.digi.com/products/xbee-rf...
    We hope you'll find this video educational and entertaining.
    Thanks

ความคิดเห็น • 70

  • @tpsinghbachher9083
    @tpsinghbachher9083 5 ปีที่แล้ว

    Excellent video Umesh Sir. Nicely explained and could easily implement it.

  • @mike65535
    @mike65535 2 ปีที่แล้ว

    Still relatively accurate in 2021!
    Thanks.

  • @hiotron6915
    @hiotron6915 6 ปีที่แล้ว

    Very Very informative & Great work Umesh.

  • @PhoenixPerryisawesome
    @PhoenixPerryisawesome 4 ปีที่แล้ว +1

    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.

    • @BINARYUPDATES
      @BINARYUPDATES  4 ปีที่แล้ว +1

      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)

    • @thedarkglovemusic
      @thedarkglovemusic 4 ปีที่แล้ว

      @@BINARYUPDATES Did this happen? Great tutorial

  • @eliascrespin8642
    @eliascrespin8642 4 ปีที่แล้ว +1

    Thank you for the good example and explanations

  • @ironchimpo
    @ironchimpo 5 ปีที่แล้ว +3

    Good intro video! I would be very interested in the follow-up videos that you mentioned

    • @BINARYUPDATES
      @BINARYUPDATES  5 ปีที่แล้ว

      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.

  • @murtazaiqbal9444
    @murtazaiqbal9444 3 ปีที่แล้ว

    Great Video man

  • @JimK0QJC
    @JimK0QJC 3 ปีที่แล้ว

    Very good. Thank you

  • @ananyakarandikar
    @ananyakarandikar 5 ปีที่แล้ว

    Thank you 😀

  • @Cpowell403
    @Cpowell403 6 ปีที่แล้ว

    Very helpful thank you!!!

  • @anandkumar-to3jh
    @anandkumar-to3jh 6 ปีที่แล้ว

    thanks wholeheartedly

  • @creativeminds9781
    @creativeminds9781 5 ปีที่แล้ว

    can i assign multiple Routers and receiver there RSSI in the coordinator?

  • @mitkosokolov9382
    @mitkosokolov9382 5 ปีที่แล้ว

    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?

  • @mitkosokolov9382
    @mitkosokolov9382 5 ปีที่แล้ว

    what version of the program you use?

  • @mitkosokolov9382
    @mitkosokolov9382 5 ปีที่แล้ว

    Hi did someone work with digi esp for python? How can i install the last version of python in this software?

  • @tekpowdyel8698
    @tekpowdyel8698 3 ปีที่แล้ว

    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
      @BINARYUPDATES  3 ปีที่แล้ว

      Yes you can find some more detail video lessons on our channel. thanks

  • @fajaraguskurniawan1651
    @fajaraguskurniawan1651 4 ปีที่แล้ว +1

    Anjay 👊😎

  • @mitkosokolov9382
    @mitkosokolov9382 5 ปีที่แล้ว

    why digi esp for python does not recognize the xbee module ?

  • @vrishalipatil9466
    @vrishalipatil9466 5 ปีที่แล้ว

    Nice video sir..... actually I want to send gps location data from router xbee to co ordinator xbee...how to write code for it

  • @gabriellafirarelli1890
    @gabriellafirarelli1890 6 ปีที่แล้ว

    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);
    }

  • @petervan7372
    @petervan7372 3 ปีที่แล้ว

    Please do a video by adding a XBee as end device on how to configure and communicated between coordinator, router and end device.

    • @BINARYUPDATES
      @BINARYUPDATES  3 ปีที่แล้ว

      Hi Peter, I'll try my best to cover XBee ZigBee as an End Device in future video in the same series

    • @petervan7372
      @petervan7372 3 ปีที่แล้ว

      @@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?

  • @thecreepyhalloweenmaster3941
    @thecreepyhalloweenmaster3941 2 ปีที่แล้ว +1

    Would it be possible to transmit a package to a zigbee connected device and not just another xbee?

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว +1

      Yes, its possible with the use of Zigbee protocol translator.

    • @thecreepyhalloweenmaster3941
      @thecreepyhalloweenmaster3941 2 ปีที่แล้ว

      @@BINARYUPDATES Thanks for the reply! Is that something I can purchase or do I need to make it myself?

  • @sneharankhambe151
    @sneharankhambe151 4 ปีที่แล้ว +1

    Nice video....please share the link of these xbee modules interface with arduino.

    • @BINARYUPDATES
      @BINARYUPDATES  4 ปีที่แล้ว

      Sure Sneha, Will try to finish that video in days to come.

  • @amitlevi2111995
    @amitlevi2111995 2 ปีที่แล้ว

    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

  • @kolhatkarchinmay
    @kolhatkarchinmay 6 ปีที่แล้ว

    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!!

    • @aaryanpakhrani5671
      @aaryanpakhrani5671 6 ปีที่แล้ว

      Sir please put a video on smart attendance system with arduino -Aaryan

  • @parthmangalkar
    @parthmangalkar 2 ปีที่แล้ว +1

    how can we automate the process of creating and transmitting the frames?

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      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!

    • @parthmangalkar
      @parthmangalkar 2 ปีที่แล้ว

      @@BINARYUPDATES Thank you! Can you share me link of video on how to make the frames using Arduino in API mode

    • @parthmangalkar
      @parthmangalkar 2 ปีที่แล้ว

      @@BINARYUPDATES I'm new to this stuff

  • @yugeshkc9026
    @yugeshkc9026 3 ปีที่แล้ว

    How can we do this with arduion?

  • @vinothvinoth1213
    @vinothvinoth1213 4 ปีที่แล้ว

    sir I have one error Delivery status: address is not found

  • @rushi5778
    @rushi5778 3 ปีที่แล้ว +1

    Waiting for the next video 🙄

    • @BINARYUPDATES
      @BINARYUPDATES  3 ปีที่แล้ว +1

      Maybe will publish next video in next two weeks

    • @rushi5778
      @rushi5778 3 ปีที่แล้ว

      @@BINARYUPDATES so glad you replied 😅

  • @ridwanansori9716
    @ridwanansori9716 6 ปีที่แล้ว +1

    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.

    • @ashtamsingh467
      @ashtamsingh467 6 ปีที่แล้ว +2

      Yeah, I am also having the same problem, did yours solved ? Help me please ..

    • @ridwanansori9716
      @ridwanansori9716 6 ปีที่แล้ว +1

      Ashtam singh i did it about one hour ago.

    • @ridwanansori9716
      @ridwanansori9716 6 ปีที่แล้ว +1

      Ashtam singh u can discuss with me on line : @ridwansori

    • @vivienpizzini4156
      @vivienpizzini4156 6 ปีที่แล้ว +1

      Hi, I'm having the same issue here. Any solutions?

    • @ridwanansori9716
      @ridwanansori9716 6 ปีที่แล้ว +1

      check TX and RX, use pin 2,3 on arduino

  • @aybuke2534
    @aybuke2534 2 ปีที่แล้ว

    I did same things but it says delivery status = 24 (address not found) do you know how can ı fix it?

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      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

  • @millenia2222
    @millenia2222 4 ปีที่แล้ว

    Hi, i need to mesh a third xbee, can u teach me? thanks

    • @BINARYUPDATES
      @BINARYUPDATES  4 ปีที่แล้ว +1

      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

    • @millenia2222
      @millenia2222 4 ปีที่แล้ว

      BINARY UPDATES look forward to it:)

  • @newscnn4851
    @newscnn4851 3 ปีที่แล้ว

    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?

  • @TechnologyGuruBD
    @TechnologyGuruBD 2 ปีที่แล้ว

    hi how can configure cc2530 zigbee test in pc

    • @BINARYUPDATES
      @BINARYUPDATES  2 ปีที่แล้ว

      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.

  • @aaryanpakhrani5671
    @aaryanpakhrani5671 6 ปีที่แล้ว

    Chinmay electronics you don’t have tutorials on your channel

  • @ilhamrahmatmuharam8501
    @ilhamrahmatmuharam8501 4 ปีที่แล้ว

    sir I have one error Delivery status: address is not found