The Microchip PIC16F877A has 40 pins 33 of them can be input or output. In this simple project I am going to configure this microcontroller to blink a 33 LED each LED is connected to one I/O pin. The PIC16F877A has 8 analog channels, so we have to configure all these channels as digital output. […]
Projects
Big 7-segment Digital Clock
Using only 2 capacitors, 3 resistors, 4 BIG seven-segment Display, 1 xtal, 2 switches ,and 1 Microcontroller PIC, you can build this Digital Led Clock main circuit. you can use common anode or common cathode display, just select the display type. Here is the pinout information:(I have attach the all diagrams of parts and 7 […]
RC5 Protocol Remote Control Decoder
This project shows how to decode IR remote controls which uses Philips RC5 protocol with microchip PIC16F84A microcontroller. You can find details about RC5 on Wikipedia Related topics: Philips RC5 & LG TV Remote Control Decoder IR Remote Control Based On PIC Microcontroller The RC5 protocols can be divided into 4 parts: 1-start bit, 2-Toggle […]
PIC16F877 timer1 code and Proteus simulation
This PIC16F877 microcontroller tutorial answers the question, ” How to use timer1 of PIC16F877 and how to handle its interrupts? ” Using PIC16 simulator (Proteus) you can verify this PIC timer1 code and change it according to your needs. This code is written in C language using MPLAB with HI-TECH C compiler. You can download this […]
Pic Projects With Schematics And Source Code
Circuit-Zone.com – Electronic Projects, Electronic – Project list | pic microcontroller, »circuit digital clock using pic16f628a microcontroller schematics » they act only ones – right then, when it´s really necessary » how to burn or program pic. Electronics projects circuits, Electroschematics.com: over 1050 top electronics projects and electronic circuits with photos, datasheets and easy to […]
Analog Input Using PIC Microcontroller (assembly Language)
So this tutorial should show you how to get an analog input using a PIC microcontroller (I’m using a PIC16f887) in assembly language. You may have a demo board (which makes programming way easier) just a chip. I’m using just a plain 40 pin chip on a breadboard. Step 1: Hardware Setup -You will need […]
Solar energy measurement using pic microcontroller
USB Human Interface Device Communication with PIC Microcontroller – MikroC
Figure 1: USB Communication Circuit Diagram The HID device class code is “0x03, this class is used for devices operated by human, devices like keyboard, mouse, joystick and so forth. The advantage of HID devices is that, they don’t require to install drivers, in most modern operating systems, the device will be detected without any […]
Digital Ammeter circuit using pic microcontroller
USB NEC Infra-Red Transmitter and Receiver
This project is a spin-off of another project I am working on and since there is a Remote Control 2017 contest on Instructables I thought I post this project. So if you like this project, please vote for it. Thanks. As you may know, I am a big fan of the Microchip 8-bit PIC controllers, […]