basic LoRa transmitter 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.

Use project simple_rx on receiving end.

History

remove lr1110, user adds their own radio chip default tip

2021-02-12, by Wayne Roberts [Fri, 12 Feb 2021 14:49:02 -0800] rev 5

remove lr1110, user adds their own radio chip


update #defines for all lora chips

2021-02-05, by Wayne Roberts [Fri, 05 Feb 2021 16:35:59 -0800] rev 4

update #defines for all lora chips


update mbed-os to latest

2020-04-06, by Wayne Roberts [Mon, 06 Apr 2020 10:25:15 -0700] rev 3

update mbed-os to latest


add low power operation: event queue with low-power-timer

2019-09-12, by Wayne Roberts [Thu, 12 Sep 2019 15:52:01 -0700] rev 2

add low power operation: event queue with low-power-timer


remove radio driver: to be added by user

2018-07-17, by Wayne Roberts [Tue, 17 Jul 2018 16:26:01 -0700] rev 1

remove radio driver: to be added by user


initial commit

2018-07-17, by Wayne Roberts [Tue, 17 Jul 2018 16:18:48 -0700] rev 0

initial commit