Menu
Circuits
Power Supply
Amplifier
Audio
Radio Frequency
Oscillator
Timer & Pulse
Sensor
Digital Logic
Microcontroller
Arduino Projects
Transistor
Operational Amplifier
Lighting
Battery Charger
Voltage Regulator
Inverter & Converter
Switching
Motor Control
Timer/Delay
Alarm & Security
Remote Control
Communication
Wireless
Measurement & Instrumentation
Telecommunication
Computer Interface
Home Automation
Automotive
Energy
Metal Detector
Educational
Miscellaneous
Robot
Electronic Tutorials
AC vs DC theory
Analog circuit analysis
Analog communication
Arduino tutorials
Audio electronics
Basic electronics principles
Battery management systems
Breadboarding and prototyping
Circuit debugging techniques
Control systems
Digital communication
Digital logic design
Diodes and rectifiers
Electromagnetic interference (EMI)
Electronics safety
Filter design
Home automation
Impedance and reactance
Inductors and coils
Inverters and converters
IoT and embedded systems
Lighting systems
Linear power supplies
Logic gates and digital ICs
Microcontrollers and development boards
Motor control systems
Multimeter usage
Ohm’s law and resistance
Operational amplifiers
Oscilloscope tutorials
PCB design and layout
Power and energy
Power factor correction
Raspberry Pi tutorials
Resistors and capacitors
RF and wireless basics
Sensors and transducers
Signal conditioning
Signal types and waveforms
Simulation software (e.g., LTspice)
Soldering techniques
Switching power supplies
Transistors and FETs
Voltage and current
Voltage regulators
AI Tutorials
AI ethics and safety
AI for cybersecurity
AI fundamentals
AI in education
AI in finance
AI in healthcare
AI in marketing
AI in mobile apps
AI in robotics
Autonomous systems
Chatbots and conversational AI
Data labeling and annotation
Datasets for AI
Deep learning theory
Dimensionality reduction
Edge AI and IoT
Explainable AI (XAI)
Face recognition
Generative AI (GANs, VAEs, diffusion)
Generative vision models
Hugging Face Transformers
Image classification
Image segmentation
LangChain & LLM frameworks
Large language models (LLMs)
Machine learning basics
Model evaluation & metrics
Model serving & deployment
Multimodal learning
Named entity recognition
Neural networks
NLP fundamentals
Object detection
OCR and image-to-text
Optimization algorithms
PyTorch tutorials
Reinforcement learning
REST APIs for AI
Sentiment analysis
Supervised learning
Text classification
Text generation
Transfer learning
Unsupervised learning
Calculators
Antennas
Basic Electrical
Converters
Filters
Op-Amps
Oscillators
Passive Components
RF & Microwave
Thermal & Power
Datasheets
Audio ICs
Communication ICs (IR/RF/BT)
Diodes
Display Drivers & LED Controllers
Logic ICs
Memory ICs
Microcontrollers & SoCs
Miscellaneous Components
Operational Amplifiers (Op-Amps)
Oscillators & Timers
Power Management ICs
Semiconductors
Sensors (Temp, Light, etc.)
Transistors
Voltage Regulators
Home
›
Circuits Tags
›
Pic16f877
Results tagged
#Pic16f877
in Circuits
digital alarm clock using pic
This project describes a digital clock with alarm function. It uses a PIC16F877 microcontroller to generate an accurate 1 sec delay with Tim...
pic16f877 based controllable digital 25
Using PIC16 simulator (Proteus) you can verify this digital clock code and change it according to your needs. Using three push buttons (As s...
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 simulat...
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...
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 P...
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 veri...
pic16f877 lcd interfacing code in 4bit mode and proteus simulation
This PIC16F877 microcontroller tutorial answers the question, ""How to interface LCD in 4bit mode with PIC16F877"" ? Also, using PIC16 s...
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...
pic16f877 based simple calculator project
This PIC microcontroller tutorial provides a simple calculator implementation for PIC16F877 microcontroller. This is a simple one digit cal...
pic16f877 based digital clock using lcd display codeproteus simulation
This PIC16F877 microcontroller tutorial answers the question, "" How to implement a digital clock using PIC16F877 ? "" Using PIC16 simulator...
pic16f877 based controllable digital clock using lcd display codeproteus simulation
This PIC16F877 microcontroller tutorial answers the question, "" How to implement a controllable digital clock using PIC16F877 ? "" Using PI...
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 cap...
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. Thi...
LCD in 4 bit mode with PIC16F877
When you are using LCD in 4 bit mode you have to send data two times where in 8 bit mode you only have to write once, this ultimately keeps ...
Clock circuit circuit
The clock is based around a the PIC16F877 microcontroller from Microchip Technology Inc, which performs all of the logic necessary to decode...