Hi,
I'm working on an IoT project with NRF52832 (S132). I need to connect this device to mqtt over 6LoWPAN (IPv6) and run it on a button cell battery CR2032 for as long as possible.
I noticed that whenever I ping the device, I get a latency of around 300ms. To preserve battery, I want to turn the radio on (RX/TX) every 1 second and sleep the rest.
I know that for BLE you can set the advertising interval to 1 second the the device is sleeping most of the time.
How can I set how often the radio goes ON on a 6LoWPAN application? Also, is it possible to adjust the TX power to minimum?
Thanks