- Home /
- Search about microcontroller
Page 9 about microcontroller | |
Total Found: 1126 |
-
The brain of the robot is made of Atmel Tiny2313 microcontroller. This MCU has a cool feature called In-System Programming which can be used to program memories of the MCU with almost-no-cost programmer. I used simple programmer which connects to parallel....
-
This is my first project using an AVR microcontroller and really the first embedded systems project I`ve done since college. I had two options for programming languages C and assembly. I chose assembly because I was familiar (at least with the 8051) and....
-
An HD44780 Character LCD is a liquid crystal display (LCD) display device designed for interfacing with embedded systems. These screens come in a variety of configurations including 8x1, which is one row of eight characters, 16x2, and 20x4. The most commonly....
-
This is a relay driver that is based on a PIC16F84A microcontroller. The board includes four relays so this lets us to control four distinct ....
-
The output assign modules uses a 16V8 GAL for address decoding and enable signal generation. Figure 44 shows the pin assignments for the GAL used in the output assign module. The VHDL code used to generate the GALs is included in the appendices, on page The....
-
This Project Automatic Room Light Controller with Bidirectional Visitor Counter using Microcontroller is a reliable circuit that takes over the task of controlling the room lights as well us counting number of persons/ visitors in the room very accurately.....
-
The applied microcontroller is an ATMega8 clocked at 16MHz. This microcontoller can shift out arbitrary wavefroms from its flash or SRAM storage at a rate of 2MS/s (and even faster!). The 8bit data is fed from portD to the AD converter ( Analog `s AD7524)....
-
Do you know our 8051 microcontroller can play music tones, here s an sample. The circuit & code given here will play the music for “wishes you to be ....
-
Regardless of whether you want to effectively imitate a house fire, a campfire, or light from welding, the circuit described here fills the bill without using a microcontroller, although it does use a larger number of components (including some truly....
-
Designing a circuit that will use a combination of switches and resistors to allow a microcontroller to identify which switch was pressed based on the voltage read and perform a switch-specific action. The design that I`ve come up with involves using a....
-
This is a "beta release" schematic. Use at your own risk The idea is to add this circuitry to a board with already has ram at 2000 and an 82C55 I/O chip to provide ports A, B and C. Warning: not shown here is a memory mapping trick which is described below.....
-
How to build and use simple PIC programmer with very easy to find and extremely low cost parts. Total cost to build programmer is less than 1.5USD....
-
A water level controller based using 8051 is shown in this article. A lot of water level controller projects have been published in this website but the is the first one based on a microcontroller. This water level controller monitors the level of the over....
-
A control program usually requires more than turning outputs on and off. They switch on and off because an event has happened. This event is then connected to the input of the microcontroller to "tell" it what to do next. The input could be derived from a....
-
DTMF Based Robo Car Design using 8051 Microcontroller Project. This project presents a method to control a domestic system using the DTMF tone generated by transmitting telephone instrument when the user pushes the keypad buttons of the mobile phone....
-
This Instructible is entered in the Category: 13 - 18 of the National Robotics Week Robot Contest...
-
hi i have been working on this code for a while now and i have come to a complete dead end. the following code takes midi data on the rx pin of the usart, saves the 3 bytes of data in the cblock, tests the first byte to see if it is a midi on message....
-
Analphanumeric low cost LCD Display is very essential for may small and big projects to Displayvarious type of information. Hitachi HD44780 Chipset based 16x2 char LCD is Really very cheap andeasily available in the local market. In this project we are going....
-
This egg timer, which is both simple and functional, shows once again that it is not essential to use a microcontroller for everything these days. The circuit consists of only two ICs from the standard 4000 logic family, a multi-position rotary switch and a....
-
the finger, inside a light screen, between an high intensity led emitter and a photocell, provides the heartbeat signal, which, suitably amplified, is used as input for a microcontroller PIC16F84. Three 7 segments common cathode displays, drived by the PIC,....
-
It is important to layout your PCB correctly to allow trouble free In System Programming of AVR microcontrollers. This guide covers the usual problems that are encountered and typical AVR ISP circuit schematics. This guide covers Serial Programming, which is....
-
You will need a few items to begin working with microcontrollers. I purchased the PICSTART Plus Part Number: DV003001 kit from Microchip. This kit includes the following: A sample PIC16F84 microcontroller chip: My kit actually came with a PIC16F84A chip.....
-
The different between these two IC`s. A Microcontroller is a specialized form of Microprocessor that is created to be self-sufficient and cost-effective, where a Microprocessor is typically designed to be general purpose use like in a Personal Computer (PC).....
-
Description: AT89S52 For Bell Timer Circuit Diagram. Features: 7segment display is replaced with LCD display. DS1307, uses AT89S52 microcontroller and I2C ....
-
Learn implementing I2C on 8051 PIC and AVR microcontrollers. Here you will find codes and examples for using I2C library....
-
Interfacing hex keypad to 8051. AT89S51 is the microcontroller. Circuit diagram and assembly language program. Testing video also provided....
-
Design a circuit in which a microcontroller produces a signal and then using an amplifier drives an 8ohm speaker. I`ve so far used LM386, but it cannot go above 1W, which turned out to be insufficient. Besides that, I wish to add an (second order) anti....
-
Temperature-indicator and temperature-based products have generated wide interest. There are numerous applications for such devices with many possible solutions, each with its own advantages and disadvantages. This idea discusses a sensor interface that....
-
An EEPROM is kinds of novalatile memory, that means it is used for storing digital data permanently without any power suply. EEPROM stands for Electrically Erasable Programmable Read Only Memory. The advantage of these kind of ROMs is that they can be erased....