I am using the cc2530znp mini kit. In my application i have a coordinator and an end device.
the end device joing to the network and go to sleep mode for a long time. the power consumption is 5uA. The problem is if I turn off the coordinator, the end device consumption is big, about 12mA. How can I keep the end device in low power consumption if the coordinator is off or in a long distance? I try to setPollRate to 0 but the problem persist.
I also try to call RADIO_OFF() while the end device is out of range but the consumption is 1mA and not 5uA how it is on sleep mode