This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Power Management for routers

Hello

in the Power Management For The CC2430DB document of ZStack1.4.2, It seems power_management is only for End devices not routers

Routers use a power of 30mA with their receiver always on, I have tried to force the receiver Off with ZMacSetReq( ZmaxRxOnIdle,) but both ZMacSetReq( ZmaxRxOnIdle,) and ZMacGetReq( ZmaxRxOnIdle,) return a status of 98, or 148 but not MAC_SUCCESS (0) or MAC_UNSUPPORTED (0xF4)

I know routers couldn't be in a real sleep mode but is it possible to reduce their consumption and how?