I have a beaglebone black and trying to use an xbee module with it.
I've gotten the xbee to work in AT mode with communications but I require my project to use API mode. I've found several frameworks online that I'm trying to leverage such as this one: https://github.com/nioinnovation/python-xbee
I've created a sample program to just try and receive messages as a starting point for my project. I'm using XCTU with a usb dongle to try and send frames to my beaglebone but no messages are being received when I try broadcasting my created messages.
Is there anything obvious that I'm missing? I can't figure out why the beaglebone is unable to receive messages. I think it's something to do with the channel but the framework I'm using doesn't seem to support searching channels for the coordinator that I have connected to my laptop.
A follow up question, are there any other frameworks that are good options that you might suggest I research and look into?