Good day to everyone,
Currently I´m trying to make mi device consume less power, everything is going fine when I send it to sleep. What I´m attempting is to turn off the radio while the device is not sleeping, when my application is running. I´m trying to run the application and turn on the radio only when needed, all this to consume less power.
I´m trying to do this using some macros in the mac_radio_defs:
#define MAC_RADIO_TURN_ON_POWER() macRadioTurnOnPower()
#define MAC_RADIO_TURN_OFF_POWER() macRadioTurnOffPower()