Sunday 15 December 2019

Powering arduino UNO+microservo off power bank


Currently, I have a USB powerbank powering my arduino Uno which powers my micro servomotor. I would like to have the motor running for long periods of time (~24 hrs). Sometimes, I am able to achieve this run-time but in most cases the power bank shuts off after about 3-4 hrs of running. I am not quite sure about the variability. It seems that my powerbank has a current threshold (don't know exactly but probably 50-60 mA) and my arduino/servo motor are probably right at that cut-off.


What is the easiest way to handle this problem? Could I program my arduino to draw more current from the power bank (have it calculate pi to many decimal points?)? Or, would just buying a proper grade resistor do the job.


Thanks




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...