How to use 2v dc motor

Hi,
I got these cheep amazon 5v dc motors with wheels for fun and I was researching how to use them and I keep seeing stuff about motor drivers and I was looking at the arduino store for theses motor driver things and I was planning on using my MKR 1010 so I found the MKR Motor carrier and it was 60 bucks and I was wondering if there was a more budget option, I thought when I bought the motors it would be 10 bucks down the drain and that's it but now its looking more this 70 bucks! If you know of a cheaper option PLEASE tell me!

While you are about it, try looking for some periods for your writing and perhaps separating thoughts into paragraphs for easier reading.

But for motors, unless you can give some discussion about how you want to use the motors there is not much anyone can help with.

2 Likes

There are several types of motors, which do you have? You say 2V then 5V, what is it? How do you plan on powering these motors? Give @Paul_KD7HB advice a try it will help us help you.
That sounds like an interesting and learning project that could be a lot of fun! However, please keep in mind that we are not a free design or code-writing service. We’re more than happy to help with your design or code, but we need you to make an initial attempt. Please design and write your code, then post it along with an explanation of what’s not working properly. There is also a for hire section if you want to pay for it.

  1. Show Your Work First: Before asking for assistance, make an attempt to design or write the code yourself. Share your work along with details about what isn’t working.
  2. Provide Clear Documentation: Since we can’t see your project, share an annotated schematic (best) or a clear drawing of your setup. Pictures are welcome, but avoid using Fritzing diagrams as they are wiring diagrams, not schematics, and are not ideal for troubleshooting.
  3. Include Technical Details: If there is specific hardware involved, include links to technical information. There are often many versions of similar components, so precise details are essential.
  4. Reference Resources: For additional help, check out useful links and tutorials: Useful Links on Arduino Forum.

==> design experiment

Arduinos are designed for experimentation and learning, often used with breadboards and loose wires, which can become unreliable if vibrated. They are not built for harsh, dirty, or electrically noisy environments commonly found in industrial, automotive, or other commercial applications, making them unsuitable for such settings.

To ensure we can provide the most accurate assistance, please include detailed information about your setup. Specify the exact board, shield, wiring configuration, and power sources you are using. An annotated schematic is ideal, as it provides a clear overview of your setup, but be sure to also include links to the technical specifications of your hardware components.

Before posting your code, please review the forum guidelines and use code tags for better readability. Also, provide links to the technical information about your hardware, and include a preliminary schematic that shows all power, ground, and connections. For additional guidance, you can refer to this link: Useful Links and Tutorials. Note that in this context, breadboard diagrams are not considered proper schematics.

How many motors do you need to use at once? Here is an option for $6:

If you want the convenience of a shield for a relative expensive Arduino, then I guess you have to pay for it.

If you want to save some money, then use a separate (wired) motor driver board.
Pololu has an excellent range, or Adafruit. Just stay away from the l293/L298 crap.
Leo..

2 Likes

I have 4 5v dc motors with wheels. I got them in Amazon.

For $12 USD, you can control 4 motors bidirectionally, using two of these — assuming that the current demands of your motors don't exceed the driver specs (1 A continuous and 3 A peak for each motor).

That should work

If your question has been answered, please click the :white_check_mark: icon below the comment that you wish to mark as the "Solution" to your thread (this will help future forum visitors to find the relevant information, if they have a similar question).

Thanks for the reminder.

1 Like