Arduino Motor Control for the Spinning Night Light

Posted July 20th, 2010 by Natalia and filed in Arduino, Project

Simple motor controlMost motor control applications can be accomplished with a simple single-transistor circuit. This type of circuit controls the basic operation of turning the motor on and off, and allows very fast switching of the motor, which makes it possible to control the speed of the motor using pulse width modulation (PWM).

The basic problem with this circuit is that the direction of the motor cannot be reversed. For our simple application in this RGB LED night light, spinning the motor in one direction is enough. In the future we will use motors in applications which require us to reverse the direction as well, and for that we will be using the type of motor control circuit called H-bridge circuit.
Continue Reading »

Arduino 2-Digit 7-Segment Display Counter: Circuit

Posted June 8th, 2010 by Natalia and filed in Arduino, Project

This week we’ll look at the circuit for the 2-digit 7-segment display counter using the Arduino.

There are a few options to control multiple displays:

  • employing multiple controllers;
  • using a 7-segment driver chip like the 7447;
  • using a multi-display controller such as the MAXIM MAX7219;
  • sequencing through the displays, which is what we have done in our example, as it requires no added hardware.

When we were using a single-digit display, we connected the common anode pin to our Vdd supply, but with two digits we have to drive them independently if we want them to display different digits!

A natural reaction would be to try to use two Arduino I/O pins, each driving a digit of the display. The problem with this scenario is that it is not possible to drive the common anode or cathode pin usingĀ Arduino I/O pins, as they cannot source or sink enough current to light all seven segments.
Continue Reading »

Basic Hobby Electronics Vocabulary Part 4 of 4 (S-V)

Posted January 25th, 2010 by Natalia and filed in Beginner

Schematic: A diagram of an electrical circuit that uses standardized symbols for the components.

Semiconductor: A material of electrical resistance between that of a conductor and an insulator. It is used to construct diodes, transistors, and integrated circuits.

Solder: A tin-lead alloy that becomes liquid when heated to above 360 degrees. It has low resistance, like other metals, and provides a strong mounting.

Switch: A device used to connect or disconnect the wires in an electric circuit, turning it on or off.

Transistor: A three-terminal, solid-state electronic device designed to amplify, oscillate, or switch the flow of current between two terminals.

Voltage: The measure of difference of electric potential across a material or between two points in a circuit.

Volts (V): The unit of measure for voltage.