Basic RX/TX example, this is the firmware that LoDev S76S comes with initially.

Dependencies:   mbed SX1276RonothLib

LoDev RX/TX Example

Transmit

By default LoDev comes on in receive mode. To switch to transmit mode, connect PC2 to 3.3v and press the reset switch. In TX mode the blue LED is normally off and blinks on briefly when transmitting.

Receive

When in RX mode the LED is normally on and turns off briefly when receiving a packet. This is the default mode.

Committer:
steve918
Date:
Mon Jul 15 22:07:41 2019 +0000
Revision:
3:80e4a46e676c
Parent:
2:a93ffb29a2d2
update readme;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
steve918 2:a93ffb29a2d2 1 RX/TX Example
steve918 2:a93ffb29a2d2 2 =============
steve918 2:a93ffb29a2d2 3
steve918 2:a93ffb29a2d2 4 This is a barebones example that allows a device to transmit or recieve packets
steve918 2:a93ffb29a2d2 5 using LoRa modulation.
steve918 2:a93ffb29a2d2 6
steve918 2:a93ffb29a2d2 7 By default the device is in RX mode. ***To enable TX mode connect PC2 to 3v3**
steve918 2:a93ffb29a2d2 8 and reset the device via reset button.
steve918 2:a93ffb29a2d2 9
steve918 3:80e4a46e676c 10 In TX mode the blue LED is normally off and blinks on briefly when transmitting.
steve918 3:80e4a46e676c 11 Receive When in RX mode the LED is normally on and turns off briefly when
steve918 3:80e4a46e676c 12 receiving a packet. This is the default mode.
steve918 3:80e4a46e676c 13