Our vending machine is on it's way to have a full working prototype. After some work on deep sleep we were able to put it down to 150mA consumption in deep sleep mode. Wich is quit good, but we discover that If we turn of the power from lcd panel and from touch screen we could even reduce more 40% of the total power in deep sleep mode.
As you can see in the image attached if we remove jumper from JP5 and JP3 we can reduce consumption while in deep sleep in 60 mA. 40% reduction.
While in deep sleep mode shouldn't the panel and touchscreen be completely turned off?
We thought about adding a "intelligent" jumper like switch, to turn it off while in sleep and turn it on when in normal usage. What do you think about this approach to reduce power consumption in deep sleep?
Thanks ind advance for any help or hint.
Hi Mauricio
processor can turn off power from external peripherals
in low power mode, it can be done in software. By default
processor does not perform that. Also some processor power supplies
can be lowered or turned off, but most of them are not turned off completely.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Igorpadykov .That's what I thought . I will contact the manufacturer see if can do something about it. Because this shouldn't be done at application level but at processor level when it's entering low power mode.