I just recently got an Xbee S6B Wifi with an explorer board. I’m currently just fiddling around with it and am trying to get it to send data using XCTU. I’m on a Mac and thus running the [v6 beta, which works great but doesn’t seem to have any documentation
I’ve got my xbee configured on my network and set it to “API Mode Without Escapes” and want to send Hello World to my Macwhich it will pickup with Netcat:
$ nc -lv 9750
So I go to create a frame… and am lost. I’ve dug around and haven’t been able to find documentation on what I’m looking to do. What do I need to configure my frame to be to send “Hello World” to my Mac?
API frames are tricky to put together. Read the XBee document on how they are done. Also, search the web for “XBee API frames” for more info and examples.
Thanks for the replies! I found the frame generator and did get hello world to work but for the sake of my deadline I ended up getting the arduino wifi shield.
i’m having a similar issue. i’ve got the xbee S6B connected through a usb explorer. I can read/write settings, but i cannot seem to get frames to show up on the other end. I’ve got all kinds of listeners going on my pc, but no matter what, i’m receiving nothing from the xbee.
Running x ctu console transmitting some ipv4_tx frames right to the IP and port i’ve got the listener on.