Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] Arduino motor controller
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter
March 13, 2022 8:57 PM
good morning,
I have project to complete which requires to run 8 dc motors, 2 at time.
I am not sure whether i should get Arduino UNO or Nano.
Do i require to get motor controller, if yes 4 channel or 8 channel.
Please help
(@hans)
Famed Member Admin
Joined: 11 years ago
Posts: 2805
March 14, 2022 3:49 AM
Hi Saws,
I'll admit that I have no experience with Arduino's and DC motors (not to be confused with stepper motors!!!).
However; when it comes to picking Nano or Uno, then I'd say it doesn't matter much for this purpose. Both work on 5V, similar microcontroller, have the same amount of pins (I think the Nano maty actually have 2 more analog pins), etc.
The Nano is smaller though and may use a micro-USB cable where a Uno is larger and uses a full size USB connector.
If you need more pins, then the Mega may be an option - but maybe not needed in your setup.
If you want cheaper/faster with WiFi and such then consider the ESP8266 or ESP32 - note that those use 3.3V.
Tip: I did see this article on how to control DC motors ... maybe helpful 😊