PIC 16F877 micro controller by Gaurav raikarGauravRaikar3
The document discusses configuring the on-chip analog to digital converter (ADC) on the PIC16F877 microcontroller. It first provides an overview of the PIC microcontroller family and key features of the PIC16F877. It then describes the ADC registers and conversion process, including configuring the ADC module, selecting the input channel, starting the conversion, and reading the result. It includes a diagram of the ADC conversion timing and flowchart of the conversion process. An example code for reading the ADC and printing the result is also provided.
This document discusses FinFET technology. It begins with an introduction to FinFETs, explaining that they are a type of double-gate CMOS that offers advantages over traditional CMOS for scaling to short gate lengths. It then discusses why FinFET technology is needed as traditional CMOS scaling faces challenges from subthreshold and gate leakage. It provides details on double-gate FET structure and operation, including how it controls short-channel effects better than single-gate FETs. It also covers FinFET features, applications, challenges and concludes that FinFETs can help continue CMOS scaling if key issues like fin patterning and gate work functions are addressed.
Analog to Digital Converter (ADC) is a device that converts an analog quantity (continuous voltage) to discrete digital values.
The PIC microcontroller can be used in various electronic devices like alarm systems, electronic gadgets and computer control systems.
This document provides an introduction to PIC microcontrollers. It discusses the architecture of PIC microcontrollers, including the 16C6x and 16C7x architectures. It describes the registers, memory, and instruction set of PIC microcontrollers. Some key points covered include the Harvard architecture, pipelining, addressing modes, arithmetic, logical, and conditional instructions. Peripherals like timers and interrupts are also mentioned.
This document discusses different interconnect timing models used to model delays caused by interconnects in integrated circuits. It describes lumped capacitor, transmission line, lumped RC, Elmore delay, distributed RC, and RLC models. The lumped capacitor and transmission line models treat interconnects as either purely capacitive or propagating waves, while the lumped RC, distributed RC, and RLC models account for resistive and inductive effects at higher frequencies. The Elmore delay model provides a simplified yet accurate way to calculate delays in RC networks. Overall, the choice of timing model depends on factors like the operating frequency and interconnect geometry.
The VLSI design flow consists of three domains - behavioral, structural, and physical - and multiple levels from system to circuit level. The front-end design includes logic synthesis to generate a netlist from HDL code through technology mapping and optimization. Back-end physical design involves floorplanning, placement of cells, routing of interconnects, and simulation to verify functionality and timing.
I have prepared it to create an understanding of delay modeling in VLSI.
Regards,
Vishal Sharma
Doctoral Research Scholar,
IIT Indore
[email protected]
The NodeMCU is an open-source IoT development kit that allows users to prototype IoT products using a few lines of Lua script. It contains an ESP8266 WiFi SoC, programmable GPIO pins, 32KB RAM, 80KB DRAM, and 200KB flash memory. The NodeMCU can be programmed via C or Lua and connect to devices via WiFi or by connecting pins to sensors and actuators. It provides a low-cost way to build an interactive and programmable smart device with WiFi connectivity.
PIC 16F877- features, architecture, functional pin description, program memory, and data memory organization, STATUS register, OPTION REG register, Power Control Register (PCON), Data EEPROM, and FLASH Program Memory.
Delays in Verilog allow modeling of timing aspects like propagation delays. There are different types of delays depending on the design approach - gate level modeling uses rise, fall, and turn-off delays while dataflow modeling uses assignment delays on nets. Behavioral modeling supports regular delays before assignments, intra-assignment delays after the equals sign, and zero delays to ensure last execution. Sequential and parallel blocks also control statement ordering.
This document compares FPGAs and CPLDs, noting that FPGAs are more expensive but have higher densities of up to 1 million gates and support more complex applications, while CPLDs are less expensive with lower densities of up to 10,000 gates and are suitable for small-scale uses due to their non-volatile memory and lower power consumption. Key differences include FPGAs using LUT architecture versus CPLDs using a sea of gates format, with FPGA performance dependent on application and CPLD performance generally being higher.
a project on automatic traffic control using IC 555jack990315
The document describes a student project to build an IC 555 and IC 4017 based traffic light circuit. It provides background on the history and purpose of traffic lights. It then details the components used in the circuit including IC 555 and IC 4017, and how they work together to simulate traffic light functionality by sequentially activating LED outputs to represent the changing lights. The document also covers potential issues with traffic and how temporary traffic control can help address them.
traffic light control using 4017 ic counter & timer 555Naveen Rao
This document describes a traffic light control system using the IC 4017 counter and IC 555 timer. The system uses these integrated circuits along with LEDs, resistors, capacitors and diodes to sequentially illuminate red, yellow and green lights to control traffic flow. The IC 555 timer acts as a pulse generator whose timing is controlled by a potentiometer to vary the duration of each light. The counter IC then sequences the lights in the proper order based on the pulses from the timer. This provides an affordable way to automatically control traffic lights without needing more complex microprocessors.
What is Microcontroller, Microcontroller vs Microprocessor, Development/Classication of microcontrollers, Harvard vs. Princeton Architecture, RISC AND CISC CONTROLLERS
Features of RISC, Microcontroller for Embedded Systems
10 x86 PC Embedded Applications, Choosing a Microcontroller
Criteria for Choosing a Microcontroller, Mechatronics, and Microcontrollers, A brief history of the PIC microcontroller, PIC Microcontrollers, Feature: PIC16F877, Simplied Features.
VLSI subsystem design processes and illustrationVishal kakade
This document discusses the design processes for digital subsystem design. It begins by outlining the objectives of design consideration, problem and solution, basic digital processor structure, and datapath. It then discusses general considerations for subsystem design such as lower unit cost and higher reliability. It presents some common problems in design like how to design complex systems efficiently. It proposes solutions like top-down design and partitioning the system. The document then illustrates the design processes through examples like designing a 4-bit shifter and ALU subsystem. It provides block diagrams, logic diagrams and layouts at different stages of the design process.
This document discusses RISC vs CISC architectures and the Harvard and von Neumann computer architectures. It provides examples of multiplying two numbers in memory using CISC and RISC approaches. CISC uses complex instructions that perform multiple operations, while RISC breaks operations into simpler instructions. Harvard architecture separates program and data memory while von Neumann uses shared memory.
This document provides a summary of an industrial project on a four way traffic control system implemented using an FPGA. The project was completed by Ameesha Singh and Chetan Dabral for their Bachelor of Technology degree in Electronics and Communication Engineering from Mahatma Gandhi Mission's College of Engineering and Technology, affiliated with Dr. A.P.J. Abdul Kalam Technical University. The project aims to design a traffic light controller using Verilog HDL that can manage traffic flow at a four road intersection through sequencing the red, yellow, and green lights. Xilinx ISE Project Navigator and iSIM simulator were used for the design, simulation, and testing of the traffic light controller system implemented on an FPGA
The document provides an overview of analog layout design. It discusses that analog circuits require careful attention to geometry during layout due to process variations. The analog design flow includes electrical design, physical design involving layout, and fabrication/testing. Key considerations for analog layout include minimizing parasitic resistances and capacitances, reducing noise, and ensuring matching between identical components using techniques like common-centroid layout. Resistors and capacitors must be carefully laid out to minimize non-ideal effects and provide accurate values.
Embedded C programming based on 8051 microcontrollerGaurav Verma
This lecture note covers the embedded 'c' programming constructs based on 8051 microcontroller. Although the same concepts can be used for other advanced microcontrollers with some modifications.
This presentation has given a brief introduction and working of CMOS Logic Structures which includes MOS logic, CMOS logic, CMOS logic structure, CMOS complementary logic, pass transistor logic, bi CMOS logic, pseudo –nMOS logic, CMOS domino logic, Cascode Voltage Switch Logic(CVSL), clocked CMOS logic(c²mos), dynamic CMOS logic
This document summarizes the implementation of a 7-segment digital clock on an FPGA board. It describes the problem statement of creating a digital clock, hardware and software requirements, and an overview of the implementation process. A top-down design approach is used, with counter modules to increment the seconds, minutes, and hours displayed on the clock based on an internal clock signal. Code examples are provided for the counter modules and resulting digital clock output.
Digital VLSI Design : Combinational CircuitUsha Mehta
This document discusses combinational logic design and CMOS transistor implementation. It covers topics such as logic analysis techniques like loop and cut-set analysis, primitive logic gates, transistor-level implementations, and layout considerations. Primitive gates like NAND and NOR are shown along with complex functions. Optimization techniques for transistor count and layout area are presented, including Euler path analysis and ensuring a continuous diffusion path. Design rules for lambda-based layout and considerations for transistor sizing are also outlined.
Now a day’s every advertisement is going to be digital. The big shops and shopping centers are using the digital moving displays now. The MOVING MESSAGE DISPLAY is use in school, college campus, universities, hospital and industries to scroll different events and important notices.
The aim of this project is to develop a wireless notice board that will be used at the faculty in order to display latest information.So we are designing a new display system which can access remotely, we are using the Wi-Fi technology, if the user wants to display some message, they will send the messages from mobile (i.e. wireless) or from their PC , the module (Wi-Fi router) in the display system will receive the message and update the display according to the message.
I made this presentation for you , I hope its useful for you all, and I hate Plagiarism please, I also used some slides here but I mentioned all in the last slide :)
Hope you can get benefits from it
This document provides an overview of the I2C communication protocol. It describes that I2C is a serial communication protocol used to connect slow devices like EEPROMs and ADCs. It can operate at speeds from 100 kbps to 5 Mbps and supports both single master-multi slave and multi master-multi slave configurations. The document outlines the electrical characteristics, bus features, data frame structure, data transfer process, clock synchronization, arbitration and advantages of the I2C protocol.
Pic16f877a microcontroller based projects list _ PIC Microcontroller.pdfIsmailkhan77481
This document provides a list of 38 PIC16F877A microcontroller-based projects, with brief descriptions of each. The projects include interfacing MATLAB with a PIC16F877 microcontroller via serial communication, creating a PIC development/testing board, generating PWM waves, emulating a PLC using the CI16F877A, communicating a PIC MCU with Python via serial, blinking LEDs using assembly language, creating a keyless car alarm, interfacing an LCD with the PIC16F877A, creating a 7-segment clock with temperature display using a DS18B20 sensor, designing a multimeter with the PIC16F877, setting up the CloudX microcontroller, creating
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
The NodeMCU is an open-source IoT development kit that allows users to prototype IoT products using a few lines of Lua script. It contains an ESP8266 WiFi SoC, programmable GPIO pins, 32KB RAM, 80KB DRAM, and 200KB flash memory. The NodeMCU can be programmed via C or Lua and connect to devices via WiFi or by connecting pins to sensors and actuators. It provides a low-cost way to build an interactive and programmable smart device with WiFi connectivity.
PIC 16F877- features, architecture, functional pin description, program memory, and data memory organization, STATUS register, OPTION REG register, Power Control Register (PCON), Data EEPROM, and FLASH Program Memory.
Delays in Verilog allow modeling of timing aspects like propagation delays. There are different types of delays depending on the design approach - gate level modeling uses rise, fall, and turn-off delays while dataflow modeling uses assignment delays on nets. Behavioral modeling supports regular delays before assignments, intra-assignment delays after the equals sign, and zero delays to ensure last execution. Sequential and parallel blocks also control statement ordering.
This document compares FPGAs and CPLDs, noting that FPGAs are more expensive but have higher densities of up to 1 million gates and support more complex applications, while CPLDs are less expensive with lower densities of up to 10,000 gates and are suitable for small-scale uses due to their non-volatile memory and lower power consumption. Key differences include FPGAs using LUT architecture versus CPLDs using a sea of gates format, with FPGA performance dependent on application and CPLD performance generally being higher.
a project on automatic traffic control using IC 555jack990315
The document describes a student project to build an IC 555 and IC 4017 based traffic light circuit. It provides background on the history and purpose of traffic lights. It then details the components used in the circuit including IC 555 and IC 4017, and how they work together to simulate traffic light functionality by sequentially activating LED outputs to represent the changing lights. The document also covers potential issues with traffic and how temporary traffic control can help address them.
traffic light control using 4017 ic counter & timer 555Naveen Rao
This document describes a traffic light control system using the IC 4017 counter and IC 555 timer. The system uses these integrated circuits along with LEDs, resistors, capacitors and diodes to sequentially illuminate red, yellow and green lights to control traffic flow. The IC 555 timer acts as a pulse generator whose timing is controlled by a potentiometer to vary the duration of each light. The counter IC then sequences the lights in the proper order based on the pulses from the timer. This provides an affordable way to automatically control traffic lights without needing more complex microprocessors.
What is Microcontroller, Microcontroller vs Microprocessor, Development/Classication of microcontrollers, Harvard vs. Princeton Architecture, RISC AND CISC CONTROLLERS
Features of RISC, Microcontroller for Embedded Systems
10 x86 PC Embedded Applications, Choosing a Microcontroller
Criteria for Choosing a Microcontroller, Mechatronics, and Microcontrollers, A brief history of the PIC microcontroller, PIC Microcontrollers, Feature: PIC16F877, Simplied Features.
VLSI subsystem design processes and illustrationVishal kakade
This document discusses the design processes for digital subsystem design. It begins by outlining the objectives of design consideration, problem and solution, basic digital processor structure, and datapath. It then discusses general considerations for subsystem design such as lower unit cost and higher reliability. It presents some common problems in design like how to design complex systems efficiently. It proposes solutions like top-down design and partitioning the system. The document then illustrates the design processes through examples like designing a 4-bit shifter and ALU subsystem. It provides block diagrams, logic diagrams and layouts at different stages of the design process.
This document discusses RISC vs CISC architectures and the Harvard and von Neumann computer architectures. It provides examples of multiplying two numbers in memory using CISC and RISC approaches. CISC uses complex instructions that perform multiple operations, while RISC breaks operations into simpler instructions. Harvard architecture separates program and data memory while von Neumann uses shared memory.
This document provides a summary of an industrial project on a four way traffic control system implemented using an FPGA. The project was completed by Ameesha Singh and Chetan Dabral for their Bachelor of Technology degree in Electronics and Communication Engineering from Mahatma Gandhi Mission's College of Engineering and Technology, affiliated with Dr. A.P.J. Abdul Kalam Technical University. The project aims to design a traffic light controller using Verilog HDL that can manage traffic flow at a four road intersection through sequencing the red, yellow, and green lights. Xilinx ISE Project Navigator and iSIM simulator were used for the design, simulation, and testing of the traffic light controller system implemented on an FPGA
The document provides an overview of analog layout design. It discusses that analog circuits require careful attention to geometry during layout due to process variations. The analog design flow includes electrical design, physical design involving layout, and fabrication/testing. Key considerations for analog layout include minimizing parasitic resistances and capacitances, reducing noise, and ensuring matching between identical components using techniques like common-centroid layout. Resistors and capacitors must be carefully laid out to minimize non-ideal effects and provide accurate values.
Embedded C programming based on 8051 microcontrollerGaurav Verma
This lecture note covers the embedded 'c' programming constructs based on 8051 microcontroller. Although the same concepts can be used for other advanced microcontrollers with some modifications.
This presentation has given a brief introduction and working of CMOS Logic Structures which includes MOS logic, CMOS logic, CMOS logic structure, CMOS complementary logic, pass transistor logic, bi CMOS logic, pseudo –nMOS logic, CMOS domino logic, Cascode Voltage Switch Logic(CVSL), clocked CMOS logic(c²mos), dynamic CMOS logic
This document summarizes the implementation of a 7-segment digital clock on an FPGA board. It describes the problem statement of creating a digital clock, hardware and software requirements, and an overview of the implementation process. A top-down design approach is used, with counter modules to increment the seconds, minutes, and hours displayed on the clock based on an internal clock signal. Code examples are provided for the counter modules and resulting digital clock output.
Digital VLSI Design : Combinational CircuitUsha Mehta
This document discusses combinational logic design and CMOS transistor implementation. It covers topics such as logic analysis techniques like loop and cut-set analysis, primitive logic gates, transistor-level implementations, and layout considerations. Primitive gates like NAND and NOR are shown along with complex functions. Optimization techniques for transistor count and layout area are presented, including Euler path analysis and ensuring a continuous diffusion path. Design rules for lambda-based layout and considerations for transistor sizing are also outlined.
Now a day’s every advertisement is going to be digital. The big shops and shopping centers are using the digital moving displays now. The MOVING MESSAGE DISPLAY is use in school, college campus, universities, hospital and industries to scroll different events and important notices.
The aim of this project is to develop a wireless notice board that will be used at the faculty in order to display latest information.So we are designing a new display system which can access remotely, we are using the Wi-Fi technology, if the user wants to display some message, they will send the messages from mobile (i.e. wireless) or from their PC , the module (Wi-Fi router) in the display system will receive the message and update the display according to the message.
I made this presentation for you , I hope its useful for you all, and I hate Plagiarism please, I also used some slides here but I mentioned all in the last slide :)
Hope you can get benefits from it
This document provides an overview of the I2C communication protocol. It describes that I2C is a serial communication protocol used to connect slow devices like EEPROMs and ADCs. It can operate at speeds from 100 kbps to 5 Mbps and supports both single master-multi slave and multi master-multi slave configurations. The document outlines the electrical characteristics, bus features, data frame structure, data transfer process, clock synchronization, arbitration and advantages of the I2C protocol.
Pic16f877a microcontroller based projects list _ PIC Microcontroller.pdfIsmailkhan77481
This document provides a list of 38 PIC16F877A microcontroller-based projects, with brief descriptions of each. The projects include interfacing MATLAB with a PIC16F877 microcontroller via serial communication, creating a PIC development/testing board, generating PWM waves, emulating a PLC using the CI16F877A, communicating a PIC MCU with Python via serial, blinking LEDs using assembly language, creating a keyless car alarm, interfacing an LCD with the PIC16F877A, creating a 7-segment clock with temperature display using a DS18B20 sensor, designing a multimeter with the PIC16F877, setting up the CloudX microcontroller, creating
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced view pic microcontroller projects list pic microcontrollerWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline.
Pic18f4550 microcontroller based projects _ PIC Microcontroller.pdfIsmailkhan77481
The document lists 58 projects that use the PIC18F4550 microcontroller. Some of the projects include interfacing the microcontroller with LCD displays, sensors, motors, and communication modules. The microcontroller is popular among makers and engineers due to its features and ease of use. The projects cover a wide range of applications including temperature measurement systems, audio players, remote controls, and more. Code examples are provided in C language along with circuit diagrams for many of the projects.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced view pic microcontroller projects list pic microcontrollerWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. We will offer direct PDF file download link with info of its release date , number of projects.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis. PDF is a good source to work offline. We will offer direct PDF file download link with info of its release date , number of projects.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
This project aims to program PIC microcontrollers with 12F, 16F, and 18F families with 12, 18, 28, and 40 pins using a burner device. The burner will be inserted into a zero insertion force socket and programmed using MPLAB IDE software. It will allow easy programming of PICs from a computer and can automatically reprogram whenever new code is compiled. The burner interfaces with a computer through a USB port and is small, powerful, economical, and portable.
Advanced View Pic Microcontroller Projects List _ PIC Microcontroller.pdfWiseNaeem
Most of the electronics geeks are asking the whole list of pic projects PDF here we will share list every month as our projects are being updated on daily basis.
The document provides information about PIC microcontrollers including their history, architecture, features, and programming. It discusses that PIC was developed in 1975 to improve I/O performance. Key points include:
- PIC uses Harvard architecture with separate memory for program and data.
- Features include baseline, mid-range, enhanced mid-range, and PIC18 models with varying complexity and peripherals.
- Programming involves setting I/O ports and individual pins as input or output using SFR registers like PORT, TRIS, and LAT.
- Timers can generate delays or count external events using internal or external clocks. Serial communication transfers data one bit at a time through a single pin.
AVR Atmega16 based Projects List - ATMega32 AVR _ Atmega16 based Projects.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of Atmega AVR projects PDF here we will share list every month as our projects are being updated on daily basis.
AVR atmega8 microcontroller based projects list - ATMega32 AVR.pdfIsmailkhan77481
AVR atmega8 microcontroller based projects list includes ATmega8 which is an 8-bit AVR microcontroller that is based on RISC architecture and is mainly used in the embedded system and industrial automation projects.
Advanced View of Atmega Microcontroller Projects List - ATMega32 AVR.pdfIsmailkhan77481
Atmega AVR Projects Learn to work with AVR microcontroller and interface various peripheral devices.
Most of the electronics geeks are asking the whole list of Atmega AVR projects PDF here we will share list every month as our projects are being updated on daily basis.
Esp8266 Arduino Projects List -Use Arduino for Projects.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of arduino and esp8266 projects PDF here we will share list every month as our projects are being updated on daily basis
Arduino UNO based Projects List -Use Arduino for Projects.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of Arduino UNO projects PDF here we will share list every month as our projects are being updated on daily basis.
Arduino Nano Projects List -Use Arduino for Projects.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of Arduino Nano projects PDF here we will share list every month as our projects are being updated on daily basis.
Arduino Mega 2560 projects list -Use Arduino for Projects.pdfIsmailkhan77481
Most of the electronics geeks are asking the whole list of Arduino Mega 2560 projects PDF here we will share list every month as our projects are being updated on daily basis.
ATTiny85 ATTiny45 and ATTiny13 based projects list - ATMega32 AVR.pdfIsmailkhan77481
This document provides a list of 63 projects using ATtiny and ATmega microcontrollers from Atmel. They include projects such as a multiple ATtiny85 programmer, an I2C Blynk car using an ATtiny85, types and applications of ATmel microcontroller programming, programming AVR microcontrollers with Atmel Studio 7, and more. The projects cover a wide range of applications including timers, chargers, displays, sensors and more.
AVR atmega8 microcontroller based projects list - ATMega32 AVR.pdfIsmailkhan77481
AVR atmega8 microcontroller based projects includes ATmega8 which is an 8-bit AVR microcontroller that is based on RISC architecture and is mainly used in the embedded system and industrial automation projects.
Arduino UNO Projects List in PDF offline downloadable - Use Arduino for Proje...Ismailkhan77481
Most of the electronics geeks are asking the whole list of Arduino UNO projects PDF here we will share list every month as our projects are being updated on daily basis.
This presentation was provided by Bill Kasdorf of Kasdorf & Associates LLC and Publishing Technology Partners, during the fifth session of the NISO training series "Accessibility Essentials." Session Five: A Standards Seminar, was held May 1, 2025.
A measles outbreak originating in West Texas has been linked to confirmed cases in New Mexico, with additional cases reported in Oklahoma and Kansas. The current case count is 795 from Texas, New Mexico, Oklahoma, and Kansas. 95 individuals have required hospitalization, and 3 deaths, 2 children in Texas and one adult in New Mexico. These fatalities mark the first measles-related deaths in the United States since 2015 and the first pediatric measles death since 2003.
The YSPH Virtual Medical Operations Center Briefs (VMOC) were created as a service-learning project by faculty and graduate students at the Yale School of Public Health in response to the 2010 Haiti Earthquake. Each year, the VMOC Briefs are produced by students enrolled in Environmental Health Science Course 581 - Public Health Emergencies: Disaster Planning and Response. These briefs compile diverse information sources – including status reports, maps, news articles, and web content– into a single, easily digestible document that can be widely shared and used interactively. Key features of this report include:
- Comprehensive Overview: Provides situation updates, maps, relevant news, and web resources.
- Accessibility: Designed for easy reading, wide distribution, and interactive use.
- Collaboration: The “unlocked" format enables other responders to share, copy, and adapt seamlessly. The students learn by doing, quickly discovering how and where to find critical information and presenting it in an easily understood manner.
K12 Tableau Tuesday - Algebra Equity and Access in Atlanta Public Schoolsdogden2
Algebra 1 is often described as a “gateway” class, a pivotal moment that can shape the rest of a student’s K–12 education. Early access is key: successfully completing Algebra 1 in middle school allows students to complete advanced math and science coursework in high school, which research shows lead to higher wages and lower rates of unemployment in adulthood.
Learn how The Atlanta Public Schools is using their data to create a more equitable enrollment in middle school Algebra classes.
This chapter provides an in-depth overview of the viscosity of macromolecules, an essential concept in biophysics and medical sciences, especially in understanding fluid behavior like blood flow in the human body.
Key concepts covered include:
✅ Definition and Types of Viscosity: Dynamic vs. Kinematic viscosity, cohesion, and adhesion.
⚙️ Methods of Measuring Viscosity:
Rotary Viscometer
Vibrational Viscometer
Falling Object Method
Capillary Viscometer
🌡️ Factors Affecting Viscosity: Temperature, composition, flow rate.
🩺 Clinical Relevance: Impact of blood viscosity in cardiovascular health.
🌊 Fluid Dynamics: Laminar vs. turbulent flow, Reynolds number.
🔬 Extension Techniques:
Chromatography (adsorption, partition, TLC, etc.)
Electrophoresis (protein/DNA separation)
Sedimentation and Centrifugation methods.
The *nervous system of insects* is a complex network of nerve cells (neurons) and supporting cells that process and transmit information. Here's an overview:
Structure
1. *Brain*: The insect brain is a complex structure that processes sensory information, controls behavior, and integrates information.
2. *Ventral nerve cord*: A chain of ganglia (nerve clusters) that runs along the insect's body, controlling movement and sensory processing.
3. *Peripheral nervous system*: Nerves that connect the central nervous system to sensory organs and muscles.
Functions
1. *Sensory processing*: Insects can detect and respond to various stimuli, such as light, sound, touch, taste, and smell.
2. *Motor control*: The nervous system controls movement, including walking, flying, and feeding.
3. *Behavioral responThe *nervous system of insects* is a complex network of nerve cells (neurons) and supporting cells that process and transmit information. Here's an overview:
Structure
1. *Brain*: The insect brain is a complex structure that processes sensory information, controls behavior, and integrates information.
2. *Ventral nerve cord*: A chain of ganglia (nerve clusters) that runs along the insect's body, controlling movement and sensory processing.
3. *Peripheral nervous system*: Nerves that connect the central nervous system to sensory organs and muscles.
Functions
1. *Sensory processing*: Insects can detect and respond to various stimuli, such as light, sound, touch, taste, and smell.
2. *Motor control*: The nervous system controls movement, including walking, flying, and feeding.
3. *Behavioral responses*: Insects can exhibit complex behaviors, such as mating, foraging, and social interactions.
Characteristics
1. *Decentralized*: Insect nervous systems have some autonomy in different body parts.
2. *Specialized*: Different parts of the nervous system are specialized for specific functions.
3. *Efficient*: Insect nervous systems are highly efficient, allowing for rapid processing and response to stimuli.
The insect nervous system is a remarkable example of evolutionary adaptation, enabling insects to thrive in diverse environments.
The insect nervous system is a remarkable example of evolutionary adaptation, enabling insects to thrive
The Pala kings were people-protectors. In fact, Gopal was elected to the throne only to end Matsya Nyaya. Bhagalpur Abhiledh states that Dharmapala imposed only fair taxes on the people. Rampala abolished the unjust taxes imposed by Bhima. The Pala rulers were lovers of learning. Vikramshila University was established by Dharmapala. He opened 50 other learning centers. A famous Buddhist scholar named Haribhadra was to be present in his court. Devpala appointed another Buddhist scholar named Veerdeva as the vice president of Nalanda Vihar. Among other scholars of this period, Sandhyakar Nandi, Chakrapani Dutta and Vajradatta are especially famous. Sandhyakar Nandi wrote the famous poem of this period 'Ramcharit'.
How to manage Multiple Warehouses for multiple floors in odoo point of saleCeline George
The need for multiple warehouses and effective inventory management is crucial for companies aiming to optimize their operations, enhance customer satisfaction, and maintain a competitive edge.
CBSE - Grade 8 - Science - Chemistry - Metals and Non Metals - WorksheetSritoma Majumder
Introduction
All the materials around us are made up of elements. These elements can be broadly divided into two major groups:
Metals
Non-Metals
Each group has its own unique physical and chemical properties. Let's understand them one by one.
Physical Properties
1. Appearance
Metals: Shiny (lustrous). Example: gold, silver, copper.
Non-metals: Dull appearance (except iodine, which is shiny).
2. Hardness
Metals: Generally hard. Example: iron.
Non-metals: Usually soft (except diamond, a form of carbon, which is very hard).
3. State
Metals: Mostly solids at room temperature (except mercury, which is a liquid).
Non-metals: Can be solids, liquids, or gases. Example: oxygen (gas), bromine (liquid), sulphur (solid).
4. Malleability
Metals: Can be hammered into thin sheets (malleable).
Non-metals: Not malleable. They break when hammered (brittle).
5. Ductility
Metals: Can be drawn into wires (ductile).
Non-metals: Not ductile.
6. Conductivity
Metals: Good conductors of heat and electricity.
Non-metals: Poor conductors (except graphite, which is a good conductor).
7. Sonorous Nature
Metals: Produce a ringing sound when struck.
Non-metals: Do not produce sound.
Chemical Properties
1. Reaction with Oxygen
Metals react with oxygen to form metal oxides.
These metal oxides are usually basic.
Non-metals react with oxygen to form non-metallic oxides.
These oxides are usually acidic.
2. Reaction with Water
Metals:
Some react vigorously (e.g., sodium).
Some react slowly (e.g., iron).
Some do not react at all (e.g., gold, silver).
Non-metals: Generally do not react with water.
3. Reaction with Acids
Metals react with acids to produce salt and hydrogen gas.
Non-metals: Do not react with acids.
4. Reaction with Bases
Some non-metals react with bases to form salts, but this is rare.
Metals generally do not react with bases directly (except amphoteric metals like aluminum and zinc).
Displacement Reaction
More reactive metals can displace less reactive metals from their salt solutions.
Uses of Metals
Iron: Making machines, tools, and buildings.
Aluminum: Used in aircraft, utensils.
Copper: Electrical wires.
Gold and Silver: Jewelry.
Zinc: Coating iron to prevent rusting (galvanization).
Uses of Non-Metals
Oxygen: Breathing.
Nitrogen: Fertilizers.
Chlorine: Water purification.
Carbon: Fuel (coal), steel-making (coke).
Iodine: Medicines.
Alloys
An alloy is a mixture of metals or a metal with a non-metal.
Alloys have improved properties like strength, resistance to rusting.
*Metamorphosis* is a biological process where an animal undergoes a dramatic transformation from a juvenile or larval stage to a adult stage, often involving significant changes in form and structure. This process is commonly seen in insects, amphibians, and some other animals.
Title: A Quick and Illustrated Guide to APA Style Referencing (7th Edition)
This visual and beginner-friendly guide simplifies the APA referencing style (7th edition) for academic writing. Designed especially for commerce students and research beginners, it includes:
✅ Real examples from original research papers
✅ Color-coded diagrams for clarity
✅ Key rules for in-text citation and reference list formatting
✅ Free citation tools like Mendeley & Zotero explained
Whether you're writing a college assignment, dissertation, or academic article, this guide will help you cite your sources correctly, confidently, and consistent.
Created by: Prof. Ishika Ghosh,
Faculty.
📩 For queries or feedback: [email protected]
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsesushreesangita003
what is pulse ?
Purpose
physiology and Regulation of pulse
Characteristics of pulse
factors affecting pulse
Sites of pulse
Alteration of pulse
for BSC Nursing 1st semester
for Gnm Nursing 1st year
Students .
vitalsign
How to Create A Todo List In Todo of Odoo 18Celine George
In this slide, we’ll discuss on how to create a Todo List In Todo of Odoo 18. Odoo 18’s Todo module provides a simple yet powerful way to create and manage your to-do lists, ensuring that no task is overlooked.
Real GitHub Copilot Exam Dumps for SuccessMark Soia
Download updated GitHub Copilot exam dumps to boost your certification success. Get real exam questions and verified answers for guaranteed performance
Pic16f877a microcontroller based projects list _ PIC Microcontroller.pdf
1. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 1/26
Pic16f877a microcontroller based projects list
1. FM radio using TEA5767 and PIC16F877A micro-controller TEA5767 single-chip FM stereo radio. -------------------------------------------------
--------------------------- * High sensitivity due to integrated low-noise RF input amplifier * FM mixer for conversion to IF of the US/Europe
(87.5 MHz to 108 MHz) and Japanese (76 MHz to 91 MHz) FM band * Preset tuning to receive…... Listed under: Radio Projects
2. Servo Motor Control by using Microcontroller PIC16F877A PIC16F877A is an easy micro controller for the beginners Here in project: 1) How
PIC switches servo motor forward and back ward When we push one switch it goes to positive 90 degree , on second switch it moves
backward to negative 90 degree a.…... Listed under: Motor Projects
3. A Simple Clock using DS1307 and PIC16F877A Even I have posted about "DS1307 + PIC16F877A", I didn't have chance to make a real
prototype of the clock. I have done only on the simulation software. Today, I have received a comment about that post. ah_bear followed my
code and schematic on that…... Listed under: Clock - Timer Projects, Projects
4. 50MHz 7 segment frequency counter using PIC16F877A In the same way as the LCD project this frequency counter circuit uses TMR1 in 16 bit
counter mode to count the input signal edges. Counter overflows are accumulated to give the total count in multiples of 65536. Adding the
current value of the counter…... Listed under: Metering - Instrument Projects, Projects
5. Frequency Counter using PIC16F877A Microcontroller A frequency counter is a useful addition to an engineer's toolbox and you can create
the design described on this page for free. All you need is a PIC microcontroller (or any microcontroller that has a high speed timer input
module) and a 2 line…... Listed under: LCD Projects, Metering - Instrument Projects, Projects
6. PIC16F877 PWM (2 channel) code and Proteus simulation This post answers the question, "How to make a pulse width modulator using
PIC16F877" ? Also, using PIC16 simulator (Proteus) you can verify this PWM code and change it according to your needs. You can download
the complete project code and Proteus simulation from the 'Downloads' section at…... Listed under: Projects, PWM Projects
7. PIC16F877 external interrupt code and Proteus simulation This post answers the question, "How to capture a pulse to generate an interrupt in
PIC16F877" ? Also, using PIC16 simulator (Proteus) you can verify this external interrupt code and change it according to your needs. This
code is written in C language using MPLAB with…... Listed under: Other Projects, Projects
8. PIC16F877 UART code and Proteus simulation This post answers the question, "How to use interrupt based UART in PIC16F877" ? Also, using
PIC16 simulator (Proteus) you can verify this UART code and change it according to your needs. This code is written in C language using
MPLAB with HI-TECH C compiler. You…... Listed under: Other Projects, Projects
9. PIC16F877 LCD interfacing code (In 4bit mode) and Proteus simulation This PIC16F877 microcontroller tutorial answers the question, "How to
interface LCD[1] in 4bit mode with PIC16F877" ? Also, using PIC16 simulator (Proteus) you can verify this LCD code and change it according
to your needs. This code is written in C language using MPLAB with HI-TECH C compiler.…... Listed under: Interfacing(USB - RS232 - I2c -ISP)
Projects, LCD Projects, Projects
10. PIC16F877 based digital clock using LCD display (Code+Proteus simulation) This PIC16F877 microcontroller tutorial answers the question, "
How to implement a digital clock using PIC16F877 ? " Using PIC16 simulator (Proteus) you can verify this digital clock code and change it
according to your needs. This code is written in C language using MPLAB…... Listed under: Clock - Timer Projects, Projects
11. How to interface keypad with PIC16F877 This PIC microcontroller tutorial provides a simple method to interface any keypad (e-g 4x4 or 4x3
etc) with PIC16F877 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…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Projects
12. PIC16F877 internal EEPROM code and Proteus simulation This post provides the internal EEPROM reading and writing code for PIC16F877
microcontroller. As we know[1], PIC16F877 microcontroller has 256 x 8 bytes of built in EEPROM data space with an address range of 0x000
to 0x7FF. This code is written in C language using MPLAB…... Listed under: Memory - Storage Projects, Projects
13. Interfacing of PIC16F877 with (i2c based) 24LC64 EEPROM (Code + Proteus simulation) This post provides the code for interfacing 24LC64 EEPROM with PIC16F877
microcontroller. This 24LC64 EEPROM has i2c based interface. 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.…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Memory - Storage Projects, Projects
PIC Microcontroller
2. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 2/26
14. Interfacing of PIC16F877 with DS1307 (RTC) code and Proteus simulation This post provides the code for interfacing DS1307 RTC with
PIC16F877 microcontroller. This DS1307 RTC has i2c based interface. 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…... Listed under:
Interfacing(USB - RS232 - I2c -ISP) Projects, Projects
15. PIC16F877 ADC code and Proteus simulation This post provides the ADC code using PIC16F877 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…... Listed under: Other Projects, Projects
16. PIC16F877 stop watch code and Proteus simulation This PIC16F877 microcontroller tutorial answers the question, " How to implement a stop
watch using PIC16F877 ? " Using PIC16 simulator (Proteus) you can verify this stop watch code and change it according to your needs. Using
three push buttons (As shown in figure below)…... Listed under: Clock - Timer Projects, Projects
17. PIC16F877 up down counter code and Proteus simulation This PIC16F877 microcontroller tutorial answers the question, " How to implement
a up down counter using PIC16F877 ? " Using PIC16 simulator (Proteus) you can verify this counter code and change it according to your
needs. Using one push button (Labeled as Count, as shown in…... Listed under: Clock - Timer Projects, Projects
18. PIC16f877 based simple calculator project This PIC microcontroller tutorial provides a simple calculator implementation for PIC16F877
microcontroller. This is a simple one digit[1] calculator which implements only 4 functions addition(+), subtraction(-), multiplication(x) and
division(/). The code for PIC16F877 is written in C language using MPLAB with HI-TECH C compiler. You can download…... Listed under:
Calculator Projects, Projects
19. Pickit 2 Download & Develop Your own USB pickit ii programmer PICkit 2 Introduction: There are many PIC programmer available,
commercial and DIY devices. As Microchip introduces the new microprocessors the programming software got to be updated accordingly
playing catch-up with the PIC manufacturer. That is the root of the problem with third-party PIC programmers.…... Listed under: How To - DIY
- Projects, Microcontroller Programmer Projects, Programmers, Projects
20. SMS Box project using PIC16F877A Microcontroller This device acts as interface between your microcontroller project and a GSM phone. It
handles all modem data communication between the GSM phone and your micro-project. The best thing is that it decodes PDU into TEXT on
the fly! You can easily SMS-enable your any…... Listed under: Phone Projects, Projects
21. Microchip pic16f877 to FTDI USB interface Introduction This is a simple design that interfaces a PIC 16F877 microcontroller to the USB bus
using the FTDI FT245 USB FIFO device. It has been designed using a simple single sided PCB with only one surface mount device, the USB
chip itself. All schematics,…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
22. Digital alarm clock using PIC16F877 microcontroller This is an alarm clock I built. It was very effective during the sort time I used it, because I
programmed it to play a very annoying tune through a speaker. I actually started to wake up before the alarm went of, so other people…...
Listed under: Clock - Timer Projects, Home Automation Projects, Projects
23. MATLAB to PIC serial interface using PIC16F877 microcontroller MATLAB to PIC serial interface some code to let MATLAB talk to a PIC16f877
via the serial port. This isn't that hard nor is it much code, but I spent a decent amount of time figuring it all out (starting from scratch), so I
figured…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Projects
24. PIC development/testing board using PIC16F877 microcontroller PIC development/testing board Here's a PCB design for a bare bones PIC16F877 development board.
All you need is a 4mhz crystal, two 22pf caps, one 4.7k resistor, and eight 470 ohm resistors, a 7805 regulator (not necessarily necessary, read below), and some LEDs
3. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 3/26
(you don't…... Listed under: Development Board - Kits Projects, Projects
25. Generate PWM Wave With PIC Microcontroller WHAT IS PWM? PWM STANDS FOR PULSE WIDTH MODULATION is a technique by which
width of the pulse is varied. To understand this concept clearly consider a clock pulse or any square wave signal it has 50% duty cycle that
means Ton and Toff period is same,…... Listed under: Other Projects
26. PLC Con El CI16F877A The present project called PLC with Pic CI16F877A is based on the operation of a PLC, today we can see these systems
in industries, mining, etc. It is used to program an industrial PLC, it is the ladder language or (LADDER). The project has the…... Listed under:
Other Projects
27. PIC MCU and Python Serial Communication Hello, guys! In this project I will try to explain my experiments on PIC MCU and Python serial
communication. Over the internet, there are many tutorials and videos on how to communicate with PIC MCU over virtual terminal which is
very useful. However, in my…... Listed under: Other Projects
28. Led Blinking by Basic Language Using PIC16f877A PIC16F877A Pin out & Descriptions There are 5 ports that provide parallel I/O Interfaces to
outside world PORTA, PORTB, PORTC, PORTD, PORTE Each port provides 8 bidirectional digital I/O lines which are connected to PIC16F877A
pins provided that alternate functions are not selected on that…... Listed under: LED Projects
29. Building Keyless Car Alarm Most high-end modern vehicles come with keyless car Alarm or PKE:as the name says in the key less car you do
not have to use any key to unlock/lock the doors neither start the car engine. to unlock or lock the doors the driver just…... Listed under:
Clock - Timer Projects
30. LCD Interface With PIC16F877A Microcontroller PIC MCUs and other MCUs can control such LCDs easily using either 8 data bits method or
just 4 data bits, which we will be using today. Parts needed are:1- PIC16F877A or any PIC MCU. 2- Any 16x2 LCD. 3- Breadboard. 4-
Breadboard wires. 5- Soldering station ->…... Listed under: LCD Projects
31. 7 Segment Clock With Temperature Display [ds18b20 and 5 Digit Display] 5 digit seven segment clock with temperature display. PIC16F877A
based clock 1, High-precision temperature sensor ds18b202, ds1307 RTC3, 4 switches, easy time adjust option4, alternating temperature
and time display method5, pic16f877a micro-controller6, half hour notification - single beep7, hour notification - double beep8, buzzer…...
Listed under: Temperature Measurement Projects
32. PIC16F877 Multimeter PICMETER Introduction This PICMETER project has grown into a useful and reliable tool for any electronics enthusiast.
It runs on a PIC16F877 / 877A micro controller.It is a PIC development systemIt is 19-function multi-meter (voltmeter, frequency meter, signal
generator, thermometer...)It is a component checker (R,…... Listed under: Metering - Instrument Projects
33. Setting Up CloudX In this tutorial, we will be learning on how to download and install necessary software required to write and do your first
project with the CloudX Microcontroller, i will also be writing simple hello world project to test the complete setup. So, you've just bought, or
are considering…... Listed under: Microcontroller Programmer Projects
34. DIGITAL TONE CONTROL CIRCUIT WITH PIC16F877 LM1036 Were made by combining the LM1036 integrated circuit PIC16F877. BASS,
TREBLE, BALANCE, VOLUME settings on the LCD screen is made in my image as a 15 something in the shade echelons. In addition, this circuit
easily adapted to integrate... Electronics Projects, Digital Tone Control Circuit with PIC16F877…... Listed under: Sound - Audio Projects
35. CLOCK THERMOMETER CIRCUITS WITH PIC16F628 PICBASIC PRO Made with clock and thermometer 16F628 PIC-7 Circuit Friends, I have
realized various clock and thermometer with PIC16F628A circuit I explain below. The temperature sensor used in each of the projects is
DS18B20. Clock Thermometer Circuit-1: In this circuit,... Electronics Projects, Clock Thermometer Circuits with PIC16F628 PICBasic…... Listed
under: Clock - Timer Projects
36. NIMH NICD BATTERY CHARGER CIRCUIT PIC16F877 PIC16F876 NiCd NiMH Charger Circuit The accu cycler project presented here is an excellent solution for charging
and discharging NiCd and NiMH accumulators for R/C modelers and others who make use of these accumulator types. With its performance it is... Electronics
Projects, NiMH NiCd Battery Charger Circuit PIC16F877…... Listed under: Battery Projects
4. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 4/26
37. CONTROL OF SATELLITE ANTENNA WITH PIC16F877 the dual-axis rotors control interface . Here is a low cost automatic antenna rotor
controller specifically developed for amateur radio satellite tracking operations. This rotor control interface is quite simple to construct. The
circuit consists only one PIC 16F877... Electronics Projects, Control of Satellite Antenna with PIC16F877 "microchip…... Listed under: Wireless
Projects
38. PROTEUS ISIS 3310 LCD LIBRARY PICBASIC PRO, CCS C APPLICATION Nokia phone lcd circuits are made beautiful with the old phone is good
for this job evaluate Proteus model file for this type of study can be useful There are two buy two degrees of application notes
given... Electronics Projects, Proteus isis 3310 LCD Library PICBasic…... Listed under: Phone Projects
39. USING DS1668 DIGITAL POTENTIOMETER WITH PIC16F877 Maxim DS1868 (digital potentiometer) and isis Proteus Simulation Using
PIC16F877A Before starting the simulation in zipped files LIBRARY files in the folder “C: Program Files Labcenter Electronics Proteus 6
Professional LIBRARY” into; MODELS files in... Electronics Projects, Using DS1668 Digital Potentiometer with PIC16F877 "microchip…... Listed
under: Metering - Instrument Projects
40. LEGO ROBOT PROJECT WITH PIC16F877 PIC ASSEMBLY Two of the PIC16F877 microcontroller based on harsh economics Robot Barrier lego
robot used a lot in part lego robot can be said also tip31, tip32 bridge motor driver with transistors have a more solid thanks to the
movable... Electronics Projects, Lego Robot Project with PIC16F877 PIC…... Listed under: Robotics - Automation Projects
41. PIC16F877 NOKIA 3310 LCD DISPLAY IR REMOTE RC5 CONTROL Remote control circuit nokia 3310 LCD screen used in the PIC16F877
microcontroller can be used rc5 protocol detailed frequency information is also given on other control systems. Printed circuit board pcb
eagle and schema files as well as resources... Electronics Projects, PIC16F877 Nokia 3310 LCD Display IR…... Listed under: LCD Projects
42. PIC16F877 ISA ETHERNET WEB SERVER PROJECT The PIC16F877 microcontroller, prepared with activated an old ISA ethernet (3com eherl
Link) Used guess PIC internet connection with an application I’m not sure circuit aim could not understand the pic programming dealing
with people who can solve... Electronics Projects, PIC16F877 ISA Ethernet Web Server Project "microchip…... Listed under: Internet - Ethernet -
LAN Projects
43. REMOTE CONTROLLED TOY CAR PROJECT PIC16F877 PIC16F628 software CCS used N channel FETs with a 60 amp motor drive circuit and
used for different applications control circuit PIC16F877 24c08 eeprom and ICL7660 used CCS EEPROM communication with examples of how
you can also control circuit MC33063AP... Electronics Projects, Remote Controlled Toy Car Project PIC16F877…... Listed under: Car Projects
44. CENTRAL SECURITY SYSTEM WITH PIC16F877 Circuit Operation: PIC16F877 used in the circuit of the B and D as input port is selected. 8 of
these units with port B doors, windows and etc.. from places logic 1 or 0 state is evaluated. D port... Electronics Projects, Central Security
System with pic16f877 "microchip projects,…... Listed under: Security - Safety Projects
45. LM35 SENSOR HEATER CONTROL PIC16F877 THERMOMETER In this project using PIC16F877 microcontroller integrated temperature-
controlled thermometer did. Thermometer for the implementation of PIC 16F877 / D converter property was utilized. Half-output unit, the
LCD screen is used. But the main feature of the application in a ... Electronics Projects, LM35 Sensor Heater Control PIC16F877
Thermometer " microchip projects, microcontroller…... Listed under: Sensor - Transducer - Detector Projects
46. PICMICRO THE SERVO MOTOR SERIAL PORT CONTROL PROJECT PIC16F877 pic16f876 via the serial port and control the servo motor with 8
additional program code in addition have prepared for the test sample c language To follow this project need to arm themselves demoboard
16F876 (or 16f877), the... Electronics Projects, PICmicro the Servo Motor Serial Port…... Listed under: Motor Projects
47. PIC16F877 NIXIE CLOCK CIRCUIT CCS C Nixie clock circuit software 16F877 ccs c prepared by the controller based on the display indicating
that circuit anyway `at 2 Lamp made with Nixie do not have any information about the project and schema files are available in... Electronics
Projects, PIC16F877 Nixie Clock Circuit CCS C "ccs…... Listed under: Clock - Timer Projects
48. PIC16F877 LCD MOTORS SPEED INDICATOR ENCODER CIRCUIT PIC16F877 microcontroller with LCD also shows the engine speed encoder
circuit. These and the interrupt routine of the main program flow chart is a flow chart. PORT in the main program and is defined PORTB
aspects. Then the program... Electronics Projects, PIC16F877 LCD Motors Speed indicator Encoder…... Listed under: LCD Projects
49. WITH BUTTON CONTROL CCS C CIRCUIT LCD DISPLAY PIC16F877 CCS-C code that prepare “@ fxdev” a project done on request circuit up and down the third button 2
buttons to control the direction of the desired output number appears on the LCD[clear][clear] screen when the output of the... Electronics Projects, With Button Control
CCS C Circuit…... Listed under: LCD Projects
5. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 5/26
50. COLOR SENSE CIRCUIT LCD PIC16F877 PICBASIC PRO This circuit using a PIC 16F877 microcontroller LCD (Liquid Crystal Display) has been
applied on the color sensor. For circuit design and printed circuit board operations and Proteus ISIS Proteus ARES program is used. The
operating logic circuits in ... Electronics Projects, Color Sense Circuit LCD PIC16F877 Picbasic Pro " microchip…... Listed under: LCD Projects
51. PIC16F877 ADJUSTABLE DIGITAL POWER SUPPLY CIRCUIT All details can be adjusted with a microcontroller controlled digital power supply
project volts and amps values can be read on the LCD pcb box design 3-dimensional views of the c language prepared by the powder-
magazine’s source software projects... Electronics Projects, PIC16F877 Adjustable Digital Power Supply Circuit "microchip…... Listed under:
power - energy projects
52. MICROCONTROLLER CONTROLLED LCD SCREEN BATTERY CHARGING CIRCUIT PICBASIC PRO battery charging circuit is carried out with the
software PIC16F877 prepared with PicBasic Pro 2 × 16 LCD display isis simulation can be observed on the charge status and resources are
PbPr asm hex file. Thanks to those who... Electronics Projects, Microcontroller Controlled LCD Screen Battery Charging…... Listed under:
Battery Projects
53. PIC16F877 STEPPER MOTOR DRIVER CIRCUIT CCS C stepper motor drive circuit diagram ccs c code hex “check-16F877 pic stepper-motor
control can be made back and forth provided with 2 × 16 LCD 12volt driver steps on the screen you can see the details bc548 transistors
used... Electronics Projects, PIC16F877 Stepper Motor Driver Circuit CCS…... Listed under: Motor Projects
54. FREE MICROCHIP PICMICRO OF COMPLETED PROJECTS Magazine EPE (Everyday Practical Electronics Magazine) shared for free on the site I
came across a pic of all the details on the project (English)’s many projects with source code PICmicro Completed Projects List Magick Musick
( 2xpic16f84,tlc7524,lm358,lm13600,l202 Video... Electronics Projects, Free Microchip PICmicro of Completed Projects "microchip…... Listed
under: Microcontroller Programmer Projects
55. COMPUTER CONTROLLED HOME AUTOMATION CIRCUIT PIC16F877 CCS C VISUAL BASIC Basic home automation project can be an example
with all the resources INFINITY side @ picproj on the forums shared software ccs-c prepared by the source. C. H ccsc codes isis simulation
files and visual basic interface of the... Electronics Projects, Computer Controlled Home Automation Circuit PIC16F877…... Listed under: Home
Automation Projects
56. LM35 PIC16F877 TEMPERATURE MEASUREMENT AND GRAPHIC LCD MENU DESIGN These circuits using CCS C Compiler and use of LM35
temperature sensor includes menu design on Graphic LCD. Menu selection, etc., especially on graphic LCD. one of the rare examples of issues
on the Internet. (I call this menu... Electronics Projects, LM35 PIC16F877 Temperature Measurement and Graphic…... Listed under: Temperature
Measurement Projects
57. PICMICRO LED TACHOMETER CIRCUIT Handmade pretty stylish LED display digital speedometer tacho meters. Source or assembly code
pic16f874 PIC16F877 can be done with the circuit and wiring diagrams directly from the preparation given the 33-hole leds pcb layout on a
plaque made analog... Electronics Projects, PICmicro LED tachometer Circuit "led projects, microchip…... Listed under: LED Projects
58. HI TECH C LCD EXAMPLES PIC18F452, PIC16F877 Software Hi-Tech C language prepared by the various applications of electronic sections
PIC18F452 PIC16F877 PIC18F4550 based on the Hi Tech C source code and the PCB drawings and all other documents have been shared, LCD
character graphics used for... Electronics Projects, Hi Tech C LCD Examples PIC18F452,…... Listed under: LCD Projects
59. PIC16F877 LINE FOLLOWING ROBOTS PROJECT Line following robots are still extremely popular line following robot someone finally do
something different on the various source code and shared with the project. The robot’s camera (webcam) for part of the CPP written with
the program’s control... Electronics Projects, PIC16F877 Line following robots Project "microchip projects,…... Listed under: Robotics -
Automation Projects
60. PICMICRO PIC18 PIC16 DC SERVOMOTOR APPLICATION Dc servo motor control circuit PIC18 and PIC16 series micro controllers can be
operated with software “C” language prepared by the software files 18F for the pic18c452 16c for the series pic16c877 used C language to be
portable sebum... Electronics Projects, PICmicro PIC18 PIC16 DC Servomotor Application "microchip…... Listed under: Motor Projects
61. LEDS EFFECTS CIRCUITS PIC16F628 PIC16F877 There are 3 units LEDs circuit PIC16F877 effects with 33 LEDs and 27 LEDs in one circuit with
pic 16F628 pic isis was tested by applying the output from the 330 ohm resistor .470 forget to connect. In addition,... Electronics
Projects, LEDs Effects Circuits PIC16F628 PIC16F877 "led projects,…... Listed under: LED Projects
62. PIC16F877 BATTERY VOLT METER ADC PROTON IDE EXAMPLE ADCs with LCD display for battery measurement circuit PIC16F877 protons – in practice Objective:
PIC16F877 MCU’s ADC channel on the battery voltage from the okunulup graphic LCD (KS108) screen as a display in the bar. With this application, read... Electronics
Projects, PIC16F877 Battery Volt Meter ADC Proton…... Listed under: Battery Projects
6. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 6/26
63. CCS C MATRIX LED DISPLAY SNAKE GAME CIRCUIT PIC16F877 MICROCONTROLLER Matrix LED display snake game PIC16F877
microcontroller based on the software the ccs c prepared by the matrix led display via the Display button with the game is played application
Project Articles Sharing section were delivered file sending application... Electronics Projects, CCS C Matrix LED Display Snake…... Listed under:
LED Projects
64. How to Use Nuvoton N76E003 Microcontroller ADC to Read Analog Voltage Analog to Digital converter (ADC) is the most used hardware
feature on a microcontroller. It takes in analog voltage and converts it to a digital value. Since microcontrollers are digital devices and work
with the binary digit 1 and 0, it could not process the…... Listed under: power - energy projects
65. PWM Signal on Nuvoton N76E003 Microcontroller – LED Dimming using Duty Cycle Control Pulse Width Modulation (PWM) is a commonly
used technique in microcontrollers to produce a continuous pulse signal with a defined frequency and duty cycle. In short, PWM is about
changing the width of a pulse while the frequency is constant. A PWM signal is mostly…... Listed under: LED Projects
66. DC motor and Fan speed control using Pic16f877 Microcontroller using PWM(Pulse width modulation) Technique Here is a simple project on
how to control fan or dc motor speed with microchip pic16f877 microcontroller. There are numerous ways to control the speed of motor(or
fan). Varying current, voltage and resistance etc. But when it comes to controlling the speed using microcontrollers.…... Listed under: Motor
Projects
67. Placing code in a specific Rom/Flash/Program Memory Address of Microchip Pic Microcontroller Recently i was working with 8-bit pic16f877
microcontroller and i want to place program code at a specific rom(read only memory) location. I was working with xc8 compiler and mplabx
ide. Previously i did this same thing many times while using c18 c compiler. C18 compiler uses…... Listed under: Interfacing(USB - RS232 - I2c
-ISP) Projects
68. How to display 5×8 and 5×10 size font characters on 16×2 lcd with 8-bit microcontrollers Character lcds can display character of font size
5×8 and 5×10. In 5xn, 5 represents number of coulombs and N represents number of rows. Character lcd’s especially which are controlled by
Hitachi HD44780 controller can display 5×8 and 5×10 size font character. Some lcd’s can…... Listed under: LCD Projects
69. Interfacing JHD404A (40×4) lcd with Microcontroller This post covers how to interface JHD404A 40×4 lcd with microcontroller (89c51,
Pic16f877, Arduino etc). JHD404A is a 40×4 Character lcd. 40×4 means it has 40 coulombs and 4 rows. On each row of lcd we can display 40
characters/numbers etc. Total characters which we…... Listed under: LCD Projects
70. PLC (Programmable Logic Controller) with Microchip Pic Microcontroller An year ago i made a plc (programmable logic controller) using
microchip pic microcontroller. Its a 16 bit digital input and output programmable logic controller. Plc programming is done using a standard
ladder logic language. The software that is used for plc programming and ladder…... Listed under: Microcontroller Programmer Projects
71. Interfacing Graphical LCD(GLCD-JHD12864E) with Microchip PIC16f877 Microcontroller In this post/tutorial i am going to teach you how to
interface graphical lcd jhd12864E with microchip pic16f877 microcontroller. I am going to display my website name “www.microcontroller-
project.com” and a special pattern that displays thick lines on dotted graphical lcd display. In graphical lcd name “jhd12864” the…... Listed
under: LCD Projects
72. Push Button as Input and Led as Output with Pic Microcontroller This is a simple tutorial/project on how to interface a transistor (2n2222), led
and push button with Pic microcontroller. In the project i am going to switch on and off(blink) an led with the help of a push button. Since
transistors are used at outputs…... Listed under: LED Projects
73. Displaying Scrolling(Moving) text on 16×2 lcd Using Pic16f877 and Pic18f452 Microcontroller Displaying moving or scrolling text on
lcd(16×2,8×1,16×4,8×2,16×1,20×1,20×2 etc) is very easy using any microcontroller. You just need to know how to efficiently use 16×2 lcd
commands. In this project i am using pic 16f877 microcontroller to display text and then scroll it on the 16×2…... Listed under: LCD Projects
74. One Second Delay Generation by using internal Timers of Microchip Pic Microcontroller, xc8 compiler with Mplabx Ide While working with microchip pic
microcontrollers i came across a situation where custom delay is required in seconds. I was working with pic18f4580 microcontroller, Mplabx ide and xc8 compiler. I
know that __delay_ms() and __delay_us() macros do exists for generating delays. But i want to see how…... Listed under: Clock - Timer Projects
7. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 7/26
75. Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller Here is a simple project on how to build/generate/make
custom characters in 16×2 lcd and then print/display them on lcd using microchip pic16f877 microcontroller. Character lcd contains a set of
ascii characters and some Chinese characters in their controllers. We invoke the ascii characters present…... Listed under: Microcontroller
Programmer Projects
76. How to build a calculator using Pic16f877 microcontroller Calculator using pic microcontroller – Project code Code portion is little bit
difficult. But if you are familiar with syntax of C++ language and did some good work in c++ then the code below is easy for you to
understand and to modify. First htc.h header file is…... Listed under: Calculator Projects
77. IoT based Web controlled Home Automation using PIC Microcontroller and Adafruit IO Home Automation has always been inspiring projects
for most of us. Toggling an AC load from the comfort of our chairs or bed of any room without reaching for the switch in another room
sounds cool doesn’t it!!. And now in the era of IoT, thanks to the…... Listed under: Home Automation Projects
78. Rotary Encoder Interfacing with PIC Microcontroller A Rotary encoder is an input device which helps the user to interact with a system. It
looks more like a Radio potentiometer but it outputs a train of pulses which makes its application unique. When the knob of the Encoder is
rotated it rotates in form…... Listed under: Radio Projects
79. Robotic Arm Control using PIC Microcontroller From the assembly line of automobile manufacturing industries to the telesurgery robots in
space, Robotic Arms are to be found everywhere. The mechanisms of these robots are similar to a human which can be programmed for
similar function and increased capabilities. They can be used…... Listed under: Robotics - Automation Projects
80. DAC MCP4921 Interfacing with PIC Microcontroller PIC16F877A Digital and Analog is an integral part of Electronics. Most of the devices have
both ADC as well as DAC and they are used when there is a need of converting signals either from analog to digital or digital to analog. Also
the real world signals like…... Listed under: Sound - Audio Projects
81. Interfacing DHT11 with PIC16F877A for Temperature and Humidity Measurement Temperature and Humidity measurement is often useful in
many applications like Home Automation, Environment Monitoring, Weather station, etc. The most popularly used Temperature sensor next
to LM35 is the DHT11, we have previously built many DHT11 Projects by interfacing it with Arduino, with Raspberry Pi and many other
development boards. In this article, we…... Listed under: Temperature Measurement Projects
82. Gas Detection and PPM Measurement using PIC Microcontroller and MQ Gas Sensors MQ series Gas sensors are very common types of
sensors used in Gas Detectors to detect or measure certain types of Gases. These sensors are widely used in all Gas related devices like from
simple Smoke Detectors to Industrial Air Quality Monitors. We have already used these MQ gas sensors…... Listed under: Sensor - Transducer
- Detector Projects
83. DIGITAL SERVO MOTORS INTERFACE CIRCUIT PIC16F877 Servo motor control unit to control two’s. While the other one
circuit pic16F877 16f876 circuits based on the communication with the computer via RS232 serial port is doing. Kazırl backed by Assembly
PCB software and schema files are made with eagle. Servo interface circuit can translate the…... Listed under: Motor Projects
84. PRECISION CNC MOTION CONTROL UNIT ENCODER, DRIVER INTERFACE PIC16F877 CNC control circuit PIC16F877 microcontroller used in
the project’s RS232 PC connection to all floors described separately (English) source: Assembly shared MPLAB IDE software. HIGH PRECISION
CNC MOTION CONTROL This thesis focuses on the... Electronics Projects, Precision CNC Motion Control Unit Encoder, Driver Interface
PIC16F877 "microchip projects, microcontroller…... Listed under: CNC Machines Projects
85. MIKROPASCAL MIKROBASIC MIKROC PROJECTS Micro-Electronica product areas owned by the user that sent the company projects in
various fields has many applications with source code in some simulations, there proteus isis. Mikropascal Micro C project FPGA programmer
with... Electronics Projects, Mikropascal Mikrobasic MikroC Projects "dspic projects, microchip projects, microcontroller projects, pic16f84
projects,…... Listed under: Other Projects
86. PICBASIC PRO EXAMPLES PROTEUS ISIS CIRCUITS PicBasic pro’s work until about 200 microchip pic series circuits used in various micro
controller pic basic pro proteus isis circuit simulations and resources. Bass, pbp, hex codes are PicBasic samples; PicBasic sample
list...Electronics Projects, Picbasic Pro Examples Proteus isis Circuits "microchip projects, microcontroller projects, pic16f628 projects,…... Listed
under: Development Board - Kits Projects
87. PROTON IDE PROTEUS ISIS CIRCUITS EXAMPLE PROTON COMPILER Proton was prepared with various case studies and proteus isis circuit simulations prepared by the
example of the proton’s a lot of fundamental issues. Thanks to the people who contributed to prepare. Proton ide...Electronics Projects, Proton ide Proteus isis Circuits
8. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 8/26
Example Proton Compiler "microchip projects, microcontroller projects,…... Listed under: Development Board - Kits Projects
88. PIC16F877 16X16 LED MATRIX 74HC595 GRAPHIC DISPLAY PROJECT Hello Electronics lovers. After a long hiatus, I wanted to write something
again. In this article, software-serial basis (soft SPI) and still other applications I wrote using the name for a project I would... Electronics
Projects, PIC16F877 16X16 LED Matrix 74HC595 Graphic Display Project "microchip projects, microcontroller projects,…... Listed under: LED
Projects
89. PIC16F877 AIR RGB WRITING Hello electoronic lovers. This breaks my spare some time to compile my application I am trying to share with
you. In this article I artificially everyone said it would offer air writing application. I... Electronics Projects,PIC16F877 Air RGB writing "microchip
projects, microcontroller projects, pic16f877 projects, " Hello electoronic…... Listed under: LED Projects
90. PIC16F877A DC MOTOR CONTROL CIRCUIT LCD DISPLAY 2×16 LCD display DC motor control application was based on PIC16F877
microcontroller proteus isis for the project and source code files (ano_mtr.bas, ano_mtr.hex) are available. PIC16f877A DC Motor Control
Circuit LCD Display project Motor... Electronics Projects, PIC16f877A DC Motor Control Circuit LCD Display"microchip projects, microcontroller
projects, pic16f877…... Listed under: Motor Projects
91. SUMO ROBOT PROJECT PIC16F877 CONTROL CIRCUIT L293D Mini sumo robot design is very stylish robot pic16f877 microcontroller used in
motor driver for the l293d kullanılmş software crafted with the C language. Mini densede very detailed all of the resources that
are...Electronics Projects, Sumo Robot Project PIC16F877 Control Circuit L293D "microchip projects, microcontroller projects, pic16f877…...
Listed under: Robotics - Automation Projects
92. PIC16F877 CELL PHONE CALL DRUG USE MONITORING SYSTEM Medical electronics, medical electronics interesting for people who are
interested in a different application circuits during specified hours of the patient is receiving drug control if the relevant person is taking
medication with mobile... Electronics Projects, PIC16F877 Cell Phone Call Drug Use Monitoring System"microchip projects, microcontroller
projects,…... Listed under: Phone Projects
93. RGB LED AIR WRITING VISUAL BASIC CCS C PIC16F877 According to the air a lot of writing applications with a superior visual basic
application control program prepared with the required text, printed in specified rek. PIC16F877 microcontroller used in the air circuit
writing... Electronics Projects, RGB LED Air Writing Visual Basic CCS C PIC16F877 "led projects, microchip…... Listed under: LED Projects
94. OSCILLOSCOPE CIRCUIT WITH MAX492 PIC16F877 GRAPHIC LCD Oscilloscope circuit project pic16f877-20 (20 MHz) microcontroller based
on X 1, x 10 entries MAX492 Rail-to-Rail Op Amp input via grilimi 5v indicator as 128 × 64 glcd (PG12864) graphic lcd. Oscilloscope circuit
power... Electronics Projects, Oscilloscope Circuit with MAX492 PIC16F877 Graphic LCD "microchip projects, microcontroller projects,
pic16f877…... Listed under: Development Board - Kits Projects
95. SECURITY ALARM CIRCUIT WITH PIC16F877 LCD Security Alarm project 16f877 microcontroller Board 2×16 lcd indicator alarm circuit
connected to the keypad on the necessary adjustments can be made. Circuit diagram pcb drawings, asm source, hex codes, alarm installation,
lcd menu... Electronics Projects, Security Alarm Circuit with PIC16F877 LCD "microchip projects, microcontroller projects, pic16f877
projects, "…... Listed under: Clock - Timer Projects, Security - Safety Projects
96. LCD SWR METER CIRCUIT PIC16F877 SWR meter circuit pic16f877 microcontroller with lcd display displays the information on a printed
circuit board with 2 × 16, schema diagrams in the C source code library files (adc. c, lcd8 c, swrm.... Electronics Projects, LCD SWR Meter
Circuit PIC16F877 "microchip projects, microcontroller projects, pic16f877 projects, " SWR…... Listed under: LCD Projects
97. ROBOTIC ARM PROJECT PIC16F877 CCS C VISUALBASIC COMPUTER-CONTROLLED The robotic arm project and all resources are quite
detailed PIC16F877 microcontroller in the control unit in the project has been kullaıl communicate with the computer is done via the RS232
serial port interface...Electronics Projects, Robotic ARM Project PIC16F877 CCS C VisualBasic Computer-controlled"microchip projects,
microcontroller projects,…... Listed under: Robotics - Automation Projects
98. PIC16F877 VERY FAST LINE FOLLOWING ROBOT PROJECTS ORANGUTAN B-328 Line following robot design in two different models, one
that’s “Baby Orangutan B-328 Robot” control module based on this on the module tb752a1 motor drive and ATMEGA48 or ATmega328
microcontroller’s All materials SMD because... Electronics Projects, PIC16F877 Very Fast Line Following Robot Projects Orangutan B-
328 "microchip projects, microcontroller…... Listed under: Robotics - Automation Projects
99. RF ROBOT PROJECT PIC16F877 Robot project PIC16F877 microcontroller used ARX34 AND ATX34 RF modules and remote kantrol can be 3
servo makanik run software ccs written in c receiver, transmitter section if our writers Aykut my brother “PIC16F628... Electronics Projects, RF
Robot project PIC16F877 "microchip projects, microcontroller projects, pic16f877 projects, " Robot project PIC16F877 microcontroller…...
Listed under: Robotics - Automation Projects
100. PROGRAMMABLE AUTOMATION PIC16F87X ELECTRONIC PLC CIRCUIT Several automation, control circuits I’ve seen, but so far so many features to an existing
application the first time I met with microcontroller plc have done .. especially smart home alarm or for different... Electronics Projects, Programmable Automation
PIC16F87X Electronic PLC Circuit "microchip projects, microcontroller projects, pic16f876 projects,…... Listed under: Other Projects
9. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 9/26
101. COMPUTER CONTROLLED ROBOT PROJECT PIC16F877 Computer-controlled robot circuit special program is moving according to the shapes
drawn on further action can be achieved by giving the coordinates instead of drawing circuit PIC16F877 microcontroller used robot
communication between computers via... Electronics Projects, Computer Controlled Robot Project PIC16F877 "microchip projects,
microcontroller projects, pic16f877 projects, " Computer-controlled…... Listed under: Robotics - Automation Projects
102. 4TH FLOOR ELEVATOR CONTROL CIRCUIT PIC16F877 Hello Friends . In high school I have done an elevator control circuit I want to share with
you . I’ve designed a 4-story elevator . What floor is the elevator on each floor,... Electronics Projects, 4th Floor Elevator Control Circuit
PIC16F877 "microchip projects, microcontroller projects, pic16f877 projects, "…... Listed under: Development Board - Kits Projects
103. THERMOCOUPLE READING CIRCUIT PIC16F877 Thermocouple reading circuit PIC16F877 microcontroller based on the C source software, isis
proteus simulation files and eagle diagram, printed circuit boards have drawings. Thermocouple voltage 0V (0 ° C) and 42.92mv (760 º
C)... Electronics Projects, Thermocouple Reading Circuit PIC16F877 "microchip projects, microcontroller projects, pic16f877 projects, "
Thermocouple reading…... Listed under: Temperature Measurement Projects
104. VOLT AMP METER CIRCUIT PIC16F877 graphic lcd Volt amp meter circuit pic16f877 microcontroller Board, with the addition of the mc34063
dc-dc converter circuits and the l5973 used in the screenshot lm324 opamp GLCD MTG-12864B current and voltage information
displaying.... Electronics Projects, Volt amp meter circuit PIC16F877 "microchip projects, microcontroller projects, pic16f877 projects, "
graphic…... Listed under: Metering - Instrument Projects
105. CCS BUTTONS WITH LED CONTROL PIC16F877 CCS C simple application Buttons with LED Control circuit. This program B0 connected to the
port LED connected to RA0 input is controlled by a button. Button-LED Control Simulation Test Proteus isis Schematic Button-
LED... Electronics Projects, CCS Buttons with LED Control PIC16F877 "ccs c examples, microchip projects, microcontroller…... Listed under: LED
Projects
106. CCS LM35 TEMPERATURE SENSOR EXAMPLE WITH PIC16F877 LCD PIC16F877 and LM35 Temperature Sensor Application simple CCSC
Example PIC16F877 10-bit ADC isbe used. Read the ADC result and the information is transferred to the 2X16 LCD temperature value is
printed LM35 Digital... Electronics Projects, CCS LM35 Temperature Sensor Example with PIC16F877 LCD "ccs c examples, microchip
projects,…... Listed under: Sensor - Transducer - Detector Projects
107. WALKING LED LIGHT CCS EXAMPLE PIC16F877 CCS C Walking LED Light using pic16f877 picmicro 8 LED Walking effect (As king rider led
circuit) 100 ms delay Walking LED Circuit Schematic Walking LED Simulation Video Walking LED Light project proteus isis...Electronics
Projects, Walking LED Light CCS Example PIC16F877 "ccs c examples, microchip projects, microcontroller…... Listed under: LED Projects
108. CCS TOGGLE LED EXAMPLE PIC16F877 PIC16F877 Led Toggle CCS C This program connected to the port-B with 8 LED TOGGLE command 500
ms delay. order is flash LED the. CCS CToggle Led Schematic Diagram CCS CToggle Led Simulation Video...Electronics Projects, CCS Toggle
Led Example PIC16F877 "ccs c examples, microchip projects, microcontroller projects,…... Listed under: LED Projects
109. PIC16F877 WITH BOTTLE FILLING SYSTEM In this article, and a student friend, talk about his work with a bottle filling machine from the block
schema system easier. Block diagram of bottle filling machine; 1: Tape engine starts to spin.... Electronics Projects,Pic16f877 With Bottle Filling
System "microchip projects, microcontroller projects, pic16f877 projects, picbasic…... Listed under: Other Projects
110. CCS C APPLICATIONS PROTEUS SIMLATIONS Previously shared CCS C sample application circuit code archive (C and Hex Isis) is a large
archive with all source codes and proteus simulation circuits such as CCS C projects shared in the font.... Electronics Projects, CCS C
Applications Proteus Simlations "microchip projects, microcontroller projects, pic16f876 projects, pic16f877…... Listed under: Other Projects
111. Digital Ammeter Circuit using PIC Microcontroller and ACS712 Measuring the voltage and current will always be helpful while making or
debugging any electrical system. In this project we are going to make our own Digital Ammeter using PIC16F877A Microcontroller and
current sensor ACS712-5A. This project can measure both AC and DC current with a…... Listed under: Metering - Instrument Projects
112. Interfacing Ultrasonic Sensor HC-SR04 with PIC Microcontroller For any project to come alive, we need to use sensors. Sensors acts as the
eyes and ears for all embedded application, it helps the digital Microcontroller to understand what is actually happening in this real Analog
world. In this tutorial we will be learning…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
113. Interfacing GPS Module with PIC Microcontroller GPS is the short-form of Global Positioning System. It is a system which provide accurate
Altitude, Latitude, Longitude, UTC time and many more information, which are taken from 2, 3, 4 or more satellite. To read data from GPS, we
need some Microcontroller and we…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
10. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 10/26
114. Interfacing PIR Sensor with PIC Microcontroller Today we are simple going to interface PIR with PIC Microcontroller PIC16F877A. In this circuit
if some moving objects comes in the range of PIR sensor, the buzzer will start beeping. Material Required PicKit 3 PIR Sensor. PIC16F877A IC
40 - Pin IC holder Perf board 20…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
115. Digital Thermometer using a PIC Microcontroller and DS18B20 Generally, the LM35 temperature sensor is used with microcontrollers to
measure the temperature because it is cheap and easily available. But LM35 gives analog values and we need to convert them into digital
using ADC (Analog to Digital Converter). But today we are using DS18B20 temperature…... Listed under: Metering - Instrument Projects
116. Interfacing Joystick with PIC Microcontroller Input devices play a vital role in any electronics projects. These input device help the user to
interact with the digital world. An input device can be as simple as a push button or as complicated as a touch screen; it varies based on
the…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
117. Digital Thermometer using LM35 and PIC Microcontroller In this tutorial, we are making a Digital Thermometer using PIC microcontroller and
LM35 Temperature Sensor. In this project, we will sense the temperature using LM35 and display it on 16x2 LCD. LM35 Temperature Sensor is
accurate and cheaper and doesn’t require any external calibration. The output voltage…... Listed under: Metering - Instrument Projects
118. Interfacing RTC Module (DS3231) with PIC Microcontroller: Digital Clock Almost all embedded devices are designed to interact with the real
world. They act as a bridge to communicate between the digital world and the real world. To make this process easier and efficient, the digital
world would sometimes need to keep track of the…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
119. PIC16F877A Microcontroller Based Digital Alarm Clock The digital Revolution started in 1950 changes all the existing mechanical and analog
electronic structures into digital computers. Since the growth of digital electronics has been exponential, today it is almost impossible for a
person to resist using any electronic equipment. Starting from the alarm…... Listed under: Clock - Timer Projects
120. 4×4 Matrix Keypad Interfacing with PIC Microcontroller Keypads are widely used input devices being used in various electronics and
embedded projects. They are used to take inputs in the form of numbers and alphabets, and feed the same into system for further
processing. In this tutorial we are going to interface a 4x4 matrix keypad…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
121. PIC to PIC Communication using RF Module Hello everyone, Today in this project, we will interface RF Receiver and Transmitter module with
PIC Microcontroller and communicate between two different pic microcontrollers wirelessly. In this project we will do following things:- We
will use PIC16F877A for the Transmitter and PIC18F4520 for the Receiver section. We will interface Keypad…... Listed under: Other Projects
122. SPI Communication with PIC Microcontroller PIC16F877A PIC Microcontrollers are a powerful platform provided by microchip for embedded
projects; its versatile nature has enabled it to find ways into many applications and is yet to grow a lot. If you have been following our PIC
tutorials then you would have noticed we have already…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
123. Relay Interfacing with PIC Microcontroller In this project we will interface a Relay with PIC Microcontroller PIC16F877A. Relay is a mechanical
device to control high voltage, high current appliances ‘ON’ or ‘OFF’ from lower voltage levels. Relay provides isolation between two voltage
levels and it is generally use to control AC appliances. From…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
124. Interfacing 74HC595 Serial Shift Register with PIC Microcontroller There are possibilities in embedded design where you do not have enough
I/O pins available in your microcontroller. That can be due to any reason, may be your application needs multiple LEDs or you want to use
multiple 7-segment displays, but you don’t have required I/O…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
125. RFID Interfacing with PIC Microcontroller RFID stands for Radio Frequency Identification. RFID module can read or write small amount of data
into a Passive RFID tag, which can be used in identification process in various systems like Attendance system, security system, voting
system etc. RFID is very convenient and easy technology. To read the Passive…... Listed under: RFID - NFC Projects
126. Thermal Printer interfacing with PIC16F877A Thermal printer is often referred as receipt printer. It is widely used in restaurants, ATM, shops
and many other places where receipts or bill is required. It is a cost-effective solution and very handy to use from the user’s side as well as
from the developer’s…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
127. Heart Beat Monitoring using PIC Microcontroller and Pulse Sensor Heart Beat rate is most important parameter in monitoring any person’s
health. In the modern era of wearable devices, there are lot of devices which can measure heartbeat, blood pressure, footsteps, calories burnt
and lot of other things. These devices has pulse sensor inside them…... Listed under: Medical - Health based Projects
128. Generating PWM signals on GPIO pins of PIC Microcontroller PWM signal generation is a vital tool in every embedded engineers arsenal, they
come in very handy for lot of applications like controlling the position of servo motor, switching few power electronic ICs in
converters/invertors and even for a simple LED brightness control. In PIC microcontrollers…... Listed under: PWM Projects
11. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 11/26
129. Bluetooth Controlled Robot using pic microcontroller Today I came up with another engineering project for electronics and communication
students, Android and Bluetooth controlled robot using PIC Microcontroller with object detecting capability. After installing MikroElectron’s
Robot Control App from Play Store you should be able to control the robot with your android phone/ tablet…... Listed under: Bluetooth
Projects, Robotics - Automation Projects
130. How to use input output ports 8051 microcontroller|LED blinking PIC16F877A Pin out & Descriptions There are 5 ports that provide parallel
I/O Interfaces to outside world PORTA, PORTB, PORTC, PORTD, PORTE Each port provides 8 bidirectional digital I/O lines which are connected
to PIC16F877A pins provided that alternate functions are not selected on that…... Listed under: LED Projects
131. Interfacing Fingerprint Sensor with PIC Microcontroller Finger Print Sensor, which we used to see in Sci-Fi movies a few years back, is now
become very common to verify the identity of a person for various purposes. In present time we can see fingerprint-based systems
everywhere in our daily life like for attendance…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
132. MICROCHIP PIC16F877 TESTING, EXPERIMENT BOARD PIC16F877 Experiment board ACCEL P-CAD PCB PCB and schema files V14.00.3 asm
code through the sample has been prepared by the addition You will find on this page all the elements to achieve a...Electronics
Projects, Microchip PIC16F877 Testing, Experiment Board "pic development board, pic16f877 projects, " PIC16F877 Experiment board…...
Listed under: Development Board - Kits Projects
133. PIC16F877 PIC16F84 PROTEUS ISIS PICMICRO DEVELOPMENT BOARD SIMULATIONS The code for 16F877 microcontroller 16f84 written ready
for trial test circuit in Proteus ISIS additional 3 pcs 5 pcs assembly application (king rider, walking light flashers) have source
http://www.projearsivim.com/download/DeneyKarti.zip Proteus isis Picmicro Development... Electronics Projects, PIC16F877 PIC16F84 Proteus
isis Picmicro Development Board Simulations "pic development board, pic16f84…... Listed under: Development Board - Kits Projects
134. PIC18F452 , PIC16F877 SERIES MICROCONTROLLER EXPERIMENT BOARD THIS IS THAT WOULD BE A SUCCESSFUL FOR BEGINNERS, NIGHTS
OF BI: 4 ANALOG INPUTS 16 OUTSIDE BUFFERS RS232 IN BLACK WITH BLACK SUPPORT KROZ MCS ONBOARD LCD AND MORE THAN
MANY BITCHES THE GOOD STORY IS BECAUSE YOU WANT TO MAKE A CUT 20 YEARS…... Listed under: Development Board - Kits Projects
135. PIC16F877 EXPERIMENT BOARD CIRCUIT PIC PROGRAMMING PIC TUTORIAL BOOK A useful test development PIC16F877 circuit pcb printed
circuit board design was quite nice small in size but has a lot of features. Serial RS232 connection, sensors, servos, PWM, I2C connector and
so on.... Electronics Projects, PIC16F877 Experiment Board Circuit PIC Programming PIC Tutorial Book "pic development board,…... Listed
under: Development Board - Kits Projects
136. HUMANOID robotic ARM using pic microcontroller From the assembly line of automobile manufacturing industries to the telesurgery robots
in space, Robotic Arms are to be found everywhere. The mechanisms of these robots are similar to a human which can be programmed for
similar function and increased capabilities. They can be used…... Listed under: Robotics - Automation Projects
137. Electronic lock using pic microcontroller Security is a prime concern in our day-today life. Everyone wants to be as much secure as possible.
An access control for doors forms a vital link in a security chain. The microcontroller based digital lock for Doors is an access control system
that allows…... Listed under: LCD Projects
138. Receive sms gsm module using pic microcontroller GSM modules are fascinating to use especially when our project requires remote access.
These modules could make all actions that our normal mobile phone could do, like making/receiving a call, sending/receiving a SMS,
connecting to internet using GPRS etc. You can also connect a normal microphone…... Listed under: Phone Projects
139. password based circuit breaker using pic microcontroller A circuit breaker is an automatically operated electrical switch designed to protect
an electrical circuit from damage caused by overload or short circuit. Its basic function is to detect a fault condition and interrupt current flow.
Unlike a fuse, which operates once and then must be…... Listed under: Security - Safety Projects
140. MPPT Based Charge Controller Using Pic Microcontroller In this post we will briefly discuss about MPPT Based Charge Controller Using Pic
Microcontroller. Photovoltaic is one of the renewable energy resources that recently has become broader in nowadays technology. The
electricity generations of photovoltaic (PV) panels are strongly related with insolation and temperature.…... Listed under: Phone Projects
141. Heart beat pulse sensor interfacing with pic microcontroller Heart Beat rate is most important parameter in monitoring any person’s health. In
the modern era of wearable devices, there are lot of devices which can measure heartbeat, blood pressure, footsteps, calories burnt and lot of
other things. These devices has pulse sensor inside them…... Listed under: Sensor - Transducer - Detector Projects
142. How to display 5×8 and 5×10 size font characters on 16×2 lcd with 8-bit microcontrollers Character lcds can display character of font size 5x8 and 5x10. In 5xn, 5
represents number of coulombs and N represents number of rows. Character lcd's especially which are controlled by Hitachi HD44780 controller can display 5x8 and
12. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 12/26
5x10 size font character. Some lcd's can…... Listed under: Microcontroller Programmer Projects
143. Real time clock & calendar with PIC18F4550 and DS3231 Interfacing PIC18F4550 with DS3231 RTC The DS3231 is a low cost , extremely
accurate real time clock with a built-in crystal oscillator. The characteristics of the DS3231 make it one of the best choices for real time clock
chips. This project shows how to build…... Listed under: Clock - Timer Projects
144. Wave audio player using PIC16F887 microcontroller This small project shows how to make a simple wave audio player using PIC16F887
microcontroller and SD card. The WAV audio file used in this project is 8000 Hz, 8-bit stereo (2 channels). Hardware Required: PIC16F887
microcontroller SD card (formatted with FAT16 or FAT32…... Listed under: Sound - Audio Projects
145. DHT11 Interfacing with PIC12F1822 microcontroller In this blog there are some topics talking about the DHT11 relative humidity and
temperature sensor and how to interface it with different types of PIC microcontrollers. The datasheet of the DHT11 sensor shows its
characteristics and how it works. Also the following topic shows…... Listed under: Sensor - Transducer - Detector Projects
146. Getting Started With Proteus Hello readers, today’s post is the first regular post on Proteus tutorial. In today’s tutorial, I am gonna share
Getting Started with Proteus. Today’s tutorial is for beginners who don’t have much knowledge of Proteus but wants to start working with it.
We don’t design…... Listed under: power - energy projects
147. DC Motor Drive Circuit in Proteus ISIS Hello friends, hope you all are fine and enjoying good health. In the previous posts, we have seen How
to design a 5V DC power supply in Proteus ISIS and after that we have also discussed How to design a variable DC Power supply using…...
Listed under: Motor Projects
148. Digital Thermometer using PIC16F877A and LM35 This is a simple project showing you how to read LM35 analog temperature sensor using a
PIC microcontroller and six seven segment (common cathod).In this tutorial we will make a practical use of multiplexed seven segment
displays. We will use them to show current temperature…... Listed under: Temperature Measurement Projects
149. DS1307 Based Hand Clock with seven segment display using PIC16F877A DS1307 Based Hand Clock with seven segment display using
PIC16F877A (Code) //------Project by { ZAKI }--"facebook.com / Zaki Semel"----------// //------Project { Clock Hand }---For Pic16f877a & 7
Segment 4, Anode-------// //*****************************************************************************// char second, minute, hour, day, date,
month, year; char second_d1, second_d2, minute_d1, minute_d2, hour_d1,…... Listed under: Clock - Timer Projects
150. Digital Voltmeter using PIC16F877a This is a simple project showing you how to make a digital voltmeter of range 0-20V using
microcontroller PIC16F877A and a Liquid Crystal Display 16x4 HD44780 LCD in Proteus ISIS. The microcontroller PIC 16F877A has 8 analog
input channels for the in-built 10-bit ADC. In…... Listed under: Metering - Instrument Projects
151. Double sensor interface Indoor/OutdoorThermometer using PIC16F877A Microcontroller This is a simple project showing you how to read
LM35 analog temperature sensor using a PIC microcontroller and LCD 4x20 in Proteus ISIS. In this tutorial we will make a practical use of the
ADC. We will use them to show current temperature using…... Listed under: Temperature Measurement Projects
152. Automatic traffic light using PIC16F877A Microcontroller The objective of this project is to design a traffic light control system. This traffic
light controller is used at the intersection that consists of a main road and two side roads. A four way traffic light control system with count
down timers is to…... Listed under: LED Projects
153. Multipulxing 7 Segment Display using PIC18F2550 Microcontroller This tutorial describes how to implement decimal counter which will
increment from 0000 to 9999 ; in multiplexed seven segment display using PIC18F2550 in PROTEUS ISIS. Multiplexing is required when we
want to interface 3 or 4 or even more such displays with MCU ssince…... Listed under: LCD Projects
154. Display temperature on Graphic Liquid Crystal Display using PIC16F877A Microcontroller Hello everybody welcome back . Today I'm gonna
tell how you can display temperature with bar graph on Graphic LCD using PIC microcontroller . The project is very simple to understand if
you have concept of Graphic LCD .The program in this project is written…... Listed under: Temperature Measurement Projects
155. Automatic Railway Gate Control System Using PIC16F877A microcontroller Generally railway gates are closed or opened menually by gatekeeper to prevent collision
between road traffic and train . Time schedule and other information are sent from the main controller station menually in this tutorial we will try to make a railway line
13. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 13/26
which has…... Listed under: Other Projects
156. Interfacing 7-segment display with PIC12F1822 using CCS PIC C compiler The easiest way to interface 7-segment display with PIC12F1822
microcontroller is to add a serial-in parallel-out shift register. The adding of the shift register minimizes the number of pins used by the 7-
segment display. This topic shows how to make a 3-digit digital counter with multiplexing and…... Listed under: LED Projects
157. Interfacing PIC16F877A with DHT11 (RHT01) sensor Proteus simulation PIC16F877A + DHT11 (RHT01) Proteus simulation This topic shows
how to interface DHT11 (RHT01) digital relative humidity and temperature sensor with PIC16F877A microcontroller, and how to simulate this
interfacing using Proteus. Note that for the simulation Proteus version should be 8.1 or higher. With these versions…... Listed under: Sensor -
Transducer - Detector Projects
158. Interfacing PIC16F877A with DHT22(AM2302-RHT03) sensor using CCS PIC C Interfacing PIC16F877A with DHT22(AM2302-RHT03) digital
humidity and temperature sensor This topic shows how to interface PIC16F877A microcontroller with DHT22 sensor with hardware circuit.
Related topic: The following topic shows PIC16F877A microcontroller and DHT22 Proteus simulation and some details about this sensor.
PIC16F877A and DHT22(AM2302, RHT03)…... Listed under: Sensor - Transducer - Detector Projects
159. Sensored brushless DC (BLDC) motor control with PIC16F877A microcontroller Sensored BLDC motor control using PIC16F877A - CCS PIC C
compiler This topic shows an easy way to drive a Cd-Rom sensored brushless DC motor (BLDC motor) using PIC16F877A microcontroller with
CCS PIC C code. This motor is three phase motor, it has three stator…... Listed under: Sensor - Transducer - Detector Projects
160. 4-Digit 7-Segment display with 74HC595 shift register There are many topics in this blog talking about the 7-segment display and how to
interface it with different types of PIC microcontrollers. One of these topics shows how to interface PIC16F877A with a multiplexed 4-digit 7-
segment display with the shift register 74HC164N. There are…... Listed under: LED Projects
161. Display custom characters on 16×2 lcd using Microchip Pic16f877 Microcontroller Here is a simple project on how to build/generate/make
custom characters in 16x2 lcd and then print/display them on lcd using microchip pic16f877 microcontroller. Character lcd contains a set of
ascii characters and some Chinese characters in their controllers. We invoke the ascii characters present…... Listed under: LCD Projects
162. Interfacing ESP8266 with PIC16F877A Microcontroller Interfacing PIC16F877A Microcontroller with ESP8266 In this article, let us discuss how
to interface WIFI module ESP8266 with a PIC microcontroller. So far you might have been using the ESP8266 module as a standalone
microcontroller or might have been using it with the Arduino library. But,…... Listed under: Wifi - WLan Projects
163. How to Send E-mail using PIC Microcontroller and ESP8266 In this tutorial let us learn how to send E-mails from PIC Microcontroller
using famous WiFi module the ESP8266. This tutorial uses PIC16F877A IC and MPLABX and XC8 compiler for programming. At the end of this
tutorial you will be able to send E-mail from any…... Listed under: Wifi - WLan Projects
164. Digital Speedometer and Odometer Circuit using PIC Microcontroller Digital Speedometer and Odometer Circuit using PIC Microcontroller
Measuring the speed/rpm of a Vehicle or a motor has always been a fascinating project for us to try. So, in this project we are going to build
one using the Industrial ready PIC microcontrollers. We will…... Listed under: LCD Projects
165. How to Save Data using EEPROM in PIC16F877A Microcontroller Saving Data using EEPROM in PIC16F877A In this tutorial we will learn how
easy it is to save data using the EEPROM present in the PIC16F877A Microcontroller. In most real time projects we might have to save some
data which should not be erased even…... Listed under: LCD Projects
166. How to Use Interrupts in PIC16F877A Microcontroller How to Use Interrupts in PIC16F877A Microcontroller In this tutorial we will learn how
to use an External Interrupt in PIC Microcontroller and why/where we will need them. This is a part of the sequence of PIC Tutorials in which
we started learning PIC Microcontrollers…... Listed under: LCD Projects
167. GSM module Interfacing with PIC Microcontroller – Make and Receive Calls GSM Interfacing with PIC Microcontroller PIC16F877A - Make and
Receive Calls GSM modules are fascinating to use especially when our project requires remote access. These modules could make all actions
that our normal mobile phone could do, like making/receiving a call, sending/receiving a SMS, connecting…... Listed under: Phone Projects
168. Obstacle Avoiding Robot using PIC Microcontroller Obstacle Avoiding Robot using PIC Microcontroller Obstacle Avoider Robot is another
famous robot which spices up embedded projects. For those who are new Obstacle avoider robot, it is just a normal wheeled robot which
could navigate its way without hitting on any obstacles. There are…... Listed under: Robotics - Automation Projects
169. Line Follower Robot using PIC Microcontroller A Line Follower Robot is a simple yet fascinating robot for most students/hobbyists to build. In
this tutorial we will learn How a Line Follower Robot Works and how we can build one using the PIC Microcontroller PIC16F877A. PIC16F877A
is a 40-pin Multipurpose MCU from…... Listed under: Robotics - Automation Projects
170. How to make a computer controlled Robot Project Using PIC16F877A? using pic microcontoller After a short break, we’re back to the DIY robot projects series and I am
sure you’ll love this one too. Before that I suggest you to go through all our earlier simple robotics projects for engineering students as well. This time, major difference
is…... Listed under: Robotics - Automation Projects
14. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 14/26
171. PIC microcontroller Beginner’s guide: Basic connection circuit What is a pic microcontroller? The PIC microcontroller is a low cost ‘computers
on a chip’ manufactured by Microchip. They allow electronic designers and hobbyists impart intelligence and logic to a single chip for special
purpose applications and products. The PIC microcontroller programming is done using…... Listed under: Development Board - Kits Projects
172. Electronic Code locking system using PIC 16F877 Mircocontroller Electronic code locking system is extremely useful in protecting our
precious possessions and can be installed anywhere with bit of engineering in it. We are widely familiar with the Password based e-locks and
might have installed in our house. But we are going for Electronic…... Listed under: Microcontroller Programmer Projects
173. Basic PIC circuit is not working I have just begun in the world of micro-controllers, and the first micro-controller. I chose to work with was the
PIC from Microchip. The PIC I am using is the PIC16F877A. I am using MPLAP IDE and HI-TECH C. I am trying to make an…... Listed under:
Development Board - Kits Projects
174. Lecture 45 : PIC Serial Communication using Serial Peripheral Interface (SPI) Objective To establish serial communication between two
PIC16F877A microcontrollers Description In this experiment, 8-bit digital input is applied at Port-B to one of the PIC16F877A microcontroller
which acts as a master in serial communication. The input value is transmitted by the master serially via Serial…... Listed under: Interfacing(USB
- RS232 - I2c -ISP) Projects
175. How to Program a PIC Microcontroller to Build a Project The recent trends in the advanced technology are helpful in developing most
advanced electronic gadgets. Most of these electronic devices are developed using microcontrollers. The microcontroller is an electronic
component, which is programmed to perform various control operations. There are various kinds of microcontrollers available,…... Listed
under: Interfacing(USB - RS232 - I2c -ISP) Projects
176. PIC16F877A (with LCD) not working I have designed a PIC18F877A micro controller project to read temperature from an LM35 using ADC,
display it on an LCD and transmit it to a serial port. When the program starts, sometimes it shows a startup message - sometimes it doesn't
display anything. Also,…... Listed under: LCD Projects, Temperature Measurement Projects
177. Interfacing DS1307 to PIC Microcontroller with C code and Circuit Diagram This tutorial will help you to interface DS1307 RTC with PIC16F877
Microcontroller. The project is compiled in CCS Compiler and simulated with Proteus. The Real Time Clock is interfaced with PIC controller via
I2C. I2C is a 2 wire communication protocol. I2C is used for…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
178. World’s Smallest Low-speed USB Analyzer using pic16f877 [Any] idea is dead without a good application for it. So “California Dreamin’” USB
virtual peripheral could be a very nice sample of academic research, but hardly anybody is going to build a keyboard or mouse using it. I have
been thinking for a while…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
179. Digital thermometer with auto saving log file in excel by Pic microcontroller 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…... Listed under: Temperature Measurement Projects
180. 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…... Listed under: Game - Entertainment Projects, Projects
181. 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
15. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 15/26
projects. As Circuits Gallery covers…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
182. Lecture 43 : Interfacing PIC16F877 Microcontroller with an LCD Aim To interface LCD (Displaytech 162A) with PIC16F877microcontroller and
to display "IITK" in the Liquid Crystal Display (LCD). Components/Softwares MPLAB IDE (PIC microcontrollers simulator) PIC BURNER 3 with
software to load the code LCD (Displaytech 162A) Computer System with Windows operating system and RS 232…... Listed under: LCD
Projects
183. Interfacing LCD and Keypad with PIC16F877A Microcontroller Interfacing LCD and Keypad are one of the important interfacing concepts of
PIC microcontroller since both the input and output element can form a complete embedded system design. This tutorial is about teaching
you how to get input input values from keypad by polling method…... Listed under: LCD Projects
184. 4 Bit LCD interfacing and programming with PIC Microcontroller LCD displays operate in two modes 4 bit and 8 bit mode. We all might have
been familiar with 8 bit mode which is used widely in several systems. But 4 bit mode is something which many of us is not aware of. This
mode…... Listed under: LCD Projects
185. Large Dancing Robot using PIC16f877A microcontroller Large Dancing Robot Build a large dancing robot. This was supposed to be a walking
robot, but it more kinda beebopped around. video on last step. Build a Prototype First, The _Prototype_: Before you make a large, high power
robot, it's good to make a…... Listed under: Projects, Robotics - Automation Projects
186. How to make(build) a Calculator using Pic16f877 microcontroller alculator with Pic 16f877 microcontroller is a comprehensive project.
Comprehensive in the way that Code is lengthy and logical. It covers all the aspects of programming and interfacing of 16x2 lcd and 4x4
keypad with pic Microcontrollers. So you should be good in programming, if…... Listed under: Calculator Projects
187. DS18S20 interfacing with pic and avr microcontroller Microcontroller BoardsRead the temperature in PIC16F/18F Primer Board from
temperature sensor ds1820. The PIC16F/18F Primer board uses the ADC pin for reading temperature from temperature sensor ds1820. The
reading output is displayed into PC through UART. PIC16F/18F Development Board The PIC16F/18F Development Board is specifically
designed to…... Listed under: Sensor - Transducer - Detector Projects
188. How to drive an rgb led using PIC16F877A The RGB LED contains three LEDs encased in one shell: Red, Green and Blue (some contain an
extra blue led - as blue LEDs generate less output intensity (candela) per mA). It looks like a single white led except that it has four leads -…...
Listed under: How To - DIY - Projects, LED Projects, Projects
189. Temperature sensor using PIC16F877A microcontroller In this tutorial, we are making a Digital Thermometer using PIC microcontroller and
LM35 Temperature Sensor. In this project, we will sense the temperature using LM35 and display it on 16x2 LCD. LM35 Temperature Sensor is
accurate and cheaper and doesn’t require any external calibration. The output voltage…... Listed under: Temperature Measurement Projects
190. Digital frequency meter using pic microcontroller Here you will see how easily we can make Digital frequency meter by PIC microcontroller
using timer 1. To make this project we need clear idea on timer 1 module of PIC16F877 microcontroller. We need to know how we can
configure timer 1 module to…... Listed under: Metering - Instrument Projects
191. AC Voltage measurement using PIC16F877A microcontroller Note: Microcontroller PIC16F73 can be used instead of pic16f877a. This time we
will see how to measure AC voltage parameters with the help of micro-controller. First we will know about AC voltage parameters, then we
will do the whole work step by step. What is AC(Alternating…... Listed under: Metering - Instrument Projects
192. PIC16F877 timer0 code and Proteus simulation This PIC16F877 microcontroller tutorial answers the question, " How to use timer0 of
PIC16F877 and how to handle its interrupts? " Using PIC16 simulator (Proteus) you can verify this PIC timer0 code and change it according to
your needs. This code is written in C language…... Listed under: Clock - Timer Projects, Projects
193. Digital frequency meter by PIC microcontroller using timer 1 (0-9999 Hz) Here you will see how easily we can make Digital frequency meter
by PIC microcontroller using timer 1. To make this project we need clear idea on timer 1 module of PIC16F877 microcontroller. We need to
know how we can configure timer 1 module to…... Listed under: Metering - Instrument Projects
194. PIC16F877A-Based Temperature Monitoring System Temperature monitoring and control is important in industry environments. Sensors are
widely used for measurement of temperature. Usually, a temperature sensor converts the temperature into an equivalent voltage output. IC
LM35 is such a sensor. Here we describe a simple temperature measurement and display system…... Listed under: Temperature Measurement Projects
195. Water Level Indicator and Controller using PIC Microcontroller Here is a simple, versatile project which indicates the level of water and automatically controls it by using
PIC Microcontroller. The Water Level Sensing Section senses the level of water in the tank and sends it (wireless) to the Receiver Section. Receiver Section is connected
to the…... Listed under: Sensor - Transducer - Detector Projects
16. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 16/26
196. PIC Projects: Digital Temperature Controller Digital temperature controller is an essential instrument in the field of electronics,
instrumentation and control automation for measuring and controlling temperatures. It can be used as much at homes as in industrial
applications. Different types of analogue and digital temperature controllers are readily available in…... Listed under: Temperature
Measurement Projects
197. Displaying Scrolling(Moving) text on 16×2 lcd Using Pic16f877 and Pic18f452 Microcontroller Displaying moving or scrolling text on
lcd(16x2,8x1,16x4,8x2,16x1,20x1,20x2 etc) is very easy. You just need to know how to efficiently use lcd commands.In this project i am using
pic 16f877 microcontroller to display text and then scroll it on the lcd. The lcd which i am…... Listed under: LCD Projects
198. Mars Clock using PIC16F877A microcontroller What do you do if you have a spare LCD module with backlight, a weird 16 button keyboard,
and a PIC16F877A microcontroller gathering dust? A monster Martian Clock immediately springs to mind. You are probably thinking "There
are hundreds of PIC clocks on the Net…... Listed under: Clock - Timer Projects, Projects
199. Voltmeter and Ammeter using PIC Microcontroller Voltmeter and Ammeter can be easily made using PIC Microcontroller having ADC (Analog
to Digital Converter). I am using PIC16F877A and the result is displayed on an LCD Display. PIC16F877A is enough if you do this project only
for testing purposes. I suggest to use…... Listed under: Metering - Instrument Projects
200. Writing Your First Program with PIC Microcontroller and Setting up Configuration Bits This is the second tutorial of our PIC Tutorial Series. In
our previous tutorial Getting started with PIC Microcontroller: Introduction to PIC and MPLABX, we learnt the basic stuff about our PIC
microcontroller, we also installed the required software and purchased a new PicKit 3…... Listed under: LED Projects
201. LED Blinking with PIC Microcontroller In our previous two tutorials we discussed How to Get Started with PIC using MPLABX and XC8
compiler, we have also made our First LED Blinking Program with PIC and verified it by simulation. Now it's time for us to get our hands on
to…... Listed under: LED Projects
202. LED Blinking Sequence using PIC Microcontroller In our previous tutorial, we learnt about Blinking a LED using PIC microcontroller and built
the same circuit on Perf board. Then we used PICkit 3, ICSP and MPLAB IPE for dumping the program onto our Perf board. Now, in this
tutorial we will advance…... Listed under: LED Projects
203. Understanding Timers in PIC Microcontroller with LED Blinking Sequence This will be the fifth tutorial in our PIC Tutorial Series, which will
help you to learn and use Timers in PIC16F877A. In our previous tutorials, we had started with Introduction to PIC and MPLABX IDE, then we
wrote our first PIC program to blink…... Listed under: Clock - Timer Projects
204. LCD Interfacing with PIC Microcontroller using MPLABX and XC8 This is our sixth tutorial in our PIC Tutorial Series, in this tutorial we learn
Interfacing of 16x2 LCD with PIC Microcontroller. In our previous tutorials we have learnt the basics of PIC using some LED blinking Programs
and have also learnt How to use Timers…... Listed under: LCD Projects
205. Display Custom Characters on 16×2 LCD using PIC Microcontroller and XC8 In our previous tutorial, we have learnt How to Interface a 16*2
LCD with PIC Microcontroller. We recommend you to go through it before going any further, if you are beginner in PIC microcontroller.
Previously we have also learnt the basics of PIC using LED blinking…... Listed under: LCD Projects
206. 7 Segment Display Interfacing with PIC Microcontroller This is our 8th tutorial of Learning PIC microcontrollers using MPLAB and XC8. We
have come up all the way from installing MPLABX to using a LCD with PIC MCU. If you are new here, then look at previous tutorials where you
can learn timers,…... Listed under: LCD Projects
207. Using ADC Module of PIC Microcontroller with MPLAB and XC8 This is our 9th tutorial of Learning PIC microcontrollers using MPLAB and
XC8. Till now, we have covered many basic tutorial like getting started with MPLABX, LED blinking with PIC, Timers in PIC, interfacing LCD,
interfacing 7-segment etc. If you are an absolute beginner, then please…... Listed under: LED Projects
208. Generating PWM using PIC Microcontroller with MPLAB and XC8 This is our 10th tutorial of Learning PIC microcontrollers using MPLAB and
XC8. Till now, we have covered many basic tutorials like LED blinking with PIC, Timers in PIC, interfacing LCD, interfacing 7-segment, ADC
using PIC etc. If you are an absolute beginner, then please visit the complete list of PIC tutorials…... Listed under: PWM Projects
209. Interfacing Servo Motor with PIC Microcontroller using MPLAB and XC8 This is our 11th tutorial of Learning PIC microcontrollers using MPLAB and XC8. In this tutorial
we will learn How to control Servo Motor with PIC Microcontroller. If you have already worked with Servo motors you can skip the first half of this tutorial but…... Listed
under: Motor Projects
17. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 17/26
210. UART Communication using PIC Microcontroller In this tutorial we learn to Enable UART communication with PIC Microcontroller and how to
transfer data to and from your Computer. So far, we have covered all basic modules like ADC, Timers, PWM and also have learnt how to
interface LCDs and 7-Segment displays. …... Listed under: Other Projects
211. Interfacing Bluetooth Module HC-06 with PIC Microcontroller In this tutorial we will learn How to make out PIC projects wireless by
interfacing a Bluetooth Module (HC-06). In our previous tutorial we have already learnt How to use USART module in our PIC Microcontroller
and established communication between PIC and Computer. If you…... Listed under: Other Projects
212. pic-microcontroller Home Alarm System PIC16F84A Alarm Clock Analog data recording and playback unit Animated LED Signboard
Capacitance measurement Capaciter meter Christmas Light Flasher Microcontroller PIC16F877A is one of the PICMicro Family microcontroller
which is popular at this moment, start from beginner until all professionals. Because very…... Listed under: Microcontroller Programmer
Projects
213. Extend PIC Microcontroller‘s RAM by without using EMI Introduction Virtually all PIC microcontrollers have some banking mechanism to
extend addressing to additional memory space. But this external data memory is not directly addressable (except in some high versions of
PIC18 devices, which include PIC18F8520, PIC18F6620, etc.). In this post we describe easy to…... Listed under: Memory - Storage Projects
214. SMS Based Device Control using GSM Modem It has been a while since we published electronic engineering projects here due to the busy
schedule we had in the past weeks, and this time we’re up with another interesting project. Before going through the details of this one, you
may as well check…... Listed under: Home Automation Projects
215. 0-5V LCD volt meter using PIC16F877A This PIC LCD volt meter project uses a PIC micro and an HD44870 LCD display. The analogue input is
taken directly to the analogue input pin of the microcontroller without any other processing. So the input range is from 0V to 5V - the
maximum…... Listed under: LCD Projects, Metering - Instrument Projects, Projects
216. Simple Digital GPS Speedometer Using PIC16F877A with LCD Display Speedometer is a speed measuring gauge used to calculate the speed
of motor vehicles. They are mainly of two types- electronics and mechanical. Digital speedometer measures the speed and mileage in
vehicles. Normally both types work on the principle of electromagnetism, however they have a…... Listed under: LCD Projects, Metering -
Instrument Projects
217. Servo Motor Control using Microcontroller PIC16F877A Servo motors are widely used in robotics and industries for motion control. They can
be controlled by PWM signals where the required angle of rotation can be located by a particular PWM signal. So In this article we’ll see in
detail on PWM servo control…... Listed under: Motor Projects
218. Build yourself flashing message on PIC16F877A with assembler Guys, in this step by step instruction, I wanna share my private experiment
with PIC16F877A and assembly language, I call it Build yourself flashing message on PIC16F877A with assembler Let's prepare the parts Step
1: The parts needed for this experiment 1. PIC 16F877A chip…... Listed under: Other Projects
219. Displaying text on LCD by interfaced with PIC16F877 microcontroller in 4 bit mode Here I discuss on very good and simple project on
displaying text on LCD by interfaced with PIC16F877 microcontroller in 4 bit mode.to start with this project you need some Knowledge on
how to start project on PIC micro controller I assumed you know that…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, LCD
Projects
220. Quozl’s Alarm Clock using PIC16F877 Old Alarm Clock Problems wake's Quozl's wife, a side-effect, needs to be armed each evening, 12-hour
clock, cannot be armed more than 11.5 hours before alarm time, triggers at plus or minus ten minutes, depending on how it was dropped,
battery cover needs to be…... Listed under: Clock - Timer Projects, Projects
221. PIC microcontroller ATA library This project started life a long time ago, with the intention to build an iPod clone, back when personal MP3
players were an expensive luxury and long before you could buy them from China on ebay for less than a light bulb. The plan for…... Listed
under: Interfacing(USB - RS232 - I2c -ISP) Projects
222. Frankenbear Synthamajig using PIC16F877 microcontroller Frankenbear Synthamajig Have you ever wanted a teddy bear that looks like
Frankenstein and makes sounds like "bleep bleep bloooop de de bleep.... EHHHHHHHHHH...... dadadadadadadododododod bleep bleep
bloop"? Look no farther, you have found it! Now you can perform the nights away with your new…... Listed under: Game - Entertainment
Projects, Projects
18. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 18/26
223. PIC16F877 based controllable digital clock using LCD display (Code+Proteus simulation) This PIC16F877 microcontroller tutorial answers the
question, " How to implement a controllable digital clock using PIC16F877 ? " Using PIC16 simulator (Proteus) you can verify this digital clock
code and change it according to your needs. Using three push buttons (As shown in figure…... Listed under: Clock - Timer Projects, LCD
Projects, Projects
224. A Word Clock using PIC16F877 microcontroller A Word Clock ************************************************************************** Major
updates - A much better enclosure for this clock has been designed, and a better controller using an AtMega controller now exists. check out
http://www.instructables.com/id/The-Wordclock-Grew-Up/ ************************************************************************** This is a
project to tell the time using words. I saw a cool…... Listed under: Clock - Timer Projects, Projects
225. DC motor control with Joystick and PIC16F877A This is one project that i'm doing, now I'm going to show how to do it only for one motor,
but i'm using and DEMUX to in the future use 4 motor. The project is simple, it uses the pic to control the DEMUX and…... Listed under: Motor
Projects
226. PIC Industrial and Domestic Timer (Relay Controller) Hi Friends, I hope everyone had a rocking New year I was suppose to give you all a New
year gift uploading a new project, but unfortunately it got delayed 'coz I was busy with my *personal life* One of our site member, Jeswanth
kumar…... Listed under: Clock - Timer Projects
227. Rotary dialer PIC interface using PIC16F877 Rotary dialer PIC interface I have found myself with an abundance of rotary phones. In fact,
they're everywhere I look. In hopes that I may someday see less of them, I've begun taking them apart and re-using the parts for other
purposes. For some reason…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Phone Projects, Projects
228. How to interpret the direction of rotation from a digital rotary switch with a PIC using PIC16F877A How to interpret the direction of rotation
from a digital rotary switch with a PIC The objective for this Instructable is to illustrate how to interface a digital (quadrature coded) rotary
switch with a microcontroller. Don't worry, I'll explain what quadrature coded means for us.…... Listed under: How To - DIY - Projects,
Projects
229. GSM based Control System by pic microcontroller GSM based Control System by pic microcontroller implements the emerging applications
of the GSM Technology. Using GSM networks, a control system has been proposed that will act as an embedded system which can monitor
and control appliances and other devices locally using built-in input and…... Listed under: Internet - Ethernet - LAN Projects
230. Interfacing 7 segment display with pic16f877 microcontroller This post will describe that how easily we can do Interfacing 7 segment display
with pic16f877 microcontroller. 7 segment display is a basically array of 7 leds with some proper arrangement. From this fig it can be seen
that 7 leds arranged with an array…... Listed under: LED Projects
231. PIC16F877 ISA Ethernet Web Server Project The PIC16F877 microcontroller, prepared with activated an old ISA ethernet (3com eherl Link)
Used guess PIC internet connection with an application I’m not sure circuit aim could not understand the pic programming dealing with
people who can solve resource asebbely asm PCBs (eagle) control program…... Listed under: Internet - Ethernet - LAN Projects
232. Keypad scanning and interfacing with PIC16f877 microcontroller Here I give you very important and simple project on Keypad / keyboard
scanning and interfacing with PIC16f877microcontroller . To start big project you need to know small and necessary one first. So we start
form basic . In my previous post I write on Scrolling…... Listed under: Security - Safety Projects
233. Project on making calculator using PIC16F877 and Mikcro C Pro Here I give you tutorial of Project on making calculator using PIC16F877 and
Mikcro C Pro. After go through this project and learn the technique you can implement in your project. In my previous post I show you how
to interface keypad 4 x 4 matrix’s …... Listed under: Calculator Projects
234. Object Detecting Android Mobile Phone Controlled Bluetooth Robot Using PIC Microcontroller 16F877A Last time we had a project on
Arduino robots with Bluetooth and Android, and in that one our readers Mr. Paul asked how he can make an obstacle avoidance robot. So
today I came up with another engineering project for electronics and communication students, Android and…... Listed under: Bluetooth
Projects, Robotics - Automation Projects
235. A Cheap Ultrasonic Range Finder HOW DOES IT WORK & CIRCUIT SCHEMATIC Everybody knows the speed of the sound in the dry air is
around 340 m/s. Send a short ultrasonic pulse at 40 Khz in the air, and try to listen to the echo. Of course you won't hear anything,…... Listed
under: LCD Projects
236. Car Anti theft System Project using Microcontroller PIC16f73 For a while we have been sharing many electronic projects for engineering students and then we found out
there was a huge demand for embedded projects, especially PIC microcontroller based projects. After a short break, here is another outstanding one that is not only
suitable…... Listed under: Car Projects
19. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 19/26
237. PIC16F877 LCD code and Proteus simulation This PIC16F877 microcontroller tutorial provides very detailed and comprehensive LCD[1] code.
Using PIC16 simulator (Proteus) you can verify this LCD 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 code from…... Listed under: LCD Projects, Projects
238. PIC microcontroller development board using pic microcontroller Development board backplane Plug-in part by wave soldering process , the
board also neat reverse . The curved surface of the pad foot , guaranteed not to scratch your desktop. The system uses a fully independent
module design , DIY leave enough space to the…... Listed under: Development Board - Kits Projects
239. Connect ADC with PIC16F877 ADC (Analog to Digital Converter) module is available with a number of PIC MCU modules. ADC is an electronic
circuit that converts continuous signals to discrete digital numbers. ADC Library provides you a comfortable work with the module. Library
Routines ADC_Init ADC_Get_Sample ADC_Read ADC_Init Prototype…... Listed under: Metering - Instrument Projects
240. Connect ADC with PIC16F877 ADC (Analog to Digital Converter) module is available with a number of PIC MCU modules. ADC is an electronic
circuit that converts continuous signals to discrete digital numbers. ADC Library provides you a comfortable work with the module. Library
Routines ADC_Init ADC_Get_Sample ADC_Read ADC_Init Prototype…... Listed under: Metering - Instrument Projects
241. Introducing PIC Microcontroller projects PIC Microcontroller Development Tools History PIC microcontroller Development Board (Completed
on 2006-10-28) The ultimate PIC Microcontroller development board. After years of programming PIC microcontroller, I have finally design
my super development board to program PIC microcontroller firmware. The automatic programming mode select and the 40…... Listed under:
Microcontroller Programmer Projects
242. PIC16F84 Evaluation Board Introduction When I set, some time ago, about working with a PIC 16x84, I had immediately to face the problem
to have a permanently and stably working circuit, without mounting the PIC on a prototype board every time. Searching on the net, I didn't
find…... Listed under: Development Board - Kits Projects, Projects
243. Q-matic Circuit Application of PIC16F877 Microcontroller In this article I used in banks and hospitals will give information about the Q-matic
s. I’ve done a routing circuit board (main board) and consists of three separate teller. Routing PIC16F877 on board, if the teller did not use
pic16f876 in each. Teller as…... Listed under: LED Projects
244. Building the Inchworm ICD2 PIC Programmer / Debugger using PIC16F877 Building the Inchworm ICD2 PIC Programmer / Debugger This
instructable is an illustrated walk through building an ICD2 clone called the Inchworm. It's a straight forward kit that lets you build an MPLAB
ICD2 compatible Programmer and Debugger. There are lots of Programmers out there…... Listed under: Microcontroller Programmer Projects,
Projects
245. Obstacle Sensing Walking Stick for Visually Impaired Persons : Block Diagram From the block diagram given above you can see that this
project has four major parts. The Power Bank Finding a good power source for this project was a challenge, the power supply should have to
be mobile, so that we cannot use power adapters.…... Listed under: Sensor - Transducer - Detector Projects
246. Electronic Quiz Buzzer Circuit Diagram using PIC Microcontroller Usually high level quiz competitions are very much time-oriented as it
becomes significant to determine who has answered first. So here we’ll see how to make a buzzer system that helps to decide the winners.
Actually I designed this circuit of buzzer for quiz program…... Listed under: LED Projects
247. PIC16F877 Development Board v. 1.2 The Development Board v. 1.1 connected to an LCD display. It is well visible (read further, in the
description) the row of LEDs used to check the logic state of up to 8 I/O ports or external circuits' pins. Of course, if you own an…... Listed
under: Development Board - Kits Projects, Projects
248. eDrum – Trigger MIDI Converter using PIC16F877 Introduction This page is about electronic drums. Here you will find detailed information on
how to build an electronic Trigger to MIDI Converter module, based on PIC Microcontroller, and how to build the triggers. This project has
been developed for many years now, and it…... Listed under: Projects, Sound - Audio Projects
249. Interfacing VFD with PIC Microcontroller Vacuum fluorescent display can be a good alternative to a Liquid-crystal displays in some
applications. They have a number of advantages over LCD like extended temperature range and excellent contrast in high brightness
environment. The main disadvantage is higher power consumption making them less attractive in…... Listed under: LCD Projects
250. Serial communication with Pic 16f877 using UART Abstract of that project: Using UART port we can establish serial communication between any devices. Here in my
project Serial communication with Pic 16f877 using UART I will show you how easily we establish communication between two devices. In my project we know the
20. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 20/26
pin…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
251. Serial LCD project using PIC16F877A Microcontroller This project shows you how to create a serial LCD module that you can drive from
any serial RS232 interface. It uses a pure ASCII command set so you can control it easily from a terminal program such as Hyperterminal.
There are no 'odd' command sequences…... Listed under: LCD Projects, Projects
252. Green house intelligent control system In this post we will discuss about Green house intelligent control system: With the people’s living
standards increasing, modern, a large number of agricultural production, such as vegetable using greenhouse to cultivate. The temperature
and humidity monitoring are two key factors which used to control…... Listed under: Temperature Measurement Projects
253. Digital Thermometer using pic microcontroller and MCP9700 In this article you will learn, Digital Thermometer using pic microcontroller and
MCP9700: [caption id="attachment_22217" align="alignnone" width="300"] Digital Thermometer using LM35 and PIC
microcontroller[/caption] In this tutorial, we are making a Digital Thermometer using PIC microcontroller and LM35 Temperature Sensor. In
this project, we will sense…... Listed under: LCD Projects
254. PIC MICROCONTROLLER PROJECTS AND LCD CIRCUITS Here is 0 to 99 minutes relay timer using PIC16F628 microcontroller and 16
character LCD display. The microcontroller is PIC16F628A running at 4.0 MHz clock using an external crystal. An HD44780 based 16×2
character LCD is the main display unit of the project where…... Listed under: LCD Projects
255. Microchip PIC16F877 Microcontrolle Table of Contents Introduction 1.1 What is a Microcontroller? 1.2 Why are Microcontrollers used? 2
Getting started 2.1 Parts list and vendors 2.2 Connecting the equipment 3 PIC16fF877 Microcontroller 3.1 Flash PIC development board
3.2 CCS PIC-C compiler 3.3 In Circuit Debugger/Programmer (ICD-S) 3.4 Embedded…... Listed under: LED Projects
256. Arduino controlled light dimmer WARNING: Some people try to build this with an optocoupler with zerocrossing coz 'that is better' right?
Some are even told in electronics shops it is better to use such an optocoupler. WRONG. This will only work with a random fire optocoupler:
NOT igniting at…... Listed under: LED Projects
257. How to display custom characters on LCD using PIC16F877 This post explains the idea of creating custom characters on any LCD ( e-g on
16x2 LCD ) which has HD44780U controller in it. Almost all 16x2 or 20x2 LCDs have HD44780U controller in them[1]. This controller provides
the functionality of CGRAM ( Character Generator…... Listed under: LCD Projects, Projects
258. Keypad 4×5 for microcontrollers v. 1.1 using PIC16F877 What's this? The circuit here described is a simple 4x5 keypad that can be used in
particular with the PIC 16F877 microcontroller, for which it has been designed considering a supply of 5V, 16F877 I/O pins leakage current,
the voltage level recognized as a high…... Listed under: Projects, RTOS - OS Projects
259. Serial Data Received from PC and Displayed on 16×2 Using USART of Pic16f877 Microcontroller Here is a simple tutorial on how to receive
serial data from PC(Personal Computer) Hyperterminal and display it on 16x2 lcd using PIC16f877 microcontroller. Its not much difficult you
just need to know how to use USART(Universal Syncronous-Asyncronous receiver transmitter) of PIC 16f877. Serial data…... Listed under: LCD
Projects
260. PIC MicroController Volume Adjuster Program(Proteus 8 Stimulation) Hello everyone, The important aspect of every learning is to induce
curiosity and doing something meaningful to satisfy that.With the help of that curiosity, I'm here making a volume adjuster program which
resembles the same in most devices but not that much, Here the default…... Listed under: Sound - Audio Projects
261. How to Interface LCD with PIC16F877A Slicker PIC16F/18F Slicker Board The PIC16F/18F Slicker board is specifically designed to help students
to master the required skills in the area of embedded systems. The kit is designed in such way that all the possible features of the
microcontroller will be easily used by the…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, LCD Projects
262. Unipolar Stepper Motor Control Circuit with PIC16F877 Hello friends, this article, unipolar stepper motor control circuit related work. The
purpose of this circuit is connected to unpolar stepper motor I designed buttons, select the number of steps we determined the direction,
speed, and with it a system that implements the step motor…... Listed under: Motor Projects
263. DC Motor Speed Control using Microcontroller PIC-16F877A Micro-controller is a very widely used electronic component and today we are
showing your another example of it. Today's' project topic is "DC motor speed control using Microcontroller PIC16F877A" and we are sharing
full project report of it. This is a very good project work…... Listed under: Motor Projects
264. PIC16F877A timer0 code + Proteus simulation This PIC16F877A microcontroller tutorial answers the question, " How to use timer0 of PIC16F877A and how to handle its
interrupts? " Using PIC16 simulator (Proteus) you can verify this PIC timer0 code and change it according to your needs. This code is written in C language…... Listed
under: LED Projects
21. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 21/26
265. PIC Microcontroller Based Electronic Lock Security is a prime concern in our day-today life. Everyone wants to be as much secure as possible.
An access control for doors forms a vital link in a security chain. The microcontroller based digital lock for Doors is an access control system
that allows…... Listed under: LCD Projects
266. Mouse interfacing and communication using PIC16F877 Introduction On this page a circuit is described, making it possible to interface a PIC
and a PS/2 mouse. If you send me a request (read further), it is possible to obtain for free also the assembler program to communicate with
the PS/2 mouse. The…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Projects
267. PIC16F877 i2c code and Proteus simulation This post provides the i2c code (using the i2c module built in the hardware[1]) for PIC16F877
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…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Projects
268. Wireless Home Appliance Controller Project In this post we discuss about Microcontroller based Wireless Home Appliance Controller
Project.You can Control Any Home Appliance Like Tv ,Radio Fan,Bulbs Using This Project. Mainly we use Mikro C Programming Language in
this Project and ISIS Proteus Software use for testing Purposes. Mikro C…... Listed under: Home Automation Projects, Wireless Projects
269. PIC16F877A LED blink 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…... Listed
under: LED Projects
270. 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…... Listed under: Clock - Timer Projects, Projects
271. Solar energy measurement using pic microcontroller In this post we will discuss about the Solar energy measurement using pic
microcontroller: The solar energy marketplace is one of the most quickly growing renewable energy advertise in the United States. Currently,
we have seen an important enhancement in requirements for remote monitoring and…... Listed under: power - energy projects
272. Top PIC Microcontroller Projects with Embedded C Programming Peripheral Interface controller (PIC) family is one of the most powerful
advanced microcontroller which is developed by the microchip technology with Harvard architecture, i.e., it has a minimum set of instructions.
The PIC microcontroller projects are programmed with the embedded C programming language. PIC devices…... Listed under: Microcontroller
Programmer Projects
273. Password Based Circuit Breaker using PIC Microcontroller with C code Here i am going to explain you a simple Password based circuit Breaker
Project using PIC Microcontroller. This project is much similar to my previous one, “Password Based Door Locking System”. Circuit breakers
are electromechanical devices used in the power system to connect or disconnect…... Listed under: Development Board - Kits Projects
274. How to Build your Own USB PIC Programmer? This DIY PIC programmer is a continuation of our PIC programming basics tutorial. By using
this USB PIC programmer, you can program microchip PIC series of 10F, 12F, 16F, 18F, 24F, 30F. This is also an EEPROM programmer as it
supports 12Cxx EEPROM. The main…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
275. [Simple] Generating Pulse Width Modulation using PIC Microcontroller – Mikro C & Proteus Simulation How to generate Pulse Width
Modulation (PWM) using PIC microcontroller? This is going to be a continuation of our microcontroller online tutorial series. This article
covers the detailed explanation and simulation of PWM generation using PIC16F877A microcontroller.What is a Pulse Width Modulator? A
PWM has series of…... Listed under: PWM Projects
22. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 22/26
276. PWM DC Motor Speed Controller Circuit Using PIC16F877A Microcontroller In our last PIC online tutorial we have covered PWM generation using PIC Microcontroller.
As I told earlier PWM has wide application in electronics and robotics engineering.In this article I’m gonna show you one of the important
applications of PWM in Robotics, it is called…... Listed under: Motor Projects
277. DC Motor Interfacing With PIC Microcontroller Using L293 Motor Driver IC L293d is an H Bridge bidirectional motor driver IC used to
interface DC motor and stepper motors to Microcontrollers. CircuitsGallery.com already discussed about the working principle of L293 IC with
an example of bidirectional motor driver circuit.It is very easy to make a DC motor…... Listed under: Interfacing(USB - RS232 - I2c -ISP)
Projects
278. GSM Based Digital Wireless Notice Board Using PIC16F877A Microcontroller Are you looking for Final year Electronics Engineering Project?
Here CircuitsGallery presents GSM based electronics and telecommunication engineering projects for students. You can submit this as your
academic project. Our project is nothing but a GSM based notice board using PIC that is capable of displaying…... Listed under: Wireless
Projects
279. Naked Clock using PIC16F877 Microcontroller Why have an enclosure? The enclosure of a clock doesn't tell you the time! So I built this PIC
clock with no part that doesn't serve an electrical function. The hanger is the ground. The microcontroller is the 40-pin PIC 16F877. I set it
up,…... Listed under: Clock - Timer Projects, Projects
280. PIC16F877 LED blinking code and Proteus simulation This post provides the code to make an LED blink using PIC16F877 microcontroller. This
code is written in C language using MPLAB with HI-TECH C compiler. This code is intended to be the first step in learning how to use
PIC16F877 microcontroller in your projects. You can…... Listed under: Game - Entertainment Projects, LED Projects, Projects
281. Displaying Images on Graphical Lcd(JHD12864E) using Pic16f877 Microcontroller Here in this post i am going to teach you how to display
images on Graphical lcd using Pic Microcontroller(16F877). I am using JHD12864E graphical LcD in my Project. JHD12864E is
128x64 dimension lcd. 128x64 means it has 128 coulombs and 64 rows. So total dots it…... Listed under: LCD Projects
282. Digital Voltmeter Using PIC Microcontroller 16F877A and Seven Segments Display (0-30V) We are all aware of about voltmeters (voltage
meter), which is nothing but a device used to measure voltage between given two terminals. Apart from the basic usage digital voltmeters are
also employed as panel meters for automation systems and robotics. There are analog and…... Listed under: Metering - Instrument Projects
283. PIC 16F877 / 16F874 Development Board The Development Board v. 1.1 connected to an LCD display. It is well visible (read further, in the
description) the row of LEDs used to check the logic state of up to 8 I/O ports or external circuits' pins. Of course, if you own an…... Listed
under: Development Board - Kits Projects, Projects
284. Interfacing EM-18 RFID Module with PIC Microcontroller EM-18 RFID Reader Module is the one the most commonly used module for Radio
Frequency Identification Projects. It features Low Cost, Small Size, Low Power Consumption and Easy to use. It can be directly interfaced with
microcontrollers using UART communication. Software UART can be used…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
285. Introducing the Science of Microchip PIC14 Engineers of my generation in the UK will remember the Science of Cambridge Mk14. Intended to
be Sir Clive Sinclair’s first home computer kit for the general public, it served to train a generation of electronics engineers in how to program
microprocessors. The Mk14 was…... Listed under: Other Projects, Projects
286. Alarm Clock Retrofit using PIC16F877 I had some beef with my (very) old alarm clock. It had a radio which was nice to wake up to, but two
problems: 1) I would be in bed and think "Wait, did I set the alarm?" I would have to get up, turn…... Listed under: Clock - Timer Projects,
Projects
287. Digital Thermometer and Clock Project (Version 1.0) This device uses two digital sensors (DS1620 or DS1820), measures the ambient
temperature with 0,1 °C (0,2 °F) resolution and displays it on LCD 2x16 (LM016 etc.) screen. It have a clock, which is based on DS1302
timekeeping chip. This chip stores current date and…... Listed under: Clock - Timer Projects
288. Digital DC watt meter project using pic microcontroller Measuring the voltage and current will always be helpful while making or debugging
any electrical system. In this project we are going to make our own Digital Ammeter using PIC16F877A Microcontroller and current sensor
ACS712-5A. This project can measure both AC and DC current with a…... Listed under: Metering - Instrument Projects
23. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 23/26
289. MICROCONTROLLER BASED INTERFACE UNIT FOR 5KW MICROWAVE OVEN 1. Introduction Microwaves are maybe, one of the greatest
discovers of the 20’th century. With a vavelenght between 30 cm and 3 mm and a power between 1 mW and 500 KW are practically used in
all fields from medicine to industry. Microwave thermal and…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
290. Electronic door codelock with PIC description This is my electronic codelock to use with an outdoor gate. The lock itself is implemented in
software. It operates a relay (for example to open a door) for a few seconds if someone enters the valid code. The secret code can be
changed…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
291. Minty JDM PIC Programmer using PIC18F4550 microcontroller Minty JDM PIC Programmer This project details how to build a JDM style
programmer to program PIC Microcontrollers using Microchip's ICSP (In Circuit Serial Programming) and freeware software (PICPgm). Total
project cost: less than $10. This device has been tested on both the PIC16F877 and…... Listed under: Microcontroller Programmer Projects,
Projects
292. Analog to Digital Converter Using PIC16f877A Microcontroller – Beginners Guide using pic microcontoller What is meant by Analog to Digital
Converter (ADC)? An ADC converts analog signal to it's corresponding digital signal. How to convert analog signal to digital signal?
CircuitsGallery.com has already posted ADC using LM324 IC, in that ADC tutorial I had already explained Analog to Digital…... Listed under:
Sensor - Transducer - Detector Projects
293. How to burn or program PIC Microcontroller? This DIY PIC programmer is a continuation of our PIC programming basics tutorial. By using
this USB PIC programmer, you can program microchip PIC series of 10F, 12F, 16F, 18F, 24F, 30F. This is also an EEPROM programmer as it
supports 12Cxx EEPROM. The main…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
294. Interfacing DHT11 humidity and temperature sensor with PIC16F877A using pic microcontoller After interfacing the DHT11 with Arduino uno
board at the following post: ARDUINO Humidity & Temperature Measurement Using DHT11 Sensor Now we are going to see how to
interface this sensor with microchip pic16f877a. There are some descriptions of how this sensor work in the…... Listed under: Interfacing(USB
- RS232 - I2c -ISP) Projects, Sensor - Transducer - Detector Projects
295. Scrolling Text on LCD by PIC Microcontroller Scrolling Text on LCD by PIC microcontroller is very simple but very important one. For moving
forward we need basic knowledge on how to display the text on LCD by pic Micro controller. For that please see my previous post on that
“Displaying text on…... Listed under: LCD Projects
296. Lm35 interfacing with pic 16f877 through adc0808 Here I discus on very good project on digital thermometer. I made this project by Lm35
interfacing with pic 16f877 through adc0808. Pic16f877 microcontroller has inbuilt ADC (Analog to Digital Converter but I use external ADC
IC (adc0808) because of simplicity of project if I use…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
297. Automated Railway Gate Controlled by PIC16F877A Here I give you my project on Automated Railway Gate Controlled by PIC16F877A . It is
very good project and if it is implemented by railway then they can save lots of money to paying salary for this purpose. For that project I use
PIC16F877A,…... Listed under: Home Automation Projects
298. Interfacing GLCD with PIC16F877A Today I discuss on Interfacing GLCD with PIC16F877A. To overcome the limitation of LCD display we use
GLCD (Graphical LCD). By using GLCD now we can display image draw line and shapes page by page which are not possible in normal LCD. So
to know…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
299. Servo motor control by Microcontroller PIC16f877 and MATLAB GUI Here you see how a Servo motor controls by Microcontroller PIC16f877
and MATLAB GUI? It is well known to us that now a day’s use of servo motor extended in the field of Robotics. Servo motor can rotate with
definite angle and we can easily…... Listed under: Motor Projects
300. Interfacing GSM module with PIC Microcontroller In connection with today’s advance technology and field of embedded electronics project,
interfacing GSM module with pic microcontroller is very important for remote and wireless communication. GSM stands for Global system of
mobile communication is widely used chip and reliable mobile network. If we done…... Listed under: Interfacing(USB - RS232 - I2c -ISP)
Projects
301. Password controlled sliding door with SMS alert by pic Microcontroller In today’s world implementation of any expert system with maximum
data and networking security becomes a real necessity in home, academic organizations as well as in industrial communities. To provide this
security here I give my project on “password controlled sliding door with SMS alert…... Listed under: Home Automation Projects, Phone
Projects, Security - Safety Projects
302. Interfacing android with pic microcontroller via Bluetooth To forward our first step in the field of wireless communication by interfacing
android with pic microcontroller via Bluetooth open lots of way to work on. Once we can send and receive data between a microcontroller
and android mobile then use of android mobile we…... Listed under: Internet - Ethernet - LAN Projects
303. PIC microcontroller based fastest finger press quiz buzzer project The fastest finger press quiz buzzer is very popular in school, Collage,
different T.V. show, different quiz competition. Here in my pic microcontroller based fastest finger press quiz buzzer project you will find four
tables with push button. For any instant if four teams on…... Listed under: Sound - Audio Projects
24. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 24/26
304. Automatic street light control by pic microcontroller The main purpose of this project “automatic street light control by pic microcontroller” is to minimize the cost of
electricity and also cost of man power to manually on- off the street light. In the field of modern embedded world this project “automatic
street light…... Listed under: Home Automation Projects
305. Interfacing DS1307 Real time clock with PIC16f877 In any advance project we need real time clock synchronize with our work and for this
purpose the best option is DS1307 (RTC Ic). Interfacing DS1307 Real time clock with PIC16f877 is done by I2C communication. To know I2C
protocol you may refer my previous…... Listed under: Clock - Timer Projects, Interfacing(USB - RS232 - I2c -ISP) Projects
306. Digital Voltmeter (0-50v) using PIC Microcontroller If we know how inbuilt ADC work then we can easily build Digital Voltmeter using PIC
Microcontroller. In my previous post, we can see how easily we build “Digital thermometer with auto saving log file in excel by Pic
microcontroller”. Using the same principle here…... Listed under: Metering - Instrument Projects
307. MCP4921 12 bit DAC interfacing with PIC16F877 microcontroller via SPI Connectivity In any real time project, MCP4921 12 bit DAC interfacing
with PIC16F877 microcontroller via SPI Connectivity is very essential. Because in real world most of the input sensors and output devices are
analog. So if we want to work with those we need to know…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects
308. Interfacing Camera with PIC Microcontroller via Matlab GUI For project on security systems, Interfacing Camera with PIC Microcontroller via
Matlab GUI is mostly desirable. But size internal ROM and RAM of PIC16F877 is very small. So it is very difficult or other word imposible to
direct Interfacing Camera with PIC16f877 Microcontroller . But we…... Listed under: Interfacing(USB - RS232 - I2c -ISP) Projects, Video -
Camera - Imaging Projects
309. LED blinking using timer0 of pic16f877 microcontroller Here I discuss very good knowledge based project LED blinking using timer0 of
pic16f877 microcontroller. You can see in my Earlier project “Simple Project on LED blinking by PIC 16 Microcontroller” where I have used
delay program for LED blinking. For LED blinking we have…... Listed under: LED Projects
310. Electronic Voting Machine Using PIC Microcontroller Here you see how easily we can make Electronic Voting Machine Using PIC
Microcontroller. By using this machine we can conduct any voting function like audience poll in school, college quiz competition or any small
scale general election. Project Description: To make our project “Electronic…... Listed under: CNC Machines Projects
311. LDR Based Line follower Robot Car using PIC Microcontroller Here I give you description of my project “LDR Based Line follower Robot Car
using PIC Microcontroller”. This project is very interesting and the concept implementing for making this project is also very interesting.
Project description: In this project “LDR Based Line follower Robot Car…... Listed under: Robotics - Automation Projects
Turnkey PCB Assembly
LET’S SOCIALIZE
PIC Microcontroller Weekly Newsletter
Subscribe To A Specific
Category
Get Notified Whenever There Is A New Project In Your Desired Category
Subscribe!
Project Categories
GPS Projects
Internet and LAN Projects
Interfacing(USB) Projects
Metering & Instrument Projects
25. 9/8/22, 9:24 AM Pic16f877a microcontroller based projects list | PIC Microcontroller
https://pic-microcontroller.com/pic16f877a-microcontroller-based-projects-list/ 25/26
Sensor – Detector Projects
Motor Based Projects
Phone Based Projects
Robotics and Automation Projects
Camera – Imaging and Video Projects
Game and Entertainment Projects
Home Automation Based Projects
Memory and Storage Projects
RFID Based Projects
Security and Safety Projects
Sound and Audio Projects
Temperature Measurement Based Projects
DIY Projects
Medical and Health based Projects
Battery Based Projects
PWM (Pulse-width modulation) Projects
Radio Based Projects
Others Project
Calculator Based Projects
Car - Auto Projects
LCD Based Projects
LED Based Projects
Clock and Timer Projects
CNC-Machines Projects
Development Board Projects
RTOS Projects
USEFUL RESOURCES
Tools
Advance Search
Online Courses to Learn Programming.
Pic Projects PDF Offline
Pic16f877a projects list
Pic18f4550 projects
Proteus Simulation Based Pic Projects
Advance Search
Enter Keyword:
Search
Subscribe To A Specific Category
Get Notified Whenever There Is A New Project In
Your Desired Category
Subscribe!