- Home /
- Search about microcontroller
Page 30 about microcontroller | |
Total Found: 1126 |
-
This low cost AVR development board can be used to get started with 40 PIN AVR devices or to test and build projects easily. Get this board along with our USB AVR Programmer and you have complete development and learning platform. The bundled CD provides all....
-
A device which provides a USB port. If I attach it to a Windows PC it is recognized as a "CP2103 USB to UART Bridge Controller". According to the device documentation, it should communicate in serial format at 38400bps. Since the USB pinout is different from....
-
The microcontroller is an AT90S8535-P in a DIP40 package. Note that this microcontroller is pin by pin, hardware compatible with other members of the analog series of AVR microcontrollers, like ATMega8535 and ATMega16. However, there are many differences....
-
For the PIC sonar range finding project a PIC microcontroller is ideal. It has a capture timer that can accurately measure the ultrasonic echo time so the distance from the object can be calculated....
-
This Lazy Old Geek is also an Arduino Geek. If you are an Arduino Geek, one of the common microcontrollers used by Arduinos is the Atmega328 chip. In order to use Arduino software, the Atmega must have bootloader software on it. I didn`t realize there was a....
-
Make a toy device which spins to the left whenever there is an obstruction in front of it, without any microcontroller. Can anybody please check whether my approach in building the device is correct or not [let`s assume we are driving our device in a bright....
-
Design Goal: The JavaBot1 is a small line following robot designed to follow a black line drawn on a dry erase board. It is designed to follow very tight c....
-
MiniVol is my effort at a very simple volume control board based on the excellent TI PGA2320 volume control IC, which offers impressive specs and can operate over a range of -95. 5dB to +31. 5dB. It utilises a small Atmel AVR microcontroller to control the....
-
This article is in continuation to the articleSingle character LCD display using AVR. The aforesaid article shows how to display a single letter onLCD. Moving forward towards learning to work with LCD, this article explains how to display a string on LCD.....
-
This device was created in a hurry for the USC Rocket Propulsion Lab, the student-run high-altitude rocketry effort at USC. I think I soldered it together a day or two before the launch, and then programmed it on a laptop on the car trip out to the desert.....
-
NOPPP is a simple programmer for PIC16C84, PIC16F83, and PIC16F84(A) microcontrollers. It attaches to the parallel port of a PC. Plans were published in El....
-
Use a PIC Microcontroller to Control a Hobby Servo This instructable describes how to integrate hobby servos (the kind used in RC planes, cars, etc.) into....
-
It`s very simple circuit using DTMF decoder MT8870 (or CM8870). As shown in the circuit, u`ll receive an interrupt ( if NAND output is connected to INT of the microcontroller) whenever u receive a call or make a call and then u can use yr program to read the....
-
For those who are lazy like me, turn on or off the bedroom light without getting out of bed, simple clap your hands is amazing. Thinking about it I projected one for me. Several projects of clappers can be found on the Internet, and most of them do not use....
-
Nowadays most of the devices are running on 3.3 volts, and likewise their communication levels also work on 3.3 volts. For example XBee runs on 3.3 volts and to interface it with microcontrollers running on 5V, one needs to translated voltages levels so that....
-
Filtering thermocouple wires assures highly accurate temperature measurement, preventing thermocouple noise pickup, decoupling thermocouple signals, reducing thermocouple measurement error, thermocouple noise filter circuit reduces thermocouple error....
-
This PIC16F877 microcontroller tutorial answers the question, "" How to implement a controllable digital clock using PIC16F877 ? "" Using PIC16 simulator (Pr....
-
Here is the circuit of an Arduino-based Panic Alarm! The wiring is very simple so that even a novice can construct this interesting circuit without any difficulty. Arduino is a family of microcontrollers (tiny computers) and a software creation environment....
-
The circuit simply consists of a PIC micro, ICSP interface, an RS232 level translator and an HD44780 LCD. Initially a scrolling message is displayed using show_intro. When a serial input is detected the main program starts. All keys are now either text....
-
The article on my RGB LED fader has been one of the most-visited articles on this blog. Since posting it, I`ve designed and built another microcontroller-based RGB LED project, this time controlling the colors from the computer over USB. The AVR needs to be....
-
This device provides three channels of 8 bit pulse-width modulation. Output pulse duty cycle ranges from 0 to 255/256 in 255 steps. DACs may be loaded by the DS interface. DAC values may also be copied into the on-chip EERPOM and then automatically be loaded....
-
This is the fully featured, jammed packed temperature readout unit. I can measure temperature from up at 8 DS1820 digital temperature sensors all on the same 1-wire bus. That's right only 3 wires are needed to go to all the temperature sensors, GND, VCC and....
-
Low-cost microprocessor supervisors reset controllers when power-supply voltages fall below given levels. As added protection, you can also reset the microcontroller when the power supply is too high by combining a low-cost shunt-voltage regulator with a....
-
This project is a self-contained serial terminal using a PIC16F84 microcontroller chip, an inexpensive LCD character display, a keypad, and very little else. It is full-duplex, meaning keypresses cause RS-232 output, and RS-232 input makes characters appear....
-
TCP based security system using the Ethernet module offered within the contest , an ATmega16L microcontroller , a PIR as a sensor and few other peripheral devices , which is specially targeted for homes and small business owners. I have used through for my....
-
This is a gas detecting circuit capable of sensing many different types of gases. The sensor used is the GH-312 and from the datasheet it is capable of sensing gases like smoke, liquefied gas, butane and propane, Methane, alcohol, hydrogen, etc. I've used a....
-
The page is about equipping an Atmel AVR microcontroller based system with a Prism WLAN interface. This document is intended for people that already have experiences with the AVR microcontrollers and teaches them how to add a cheap but flexible WLAN....
-
The basic idea comes from the AN592 Microchip application note: "Frequency counter using PIC16C5x". where you may find a simple software wich implements a frequency counter using a PIC microcontroller.I wrote a specifically designed software to improve....
-
PicCon is a PIC microcontroller based radio controller designed for hidden transmitter hunting. When combined with a radio transmitter, it will produce tone sequences and Morse code messages at user-programmed times. It is completely field programmable via....
-
Now-a-days every institution needs automation. As a part of college automation, we have decided to do a project Voice Interactive System for College Automation. Our project allows the user to know the students attendance and marks quickly through the....
-
When you use microcontrollers in your designs, sometime you face a problem how to show user required data. Several LEDs, 7 segment display or LCD module can be solution. But if you must show a lot of information simultaneously, it can be difficulty. Large....