Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

TX: Send UART to the XBee. It will handle the RF communication for us.
RX: Receive UART from the XBee.

To configure the radio channel, scanning periods, XBee ID, master/slave configurations use XCTU
https://www.digi.com/products/embedded-systems/digi-xbee/digi-xbee-tools/xctu

...

Things Other Teams Do

UBC: Runs a bare-metal application that runs off ISRs. Warned us about packet linkage occurring, where adjacent packets have no distinction on the receiver's side. Seems to be a transceiver issue and is likely not a FW issue. However, we can include software checks to prevent this.