Sending downlinks via TTS using a Python script
Instructions for sending downlinks via TTS using a Python script can be found on the website: https://lora.vsb.cz/index.php/sending-downlinks-via-tts-using-a-python-script
On The Things Network’s public community network a Fair Use Policy applies which limits the uplink airtime to 30 seconds per day (24 hours) per node and the downlink messages to 10 messages per day (24 hours) per node. If you use a private network, these limits do not apply, but you still have to be compliant with the governmental and LoRaWAN limits.
More information can be found on the website: https://www.thethingsnetwork.org/docs/lorawan/duty-cycle/#fair-use-policy
The payload is encoded in the Cayenne LPP format. For more information about our Cayenne LPP encoder in Python, see this tutorial: https://lora.vsb.cz/index.php/cayenne-lpp-encoder-in-python/