Stepper motors fall somewhere in between a regular DC motor and a servo motor. They have the advantage that they can be positioned accurately, moved forward or backwards one 'step' at a time, but they can also rotate continuously.
Read more »Stepper Motor with Raspberry Pi
Category: Raspberry Pi Tags:
- Login to post comments
28BYJ-48 - 5V Stepper Motor
One of the most popular stepper motor among students and makers is the 28-BYJ48 Stepper Motors. These motors are used in your DVD drives, Motion camera and many more place. It has a 4 coil unipolar arrangement and each coil is rated for +5V hence it is relatively easy to control with any basic microcontrollers.
Read more »- Login to post comments
Using LEDs as Light Sensors
It's a known trick that we can use LEDs in reverse. We'll explore how to use them as photodetectors with Arduino and create a simple demo that responds to hand swipes.
Read more »- Login to post comments
Resistor Color Code Calculator
A resistor is identified by its pattern of color of bands. There are 4, 5 and 6 band resistors. To calculate the resistance of a resistor, you can select the appropriate color bands in the this resistor color code calculator and calculate the resistance value according to the color of bands.
Read more »- Login to post comments
Voltage Divider Calculator
A potential divider circuit is a very common circuit used in electronics where an input voltage has to be converted to another voltage less than it. This circuit is very useful for all analog circuits where variable voltages are required, hence it is important to understand how this circuit works and how to calculate the values of Resistors.
Read more »- Login to post comments
Programming an ATtiny84A from Arduino
I’m currently working on a project that requires a cheap, low-power microcontroller that’s programmable through Arduino and has a few more pins than the ATtiny85. That’s where I found the ATtiny84A. It has many of the same features as the ATtiny85, but has 12 I/O pins instead of six.
Read more »- Login to post comments
Video - Your First Arduino Project
Get started with your very first Arduino project by making an LED light blink on and off. We'll look at how you can modify your project and show some future applications that we can build from this solid starting point.
Read more »- Login to post comments
L293D Pinout
The L293D is a famous 16-Pin Motor Driver IC. As the name suggests it is mainly used to drive motors. A single L293D IC is capable of running two DC motors at the same time; also the direction of these two motors can be controlled independently.
Read more »- Login to post comments
TRIAC Dimmer Circuit
In this project we use Triac (Triode AC Switch) to control the brightness of the AC bulb with a IR TV Remote. You can also control Fan speed with your TV remote using this Triac Dimmer circuit.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Zener Diode 1N4728A
A Zener diode is another form of diode, but is used for entirely different purpose. They are mainly used in protection circuits or as crude voltage regulators. Let us see how we can select one for your application.
Read more »- Login to post comments