Part Number: CC1350
Hello All,
I am working on Low power mode on CC1350 and linux based gateway.
I have enabled POWER_MEAS feature in my code in order to achieve low power.
My Node is joining gateway and sending data based on set reporting interval.
But i am not able to get any request from collector like config, tracking, toggle_led.
When i disable POWER_MEAS from my code, the problem got solved and i was able to get proper requests from collector.
Now my question is what makes it disable in POWER_MEAS mode.
Because i want to use both requests as well as POWER_MEAS.
Any suggestion will be really helpful.