Hi,
 
did someone solve the problem?
I’m also trying to stop the radio on my Meshbean platform with “call 
AMControl.stop()” but the return value is always EBUSY.  (SplitControl as 
AMControl )
 
In the HplRF230P.nc file (2007) I think the lowestState() function is already 
suitable?
 
async command mcu_power_t McuPowerOverride.lowestState()
{
                return radioOn ? ATM128_POWER_IDLE : ATM128_POWER_DOWN;
}
 
My module runs with the internal rc oscillator.
I’ m a bit confused with the sleep mode, is the sleep mode in general activated 
for the meshbean modules?
Do I need to stop the radio to set the module in sleep mode?
How can I test if my module/code uses the sleep mode if there is nothing to do 
(no tasks pending, no events)?
What’s the advantage if I stop the radio?
Thanks in advance
 
Cheers,
Mario
 
 
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to