Adapted from https://docs.pycom.io/tutorials/lora/lorawan-nano-gateway https://github.com/pycom/pycom-libraries.git (examples/lorawan-nano-gateway/)
- LED blink while connecting to Wifi SSID network.
- LED blink while connecting to NTP server for setting time.
- LED blink while receiving a LoRa frame.
- set SERVER and PORT into config.py
- set WIFI_SSID and WIFI_PASS into config.py
- set LORA_FREQUENCY, LORA_GW_DR and LORA_NODE_DR into config.py
TBD
CURRENT_SHORT_COMMIT=$(git rev-parse --short HEAD)
echo $CURRENT_SHORT_COMMIT
c88fd9b
- add GPS position of the gateway when the LoPy is on a PyTrack board (see https://github.com/brocaar/pycom-examples/tree/master/pytrack-example)
- add MQTT/TLS (port 8883) with the lora.campusiot.imag.fr instead of UDP. (see https://docs.pycom.io/tutorials-and-examples/all/mqtt)
Pycom Licence v2.2 https://github.com/pycom/pycom-libraries/blob/master/license/Pycom%20Licences%20v2.2.pdf