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

nameconnector pinCPU pin
VddCN7-5
GndCN7-8
UARTCN7-2PC11

Connection to DISCO_L072CZ_LRWAN1

Jumper for auto-uplink: PA11->PA12 = CN3-14->CN3-15

nameconnector pinCPU pin
VddCN3-5
GndCN3-6
UARTCN3-21PA10

LoRaMacString.h

Committer:
Wayne Roberts
Date:
2018-08-14
Revision:
3:2f57b7856222
Parent:
0:d467d869e49c

File content as of revision 3:2f57b7856222:


void LoRaMacEventInfoStatus_to_string(LoRaMacEventInfoStatus_t status, char* dst);
void Mlme_to_string(Mlme_t mlme, char* dst);
void LoRaMacStatus_to_string(LoRaMacStatus_t status, char* dst);