Skip to content

Added functionality to change Duty Cycle via downlink

Compare
Choose a tag to compare
@Praneethsvch Praneethsvch released this 12 Nov 00:01
21e47bf

This release is the initial release for processing the downlinks. The function process_received_downlink reads the downlink payload and updates the TX_INTERVAL variable with the contents of payload. The downlinks are in hexadecimal format in the TTN console.

note: This is a basic release of processing downlinks and if larger numbers are sent via downlink, the MCU sleeps for this amount of time and there is a danger of unwanted wait times or even a crash. Further releases solves this problem along with other added functionalities.