send GPS uplinks in Cayenne LPP format
Dependencies: lib_gps lorawan1v1
radio chip selection
Radio chip driver is not included, because two options are available.
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 NAmote72 or Murata discovery, then you must import only sx127x driver.
See LoRaWAN library page for provisioning onto network: Commissioning.h
Connection To GPS Receiver
This demonstration depends on GPS receiver sending NMEA into one of the UART on your target CPU.
Such as GP-20U7.
Sends uplink in cayenne LPP format.
Connection to NUCLEO form factor
Jumper for auto-uplink: PC6->PC8 = CN10-2->CN10-4
name | connector pin | CPU pin |
Vdd | CN7-5 | |
Gnd | CN7-8 | |
UART | CN7-2 | PC11 |
Connection to DISCO_L072CZ_LRWAN1
Jumper for auto-uplink: PA11->PA12 = CN3-14->CN3-15
name | connector pin | CPU pin |
Vdd | CN3-5 | |
Gnd | CN3-6 | |
UART | CN3-21 | PA10 |
.mbedignore@0:d467d869e49c, 2018-05-24 (annotated)
- Committer:
- Wayne Roberts
- Date:
- Thu May 24 15:40:53 2018 -0700
- Revision:
- 0:d467d869e49c
initial commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Wayne Roberts |
0:d467d869e49c | 1 | lorawan1v1/mbed-os/rtos/* |
Wayne Roberts |
0:d467d869e49c | 2 | lorawan1v1/mbed-os/features/cellular/ |
Wayne Roberts |
0:d467d869e49c | 3 | lorawan1v1/mbed-os/features/FEATURE_CLIENT/* |
Wayne Roberts |
0:d467d869e49c | 4 | lorawan1v1/mbed-os/features/FEATURE_COMMON_PAL/* |
Wayne Roberts |
0:d467d869e49c | 5 | lorawan1v1/mbed-os/features/FEATURE_UVISOR/* |
Wayne Roberts |
0:d467d869e49c | 6 | lorawan1v1/mbed-os/features/frameworks/* |
Wayne Roberts |
0:d467d869e49c | 7 | lorawan1v1/mbed-os/features/net/* |
Wayne Roberts |
0:d467d869e49c | 8 | lorawan1v1/mbed-os/features/netsocket/* |
Wayne Roberts |
0:d467d869e49c | 9 | lorawan1v1/mbed-os/features/nvstore/* |
Wayne Roberts |
0:d467d869e49c | 10 | lorawan1v1/mbed-os/features/storage/* |
Wayne Roberts |
0:d467d869e49c | 11 | lorawan1v1/mbed-os/features/lorawan/* |
Wayne Roberts |
0:d467d869e49c | 12 | lorawan1v1/mbed-os/events/* |
Wayne Roberts |
0:d467d869e49c | 13 | lorawan1v1/mbed-os/features/nanostack/* |
Wayne Roberts |
0:d467d869e49c | 14 |