Hi, I am a beginner to using Arduino and I'm currently trying to do a project where I would need to connect 3 or so vibration motors to 2 coin cell batteries and an Arduino Nano. Is this possible and what would the setup look like without a breadboard?
Ok, how often and how long will the vibrators have to run for? And how much battery life do you really need?
Spoiler: you're in for a challenge with the button cells. Your project will likely be significantly easier if you can accomodate a more appropriate power source.
The motors will need to run for 30 sec-1 min or so. I would need a long battery life. The reason why I am using button cells is because they are small and thin---are there any other batteries with a better power source but with the same qualities as button cells?
They are intended for extremely low power, low current devices, like watches. Not vibration motors. You can buy tiny rechargeable LiPo batteries intended for very small electric model airplanes, which would be fine for such an application.
I do not know what 'more than a few minutes means, but you must calculate your "power budget" which essentially means powering the Nano is about 9mA with the LED off and no external components.
3x motors are between 10mA and 35mA each. Conservatively, at lower range, you can expect 9+10+10+10 = 39mA== 40mA. The best you can expect is:
The Nano 33 BLE is not very small, and it cannot directly interface with vibration motors. You will need transistor drivers to interface the I/O pins with the motors.
Before you even think about soldering, draw a proposed circuit diagram and BREADBOARD it.
Get the prototype working before getting the soldering iron out and soldering everything together only to find out some of it had to be desoldered to fix errors/problems.
What is your project, not just want you want to use, but what it is supposed to do and for how long?
Thanks.. Tom....
PS. Developing a project for the first time will probably got through many iterations, use a breadboard to get through those iterations before committing to soldering everything together.