Basic MAC data interface for LoRa transceiver
Dependents: LoRaBaseStation LoRaTerminal
Diff: AlohaTransceiver.cpp
- Revision:
- 19:6cd5024b6ae4
- Parent:
- 18:3e6483550f25
- Child:
- 20:bd26d3cbc0bd
diff -r 3e6483550f25 -r 6cd5024b6ae4 AlohaTransceiver.cpp --- a/AlohaTransceiver.cpp Fri Aug 12 04:07:55 2016 +0000 +++ b/AlohaTransceiver.cpp Wed Aug 24 10:36:14 2016 +0000 @@ -260,6 +260,10 @@ // send to radio Radio.Send(buffer, frame_length); + + // workaround: set radio to rx state after transmitting + Radio.Rx(0); + State = LOWPOWER; return true;