basic LoRa transmitter 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.
Use project simple_rx on receiving end.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:8f8e5a7aab7a | 2021-02-12 | Wayne Roberts |
remove lr1110, user adds their own radio chip |
4:938655f1726c | 2021-02-05 | Wayne Roberts |
update #defines for all lora chips |
3:f7ee8ab959b2 | 2020-04-06 | Wayne Roberts |
update mbed-os to latest |
2:3f4dfcc3bab6 | 2019-09-12 | Wayne Roberts |
add low power operation: event queue with low-power-timer |
1:05a76542c7f4 | 2018-07-17 | Wayne Roberts |
remove radio driver: to be added by user |
0:83bfd3e3c4c4 | 2018-07-17 | Wayne Roberts |
initial commit |