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

ReadMe.txt

Committer:
WilliamAF
Date:
2019-09-28
Revision:
1:ca2d24ec97ba
Parent:
0:fa546fb96b80

File content as of revision 1:ca2d24ec97ba:

/**
 * Change the network passphrase in LoraComms.cpp!
 *
 * This program connects to UQ's lora network and sends "sc/j" every 30 seconds.
 * If the dot eui is registered in NodeRed, a packet will be returned and
 * printed out on the microUSB serial .
 * A very basic terminal is run in a separate thread on the RS232 serial.
 * The command "ni" will print out the network name
 *
 * Libraries:
 * fota-mdot
 * libmDot
 * MTS-Serial
 * mbed-os   must be version specified in libmDot commit message
 */