LCD-LED DisplayMotor Circuit DiagramsSensors - Tranducers Circuits

Minimalist Motor Schematic Circuit Diagram

Eenvoudig, apart en toch een doel, dat The design brief for this robot was that it had to be simple, yet unusual, and also have a specific purpose. But should we really call this a robot? It consists of one motor, one wheel, sensors, a microcontroller, LEDs, batteries and ‘legs’. If the motor slowly turns one rev­olution to the left and then one to the right, and the ‘legs’ offer more resist­ance in one direction than the other, the robot will move slightly forward. If it also keeps turning towards the light it becomes a true light seeker.

A detailed description of some of the parts follows.

Wheel

A normal rubber wheel is used for this robot. This gives sufficient grip on the floor, sometimes a bit too much Particu­larly in the roll direction, but also perpen­dicular to the roll direction there is a lot of grip and/or resistance. But any resistance perpendicular to the roll direction will severely restrict the forward movement of the robot. It would have been better to use an omnidirectional wheel instead. These

wheels have smaller wheels/rollers at right angles to the rim, reducing the perpendicu­lar resistance to almost zero. This will work much better than a plain rubber wheel.

Minimalist Motor Schematic Circuit Diagram

Sensor

For the lights sensors an old favourite is used, the CNY-70. This sensor consists of an IR LED and an IR photo diode and is usually used to detect and track a line on the floor. It is of course also possible to use just the photo diode of this sensor. If we connect two of these in series, with a resistor at each end to limit the current at high brightness levels, we end up with a neat sensor that provides a voltage at the junction of the two sensors that is propor­tional to the difference in light intensity on the sensors. This junction is connected to one of the inputs of the comparator in the microcontroller. The other input is con­nected to half the supply voltage, provided by a potential divider formed by two resis­tors connected to the positive and negative supply. The output signal of the compara­tor can be read using an internal variable (bit). This way we know at which side of the robot the light is brighter and we can then steer it in that direction.

Microcontroller and motor driver

Most microcontrollers are capable of sourc­ing a fair amount of current. In this circuit we use this property to directly drive the motor via the microprocessor. When we need to supply larger currents we just con­nect a few outputs in parallel.

A microcontroller is of course a necessity in every robot. This time our choice was for an AT90S2313. This can be easily pro­grammed in BASIC with the help of BAS­COM-AVR. It has a comparator on-chip, sufficient I/O pins to link together for paral­lel outputs, etc. An ISP connection is also made available, so it can be easily re-pro­grammed during testing, or at a later stage if you’d like to try out a different program in the robot.

A pair of 3-mm LEDs is mounted above the eyes for show. The LEDs are connected from the positive supply to the processor via 1 kil resistors. To complete the robot circuit there is also a battery holder for four AA cells and an on/off switch.

Tags

Related Articles

Leave a Reply

Your email address will not be published.

Back to top button
Close
Close