Basic LoRa receiver example

Dependencies:   sx12xx_hal

radio chip selection

Radio chip driver is not included, allowing choice of radio device.
If you're using SX1272 or SX1276, then import sx127x driver into your program.
if you're using SX1261 or SX1262, then import sx126x driver into your program.
if you're using SX1280, then import sx1280 driver into your program.
if you're using LR1110, then import LR1110 driver into your program.
If you're using NAmote72 or Murata discovery, then you must import only sx127x driver.
If you're using Type1SJ select target DISCO_L072CZ_LRWAN1 and import sx126x driver into your program.

On default serial port, this project will print out (at 9600bps) reset-rx once at startup.

Use project simple_tx on transmtting end.

Changes

RevisionDateWhoCommit message
5:6269ee8fe13f 2020-06-12 Wayne Roberts remove radio driver default tip
4:db424a8eb3c6 2020-06-12 Wayne Roberts use latest radio-HAL
3:61705e66043e 2018-09-05 Wayne Roberts reset radio chip at start
2:5e56875de51b 2018-09-05 Wayne Roberts reset radio chip at start
1:d61373a33691 2018-07-17 Wayne Roberts remove radio driver: to be added by user
0:7c7b86c38e6f 2018-07-17 Wayne Roberts initial commit