Can you connect 2 coin vibration motors to one arduino UNO?

Would it be possible to connect 2 coin vibration motors to the same Arduino UNO, with the intention of later programming the Arduino to vibrate one motor (for a second) if a certain event happens and the other motor if a different event happens?

Via appropriate buffering, yes certainly.

1 Like

Hi, thanks for the swift reply. What do you mean by buffering? I'm very new to all this

The I/O pins on microcontrollers have limited current source/sink, so to drive high current devices like motors, external devices like transistors are required.
You need to check the ratings for your motors.

1 Like

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