Our project is an infrared (IR) tracking system. A beacon, placed on the object to be tracked, continuously emits infrared signals in all directions. The signals coming from the beacon are detected by 2 IR receivers mounted on 2 stepper motors, which rotate independently and are in separate locations.
Read more »INFRARED TRACKING SYSTEM USING ATMEGA32
Category: Microcontrollers Tags:
- Login to post comments
Connecting Piezo Speaker to ATmega32 Microcontroller
An ATMega32 sound generator code is extremely simple to implement. Almost any GPIO pin can drive a piezo buzzer, and the output quality is fine for producing some beeps. The code shown here is the simplest one I remember using basic physics, and since it does not use PWM it could be implemented on almost any microcontroller.
Read more »Category: Microcontrollers Tags:
- Login to post comments
Digital Voltmeter using AVR Microcontrolelr
In this project we are going to design a 25V range digital voltmeter by using ATMEGA32A microcontroller. In ATMEGA, we are going to use 10bit ADC (Analog to Digital Converter) to build a digital voltmeter. Now the ADC in ATMEGA can not take a input more than +5V, so for getting a higher range we are going to use a voltage divider circuit.
Read more »Category: Microcontrollers Tags:
- Login to post comments
Audio Amplifier
Here is a simple audio amplifier circuit that is easy to build and has few components. This circuit is built around the LM386 (click for datasheet) audio amplifier integrated circuit, useful when you need to power medium sized speakers from a music player that can only drive earphones.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
555 Timer Circuits
555 Timer IC is one of the commonly used IC among students and hobbyists. There are a lot of applications of this IC, mostly used as vibrators like, ASTABLE MULTIVIBRATOR, MONOSTABLE MULTIVIBRATOR and BISTABLE MULTIVIBRATOR. You can find here some interesting circuits based on 555 Timer IC by using these different operating modes.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
10 Awesome Arduino Projects
I find this almost therapeutic to watch, perhaps it's a little OCPD in me but seeing an Arduino Uno control a machine which will sort out your sweeties by colour is great. This little video does well to demonstrate it working with the 3D printed parts, an RGB and an infra-red sensor doing the work in tune with the motors.
Read more »Category: Arduino Tags:
- Login to post comments
Arduino Based Basic Projects
These are simple and basic arduino projects for beginners and students. Explained with circuit diagram, programming and videos.
Read more »Category: Arduino Tags:
- Login to post comments
Darkness Detector Circuit Diagram
Darkness detector is simply a LDR (Light Dependent Resistor) interfaced square wave generator. In this project the square wave generator is developed as a 555 Timer IC based ASTABLE MULTIVIBRATOR. Before going any further we must get the basic details on the LDR. The figure below shows an image of various types of LDR.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Getting Started with 8051 Microcontroller
If you are looking for a beginners guide on “How to start with 8051 Microcontroller”, here in this article I will show you how to work with 8051 microcontroller practically. I am not going into detail of “What is 8051 microcontroller”, or “How to write a c-program” etc., but the scope of this article is to tell about the hardware and software
Read more »Category: Microcontrollers Tags:
- Login to post comments
Voltage Controlled Pulse Width Oscillator
The basic circuit operates at a frequency determined by R1, R2 and C1 and has a pulse width range of 0 to 100 percent.
The following diagram shows a basic circuit with an open collector output that would require a pull up resistor at its output. The parts values are the nominal values of the components used.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
