1

I have an Arduino Micro and I want to connect an LCD and Bluetooth module to it. The problem I face is that there are not enough power pins for them both.

I understand that I probably need some external power supply for them, but I have no idea how to do this properly.

Anonymous Penguin
6,36510 gold badges34 silver badges62 bronze badges
asked Aug 17, 2015 at 9:14
1
  • 3
    Just split the wire going from the vcc pin. Commented Aug 17, 2015 at 10:09

1 Answer 1

1

You can design/build/deploy a power supply that provides to each board (arduino included) the voltage it needs (but it's advisable to have modules working at the same voltage level) and that should be sufficient. As long as you have a shared Vcc-to-GND reference, it's enough.

To verify that the power supply you choose is ok, do the following:

  • check that the modules are compatible with its voltage (ex: all at 5V)
  • check that the combined power consumption of each module (you get that from the datasheet) is lower than the total power output of the power supply.

Additional checks:

  • check that the maximum voltage ripple provided by the power supply is lower than what the modules can tolerate
  • check that the peak current the power supply can provide is larger than the combined peak current of all the other devices.
answered Aug 17, 2015 at 9:21

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.