By connecting an L298 bridge IC to an Arduino, you can control a DC motor.
By connecting an L298 bridge IC to an Arduino, you can control a DC motor.
Detecting, decoding, and displaying IR (Infrared) signal data is interesting, but using those signals to control stuff is…
Detecting, decoding, and displaying IR (Infrared) signal data is interesting, but using those signals to control stuff is more interesting . . . and sometimes useful. Read on to learn how.
Remote controls for electronics often use IR (infrared) radiation in a very precisely coded sequence for channel surfing,…
Remote controls for electronics often use IR (infrared) radiation in a very precisely coded sequence for channel surfing, volume adjustments, and more. One of the most popular codes is the SIRC (Sony Infrared Remote Code) which may be used with a PICAXE microcontroller to manage a stepper motor, or most any other electronic or electro-mechanical device.
Tracking an infrared light source is not as difficult as you might think; a 14-pin PICAXE, a stepper motor with a driver…
Tracking an infrared light source is not as difficult as you might think; a 14-pin PICAXE, a stepper motor with a driver IC, three phototransistors, and a few other components will do the trick.
A PICAXE 08M2 can be used to read the amount of IR (infrared) light falling on a phototransistor and respond by moving a…
A PICAXE 08M2 can be used to read the amount of IR (infrared) light falling on a phototransistor and respond by moving a servo to a predetermined position.
We’ll continue our discussion of the C-BISCUIT demo bot by looking at portions of the RCB schematic that weren’t…
We’ll continue our discussion of the C-BISCUIT demo bot by looking at portions of the RCB schematic that weren’t covered in the previous article.
In this article we’ll take a close look at two sections of the custom-designed control board for the C-BISCUIT demo bot.
In this article we’ll take a close look at two sections of the custom-designed control board for the C-BISCUIT demo bot.
The C-BISCUIT saga continues as we combine the various system components into a demo bot.
The C-BISCUIT saga continues as we combine the various system components into a demo bot.
Build a generator-powered LED headlight for a longboard for very cheap.
Build a generator-powered LED headlight for a longboard for very cheap.
In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control…
In this continuing series of Building Raspberry Pi Controllers, you'll learn how to build a object detection control circuit for operating a small DC motor using a photocell.
Adding variable speed control and battery monitoring to a Power Wheels truck!
Adding variable speed control and battery monitoring to a Power Wheels truck!
Use MATLAB to write a program to control a servo motor connected to an Arduino.
Use MATLAB to write a program to control a servo motor connected to an Arduino.
Controlling a motor with an Arduino is relatively easy. In addition to simply spinning the motor, you can control the…
Controlling a motor with an Arduino is relatively easy. In addition to simply spinning the motor, you can control the position of the motor shaft if the motor has a rotary encoder.