I-CUBE-LRWAN : Why is my node not sending data according to APP_TX_DUTYCYCLE?
Hey,
APP_TX_DUTYCYCLE doesn't really do its job. I set it to 1s and my messages are being sent so that it always skips one.
Example:
1st message sent, 3rd message sent, 5th mesage sent..
Upon increasing the DC parameter it works fine. What is causing this?
I have turned duty cycle off so that isn't the problem. Message's TOA should be around 120ms according to LoRa calculator, so I should be able to lower APP_TX_DUTYCYCLE even more.
Also when sending 70 bytes of payload or above it sends data only once and then never again.