-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can we run Chimuino on battery? #1
Comments
see for the stepper engine: https://forum.arduino.cc/index.php?topic=393500.0 |
for the RTC clock:
|
seems like the best efficiency with stepper engines is reached by accelerating gradually instead of defining the top speed immediately |
there is the possibility to run the stepper engine with a wave signal, which means one coil at a time instead of two - better efficiency when the load is to high enough to require the two coils |
tension: the stepper requires 5V to move, the regulator is absorbing a bit less than 1V, the battery is loosing tension with time => to run the stepper out of a battery pack, the battery pack should be around 7V (?) |
the 28byj-48 stepper is rated about 70 Ohm per coil. So at 5V or 6V its consumption is about 70mAh to 85mAh per coil. |
On the arduino side:
|
consumption of a nano: https://arduino.stackexchange.com/questions/926/what-is-the-maximum-power-consumption-of-the-arduino-nano-3-0 there are low power versions of arduino, like: |
wake up the arduino in case of a change in light : https://engineersportal.com/blog/2018/3/24/arduino-internet-of-things-part-3-external-interrupts-using-a-motion-sensor-hc-sr501 |
Wakeup on bluetooth communication: |
solar powered? |
Analyze energy consumption and the possibility not to have to plug the chime on an outlet.
The text was updated successfully, but these errors were encountered: