Hello everyone!
I meet a problem using Air Boosterpack on launchpad MSP430F5529.
I'm trying to make a small sensor network, a star network. 1 gateway and 2 sensors.
The gateway sends a SYNC command to broadcast address.
Each sensor listens for a random time if someone is trasmitting, if not it sends a RTS (Request To Send) command to gateway. The gateway sends back a CTS (Clear To Send).
Once the sensor receives the CTS it will send back the data to the gateway.
Before each Rx or Tx operation I've put a "while(Radio.busy())" as written in all examples.
Very often gateway or sensor freeze