Hi,
When I pushed COMM button of a XBee, I got an Explicit RX Indicator frame in XCTU, and the RF data(HEX) was [FF FE 00 13 A2 00 xx xx xx xx 20 50 32 00 FF FE 01 01 C1 05 10 1E]. But When I used xbee.receivce() in MicroPython REPL, it returned ‘payload’: b’\x01\x01P2\x00\x00\x05\x00\x00’, so I couldn’t get the front and back bytes of the RF data.
Will some other receive functions in the next firmeware, or could I directly get the data in the receive buffer?
Device: XBee3 ZigBee RF module
Firmware: Digi XBee3 DigiMesh 2.4 TH firmware version 3002
Thanks in advance.