Skip to main content

All:

I need some guidance.  I want to use an Arduino to control the external power (5VDC) supplied to a device.  For example, under program control, I want the Arduino sketch to turn on a 5VDC power supply wired to an MTH smoke unit and after some time turn it off.  My questions are:

  1. What board(s) would you recommend?
  2. Are there boards that can do this for multiple situations?  The MTH smoke unit has 2 pairs of 5VDC wires – one for the heater and one for the fan.  I would need to turn both on simultaneously.
  3. How many such boards can the Arduino control?  It's likely there would be 3-4 devices I would like to control in this way.  How would they interface to the Arduino?


The Arduino has many auxiliary boards available for it.  I’m just trying to understand enough to ask an intelligent question or two and choose the right board.

Your help would be greatly appreciated.

George

Original Post

Replies sorted oldest to newest

Hi George -

Since the motors and heaters take a lot of current, the Arduino can't control them directly. You can use the Arduino to turn on a transistor, that in turn controls the motor or heater.

You could use discrete transistors, or a chip like the ULN2003A or ULN2803A that packages 7 or 8 Darlington transistors into a single IC, along with base resistors and flyback diodes. You should figure out how much current the motors and heaters will draw, to be sure the transistors can handle the load. One transistor would be needed to control each motor or each heater.

Any Arduino will work fine for this application, since the Arduino only needs to supply enough current to turn on the transistors.  You need one Arduino digital output for each transistor, but nearly every Arduino has at least 8 output pins that you could use.

For small projects like this I like to use the Pololu A-Star 328PB Micro. To program this Arduino you need a USB-TTL adapter;  the more expensive 32U4 Micro has USB built-in. Comparable products are the Sparkfun Pro Mini and Pro Micro. There are plenty of cheaper clones around, but I'd start with products that offer full support from the supplier.

From your description it sounds like you will have a source of 5V DC power, which can be used to power these Arduino boards through their VCC pins. They can also be powered with a DC source up to 12V or so, via their on-board regulators.

Let me know what questions you have!

Add Reply

Post

OGR Publishing, Inc., 1310 Eastside Centre Ct, Ste 6, Mountain Home, AR 72653
800-980-OGRR (6477)
www.ogaugerr.com

×
×
×
×
Link copied to your clipboard.
×
×