Page 2 of 2

Re: power save in esp32 with running can bus

Posted: Wed Dec 18, 2019 8:54 pm
by PeterR
AFAIK you cannot power save whilst being able to receive on CAN without losing data, unless the ESP32 is the only device on the bus doing the ACK, then there should be retransmits.
Exactly - key point is to be the only other device on the bus (but if MIL-CAN even that does not work). You must wake up and ACK before the transmitter goes bus off and/or ANO accepts the message whilst you sleep.

Re: power save in esp32 with running can bus

Posted: Thu Dec 19, 2019 7:26 am
by divakara G R
AFAIK you cannot power save whilst being able to receive on CAN without losing data, unless the ESP32 is the only device on the bus doing the ACK, then there should be retransmits.
Exactly - key point is to be the only other device on the bus (but if MIL-CAN even that does not work). You must wake up and ACK before the transmitter goes bus off and/or ANO accepts the message whilst you sleep.


Hi Can you please help me to in resolving another issue,

i have configure auto light sleep enabled in pm config api but its not entering to sleep mode it still consuming 100mA