Tutorial: Building cool projects with MCUs (Part 3) As we proceed onto the third portion of this microcontroller tutorial, let’s first revisit what we have accomplished thus far. In Part 1, we defined what a microcontroller actually was. I wanted to get everybody on-board (no pun intended) for this, so I started from scratch. Feel free to […]
Projects
COFFEE POWER MANAGER using PIC16F628
Introduction The problem was this…at Redeeming Grace Church we were meeting in a public school prior to moving in to our permanent facility. Each Sunday morning we would bring in three large percolating coffee pots to brew regular, decaf, and hot water for the mid-service break time. Each pot drew 9 amps. Because the average […]
Smart doorbell System
Introduction On request I have built a microcontroller-based doorbell system which is being used in an industrial environment. This is the basic function: When you push the bell-button, a horn will sound for about 10 seconds. At the same time a light, which keeps burning until someone pushes a reset-button, will be activated. The system […]
Sonar range finder using PIC16F88 Microcontroller
The PIC sonar range finder works by transmitting a short pulse of sound at a frequency inaudible to the ear (ultrasonic sound or ultrasound). Afterwards the microcontroller listens for an echo. The time from transmission to echo reception lets you calculate the distance from the object. PIC Sonar Specification Range ~5cm – 300cm Accuracy +/-3cm […]
Ponyprog Circuit for AVR & PIC16F84
Comments: All resistors are 1/4W.The circuit is powered by 9…15V DC or AC. When In Circuit Programming (ISP) connectors are used, is possible the programmer to be powered from target’s power source. Diodes D2 and D6 protect the regulator LM7805, when target’s power is used. ‘ XTAL JUMP ‘ is used to cut XTAL when […]
Microcontroller based Data Logger
Description: This project is a fine combination of analog and digital electronics. This project is designed so as to fulfill the requirements of the industry applications, home applications. The project consists of parameters monitoring, parameter storage. PC interface is one of the main features of the project in which various data like value of parameters, […]
Microcontroller Tutorial 4/5: Creating a Microcontroller Circuit Board
We are now in the fourth part of the microcontroller tutorial. We have a microcontroller circuit diagram ready. It’s time to make a circuit board. I love this part. This is the “magical” step that takes the idea we started with and turns it into something real. But let’s recap. So far we have learned: […]
microcontroller based projects circuit free
Analogue electronics, digital circuits and microcontrollers simulation, all in one. Another free Espresso-based minimisation tool. PLD and FPGA project flow Electronics circuit diagrams and projects based on microcontroller. 8051-BASED EEPROM MICROCONTROLLERS. HUM-FREE BATTERY ELIMINATOR Please I need a circuit diagram of a speed checker on highway with full project report write up, and all the […]
PIC Microcontroller project – 24 hour clock and thermometer displayed via 16f690 microcontroller and LCD programmed in C
I got to thinking that an interest in hi-fi can be a bit geek ( in a good way ) so I thought one of my latest geek projects might be of interest to some of you. You could build the project ‘as is’ without learning embedded C programming or you could use the project […]
A Self-Contained Data Logging Anemometer
I love collecting and analyzing data. I also love building electronic gadgets. A year ago when I discovered the Arduino products, I immediately thought, “I’d like to collect environmental data.” It was a windy day in Portland, OR, so I decided to capture wind data. I looked at some of the instructables for anemometers and […]