Digital thermometer with auto saving log file in excel by Pic microcontroller is vary advance, useful and realistic project. The implementation filed of this project is wide. Now a day’s atmospheric prediction saves lots of life. And for getting wright prediction we have to analysis lots of recorded data. By using this project it can […]
Projects
Underground locator generator for Radiodetection using PIC16F628
Introduction I obtained an early vintage Radiodetection® RD400 “LLTS” Precision Line Trace unit for a very low price through eBay. The RD400 is the receiver portion of a transmitter/receiver pair that comprise an underground cable locator system. Because the matching transmitter was not available (hence the low price,) I had to design one that matched […]
PIC12F675 ADC code and Proteus simulation
This post provides the ADC code using PIC12F675 microcontroller. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section at the bottom of this page. It is assumed that you know how to interface LCD with PIC12F675 microcontroller. If you don’t then please read this […]
PIC12F675 internal EEPROM code and Proteus simulation
This post provides the internal EEPROM reading and writing code for PIC12F675 microcontroller. As we know, PIC12F675 microcontroller has 128 bytes of built in EEPROM data space with an address range of 0x00 to 0x7F. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this code from the ‘Downloads‘ section […]
Life Size Operation Game using PIC16F877 microcontroller
Life Size Operation Game As a child I loved the Milton Bradley Operation game, the buzzer always scared me when it went off, but it was fun. The object of the Operation game is to remove a body part with out touching the tweezers to the metal sides that surround the object for removal. If […]
Major Electronic Peripherals Interfacing to Microcontroller 8051
Interfacing is one of the important concepts in microcontroller 8051 because the microcontroller is a CPU that can perform some operation on a data and gives the output. However to perform the operation we need an input device to enter the data and in turn output device displays the results of the operation. Here we […]
Record+play fast 1bit sound on a PIC!
BTc “Binary Time constant” algorithm. A system to record and/or play sound in a bitstream format using just one digital output pin. This is a sound playback system for a PIC or any other microcontroller. It uses a clever encoding system to mathematically model the actual performance of the RC filter when the signal is […]
Multifunction RGB LED controller using PIC12F675
multifunction RGB LED controller using low cost PIC12F675 microcontroller. features: 1, 4+1 mode operation a single potentiometer and single button switch used for multiple operation 2, EEPROM Memory option for mode selection :- the last mode will be saved . 3, mode1 automatic hue saturation RGB LED light color pattern – potentiometer used for the […]
One-chip 11×10 LED matrix. using pic microcontroller
This project is pretty cool for a few reasons, and driving a huge LED matrix with a single 8-bit controller is just one of them. The idea was born when I bought 120 LEDs of the wrong type, and decided to do something with them. With that many LEDs, there are only a few things […]
How to Simulate PIC Microcontroller in Proteus Design Suite 8
This is our PIC Microcontroller tutorial series. We have already discussed basic beginners guide to PIC. Now let’s see how to simulate the PIC microcontroller?PIC simulation is the important step that you should do before practical implementation of any microcontroller projects. As Circuits Gallery covers topic of Microcontrollers especially with PIC (Peripheral Interface Controller), this […]