Optimize the power
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-25 10:12 PM - edited ‎2024-09-27 2: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.
- Labels:
-
STM32 Motor Control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-26 3: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.
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-27 2: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-27 2: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!
A complex system designed from scratch never works and cannot be patched up to make it work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-09-27 11:10 PM
Thanks for your guide @Andrew Neil .
