
Basic LoRa receiver example
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.
History
remove radio driver
2020-06-12, by Wayne Roberts [Fri, 12 Jun 2020 11:47:24 -0700] rev 5
remove radio driver
use latest radio-HAL
2020-06-12, by Wayne Roberts [Fri, 12 Jun 2020 11:44:32 -0700] rev 4
use latest radio-HAL
reset radio chip at start
2018-09-05, by Wayne Roberts [Wed, 05 Sep 2018 17:37:02 -0700] rev 3
reset radio chip at start
reset radio chip at start
2018-09-05, by Wayne Roberts [Wed, 05 Sep 2018 17:36:22 -0700] rev 2
reset radio chip at start
remove radio driver: to be added by user
2018-07-17, by Wayne Roberts [Tue, 17 Jul 2018 16:22:54 -0700] rev 1
remove radio driver: to be added by user
initial commit
2018-07-17, by Wayne Roberts [Tue, 17 Jul 2018 16:20:11 -0700] rev 0
initial commit