pic16f877a

DS1307 Based Hand Clock with seven segment display using PIC16F877A schematic diagram

DS1307 Based Hand Clock with seven segment display using PIC16F877A

DS1307 Based Hand Clock with seven segment display using PIC16F877A (Code) //——Project by { ZAKI }–“facebook.com / Zaki Semel”———-// //——Project { Clock Hand }—For Pic16f877a & 7 Segment 4, Anode——-// //*****************************************************************************// char second, minute, hour, day, date, month, year; char second_d1, second_d2, minute_d1, minute_d2, hour_d1, hour_d2; char date_d1, date_d2, month_d1, month_d2, year_d1, year_d2, year_d3, year_d4;

DS1307 Based Hand Clock with seven segment display using PIC16F877A Read More »

Digital Voltmeter using PIC16F877a 2

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 16×4 HD44780 LCD in Proteus ISIS. The microcontroller PIC 16F877A has 8 analog input channels for the in-built 10-bit ADC. In this project AN2 channel of pic16F877A microcontroller is used. ADC

Digital Voltmeter using PIC16F877a Read More »

Display temperature on Graphic Liquid Crystal Display using PIC16F877A microcontroller explained1

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 in C and Assembly level language &  the compiler used

Display temperature on Graphic Liquid Crystal Display using PIC16F877A Microcontroller Read More »

Interfacing PIC16F877A with DHT11 RHT01 sensor Proteus simulation

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 there is no need to install Proteus DHT11 library, it

Interfacing PIC16F877A with DHT11 (RHT01) sensor Proteus simulation Read More »

Interfacing PIC16F877A with DHT22AM2302 RHT03 sensor using CCS PIC C

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) sensor Proteus simulation Interfacing PIC16F877A with DHT22(AM2302, RHT03) sensor circuit:

Interfacing PIC16F877A with DHT22(AM2302-RHT03) sensor using CCS PIC C Read More »