A simple program that connects to University of Queensland's Lora network and requests a joke, then prints the joke to usb serial.

Dependencies:   fota-mdot libmDot MTS-Serial

Committer:
WilliamAF
Date:
Sat Sep 28 00:56:31 2019 +0000
Revision:
1:ca2d24ec97ba
Parent:
0:fa546fb96b80
Copy and paste the right mbed-os and libmdot

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WilliamAF 0:fa546fb96b80 1 /**
WilliamAF 0:fa546fb96b80 2 * Change the network passphrase in LoraComms.cpp!
WilliamAF 0:fa546fb96b80 3 *
WilliamAF 0:fa546fb96b80 4 * This program connects to UQ's lora network and sends "sc/j" every 30 seconds.
WilliamAF 0:fa546fb96b80 5 * If the dot eui is registered in NodeRed, a packet will be returned and
WilliamAF 0:fa546fb96b80 6 * printed out on the microUSB serial .
WilliamAF 0:fa546fb96b80 7 * A very basic terminal is run in a separate thread on the RS232 serial.
WilliamAF 0:fa546fb96b80 8 * The command "ni" will print out the network name
WilliamAF 0:fa546fb96b80 9 *
WilliamAF 0:fa546fb96b80 10 * Libraries:
WilliamAF 0:fa546fb96b80 11 * fota-mdot
WilliamAF 0:fa546fb96b80 12 * libmDot
WilliamAF 0:fa546fb96b80 13 * MTS-Serial
WilliamAF 0:fa546fb96b80 14 * mbed-os must be version specified in libmDot commit message
WilliamAF 0:fa546fb96b80 15 */