Powering 2 Arduino's with li-ion 18650b batteries

Hello dear tinkerers,

My project includes two Arduino Uno's running 5x 28BYJ-48 steppers.

I have plenty of li-ion 18650b 3.7V 3400mah batteries.
In a series of 3 they are 11.1 Volts.

Is there a way to power two Arduino Uno's with this setup?

Kind regards,

Kieran

The operating voltage of Arduino Uno is 5V. If you plan to use the battery you can power the board by connecting the battery to Vin and GND.

Arduino will support this directly. However will waste power, which may not be ideal for battery. Arduino uses linear regulator. You may want to buy switch mode linear regulator replacement.

VR10S05 XP Power | Power Supplies - Board Mount | DigiKey

Remember to use over discharge and other protection logic.

They may need external drivers. I do not know how much power they draw. The signals could be more than supported by pins on Uno. See below:

28BYJ-48 Stepper Motor Pinout and specifications (pinouts.net)

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.