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 |
Revision 3:2f57b7856222, committed 2018-08-14
- Comitter:
- Wayne Roberts
- Date:
- Tue Aug 14 09:34:49 2018 -0700
- Parent:
- 2:fdd36ff9b181
- Commit message:
- update libraries to latest
Changed in this revision
lorawan1v1.lib | Show annotated file Show diff for this revision Revisions of this file |
mbed-os.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r fdd36ff9b181 -r 2f57b7856222 lorawan1v1.lib --- a/lorawan1v1.lib Thu May 24 18:03:26 2018 -0700 +++ b/lorawan1v1.lib Tue Aug 14 09:34:49 2018 -0700 @@ -1,1 +1,1 @@ -https://os.mbed.com/users/dudmuck/code/lorawan1v1/#5a5ea7cc946f +https://os.mbed.com/users/dudmuck/code/lorawan1v1/#ce1317758488
diff -r fdd36ff9b181 -r 2f57b7856222 mbed-os.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-os.lib Tue Aug 14 09:34:49 2018 -0700 @@ -0,0 +1,1 @@ +https://github.com/ARMmbed/mbed-os/#485bdeee150e2bc8ed75e27d936060fb63a7a7d1