2024-09-25 10:12 PM - edited 2024-09-27 02:02 AM
I'm using STM32F423ZHT6 MCU board for Smart Lock operation. Here, I'm using 2 limit switches.
Based on the Limit switches door is lock and unlock. But, the motor is always on state so it consume more power. How to reduce my power consumption.
Please anyone help me.
2024-09-26 03:42 AM
@Meenakshi wrote:the motor is always on state so it consume more power.
So don't do that, then!
Turn the motor off when it's not needed.
2024-09-27 02:01 AM
Hi @Andrew Neil,
It is a smart lock project. So, if I turn off the motor, how do I open the door? I need any guide to reduce the power consumption.
2024-09-27 02:15 AM
Surely, the motor only needs to be powered during the actual locking and unlocking process?
While the lock is in the steady 'locked' or 'unlocked' state, it shouldn't require any power at all?
If that's not the case, then it's a fundamental flaw in the lock's hardware design - you can't fix that in software!
2024-09-27 11:10 PM
Thanks for your guide @Andrew Neil .