Pic16f877a microcontroller based projects list

  1. Integrating Solar Power: Microcontroller-Based Approaches for Domestic Electricity
    Abstract: Microcontrollers have found extensive application in endeavors aimed at reducing power consumption. The availability of microcontroller development tools has made them easily accessible. Many nations grapple with energy challenges such as insufficient power capacity and escalating energy demands. Consequently, it becomes imperative to introduce…... Listed under:
  2. Efficient Power Generation with Microcontroller-Controlled Thermoelectric Generators
    INTRODUCTION The global demand for electrical energy continues to rise steadily, necessitating a shift towards renewable energy sources as traditional fossil fuels like petroleum and coal become increasingly scarce and contribute to environmental pollution. Consequently, there has been a surge in research focused on harnessing…... Listed under:
  3. Innovative Robotics: A Comprehensive Project Exploration
    A DC motor functions as an electromechanical device, translating electrical signals into mechanical movements. The rotation of the motor correlates directly with the applied input pulses, with the sequence of pulses determining the direction of the motor shaft's rotation. The speed of rotation is directly…... Listed under:
  4. PIC Microcontroller-Based IC Tester for Efficient Integrated Circuit Verification
    1. INTRODUCTION Within the electronics industry[1], as circuit complexity undergoes a drastic increase and the demand for higher reliability rises, a significant factor contributing to overall costs is the expense incurred during testing. Traditionally, distinct hardware circuits are required for testing different integrated circuits (ICs).…... Listed under:
  5. Pitt Robotics Club’s Guide to PIC16F877A Programming
    The tutorials assume a foundational understanding of programming and electronics. If you're new to programming, it's advisable to grasp the basics of C or C++. Additionally, a basic knowledge of electronics and constructing simple circuits is recommended. Most of this information was gathered from the…... Listed under:
  6. 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: ,
  7. 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:
  8. 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:
  9. 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: ,
  10. 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:
  11. 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:
  12. 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:
  13. 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:
  14. 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: ,
  15. 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: ,
  16. 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:
  17. 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:
  18. 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:
  19. 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:
  20. 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:
  21. 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:
  22. [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:
  23. 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:
  24. 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:
  25. 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:
  26. 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:
  27. 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: , ,
  28. 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:
  29. 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:
  30. 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: ,
  31. 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:
  32. 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: ,
  33. 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:
  34. 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:
  35. 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:
  36. 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:
  37. 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: ,
  38. 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:
  39. 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:
  40. 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: ,
  41. 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:
  42. 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:
  43. 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:
  44. 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:
  45. 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:
  46. 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:
  47. 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: , ,
  48. 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:
  49. 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:
  50. 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:
  51. 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:
  52. 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:
  53. 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:
  54. 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: ,
  55. 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:
  56. 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:
  57. 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:
  58. 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:
  59. 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:
  60. 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:
  61. 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: ,
  62. 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: , ,
  63. 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: ,
  64. 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: ,
  65. 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: ,
  66. 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: , ,
  67. 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:
  68. 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: ,
  69. 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: ,
  70. 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: , ,
  71. 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: ,
  72. 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: ,
  73. 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:
  74. 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:
  75. 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: ,
  76. 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: , , ,
  77. 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: ,
  78. 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:
  79. 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: ,
  80. 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: ,
  81. 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 (you don't…... Listed under: ,
  82. 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:
  83. 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:
  84. 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:
  85. 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:
  86. 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:
  87. 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:
  88. 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 system It is 19-function multi-meter (voltmeter, frequency meter, signal generator, thermometer...) It is a…... Listed under:
  89. 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:
  90. 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:
  91. 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:
  92. 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:
  93. 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:
  94. 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:
  95. 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:
  96. 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:
  97. 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:
  98. 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:
  99. 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:
  100. 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:
  101. 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:
  102. 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:
  103. 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:
  104. 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:
  105. 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:
  106. 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:
  107. 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:
  108. 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:
  109. 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:
  110. 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:
  111. 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:
  112. 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:
  113. 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:
  114. 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:
  115. 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:
  116. 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:
  117. 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:
  118. 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:
  119. 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:
  120. 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:
  121. 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:
  122. 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:
  123. 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:
  124. 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:
  125. 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:
  126. 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:
  127. 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:
  128. 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:
  129. 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:
  130. 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:
  131. 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:
  132. 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:
  133. 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:
  134. 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:
  135. 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:
  136. 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:
  137. 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:
  138. 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:
  139. 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:
  140. 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 Example Proton Compiler "microchip projects, microcontroller projects,…... Listed under:
  141. 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:
  142. 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:
  143. 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:
  144. 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:
  145. 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:
  146. 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:
  147. 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:
  148. 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:
  149. 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:
  150. 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:
  151. 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:
  152. 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:
  153. 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:
  154. 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:
  155. 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:
  156. 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:
  157. 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:
  158. 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:
  159. 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:
  160. 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:
  161. 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:
  162. 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:
  163. 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:
  164. 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:
  165. 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:
  166. 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:
  167. 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:
  168. 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:
  169. 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:
  170. 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:
  171. 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:
  172. 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:
  173. 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:
  174. 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:
  175. 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:
  176. 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:
  177. 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:
  178. 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:
  179. 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:
  180. 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:
  181. 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: ,
  182. 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:
  183. 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:
  184. 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:
  185. 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:
  186. 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:
  187. 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:
  188. 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:
  189. 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:
  190. 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:
  191. 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:
  192. 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:
  193. 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:
  194. 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 5x10 size font character. Some lcd's can…... Listed under:
  195. 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:
  196. 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:
  197. 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:
  198. 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:
  199. 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:
  200. 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:
  201. 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:
  202. 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:
  203. 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:
  204. 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:
  205. 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 which has…... Listed under:
  206. 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:
  207. 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:
  208. 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:
  209. 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:
  210. 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:
  211. 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:
  212. 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:
  213. 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:
  214. 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:
  215. 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:
  216. 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:
  217. 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:
  218. 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:
  219. 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:
  220. 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:
  221. 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:
  222. 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:
  223. 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:
  224. 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:
  225. 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:
  226. 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: ,
  227. 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:
  228. 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:
  229. 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:
  230. 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: ,
  231. How to Simulate PIC Microcontroller in Proteus Design Suite 8
    This is our PIC Microcontroller tutorial series. We have already discussed basic beginners guide to PIC. Now let’s see how to simulate the PIC microcontroller?PIC simulation is the important step that you should do before practical implementation of any microcontroller projects. As Circuits Gallery covers…... Listed under:
  232. 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:
  233. 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:
  234. 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:
  235. 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: ,
  236. 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:
  237. 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:
  238. 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:
  239. 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:
  240. 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:
  241. 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:
  242. 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:
  243. 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:
  244. 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:
  245. 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:
  246. 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:
  247. 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:
  248. 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:
  249. 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:
  250. 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:
  251. 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:
  252. 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:
  253. 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:
  254. 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:
  255. 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:
  256. 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:
  257. 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:
  258. 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:
  259. 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:
  260. 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:
  261. 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:
  262. 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: , ,
  263. 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: ,
  264. 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:
  265. 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:
  266. 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: ,
  267. 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:
  268. 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:
  269. 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: ,
  270. 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: ,
  271. 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:
  272. 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:
  273. 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: , ,
  274. 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: ,
  275. 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:
  276. 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:
  277. 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:
  278. 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:
  279. 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:
  280. 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: ,
  281. 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:
  282. 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:
  283. 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: ,
  284. 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:
  285. 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:
  286. 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:
  287. 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:
  288. 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: ,
  289. 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:
  290. 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: ,
  291. 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:
  292. 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:
  293. 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: ,
  294. 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: ,
  295. 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:
  296. 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 pin…... Listed under:
  297. 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: ,
  298. 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:
  299. 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:
  300. 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:
  301. 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:
  302. 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:
  303. 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: ,
  304. 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: ,