Posts by Ibrar Ayyub:
Pico Timer Project using Pico with Proteus Simulation
Posted on: 13 Mar 2026
Introduction Timers are one of the most important features in embedded systems because they allow microcontrollers to perform tasks at precise intervals without constant CPU intervention. In this microcontroller project, we demonstrate how to use the Timer module of the Raspberry Pi Pico using MicroPython inside a Proteus simulation environment. This project is a simple […]
PIC Stepper Motor Controller using PIC16F84A with Proteus Simulation
Posted on: 13 Mar 2026
Introduction Stepper motors are widely used in embedded systems and DIY electronics projects where precise position control is required. This PIC Stepper Motor Controller microcontroller project uses a PIC microcontroller to control the direction of a stepper motor through simple push-button inputs. The project demonstrates how a PIC16F84A microcontroller can generate the required stepping sequence […]
PID Controlled Oven using TMS320F28027PT with Proteus Simulation
Posted on: 25 Dec 2025
Introduction This project demonstrates a PID controlled oven implemented using a PICCOLO TMS320F28027PT microcontroller and verified through Proteus simulation.It is a practical microcontroller project focused on temperature control, widely used in embedded systems and industrial electronics.The system reads temperature feedback from a thermocouple, processes it digitally, and regulates heating accurately.By simulating the full setup in […]
PICCOLO Motor Controller Sample Design using TMS320F28023PT with Proteus Simulation
Posted on: 24 Dec 2025
Introduction This project demonstrates a PICCOLO motor controller sample design implemented using the TMS320F28023PT Piccolo microcontroller and tested through Proteus simulation. It focuses on core embedded-system startup routines, timing control, and hardware-safe initialization commonly required in motor-control firmware. The design is ideal for learners exploring microcontroller projects, embedded systems, and practical electronics using virtual simulation. […]
DHT22 Low Cost Humidity Sensor using PIC18F25K20 with Proteus Simulation
Posted on: 23 Dec 2025
Introduction This microcontroller project demonstrates how to interface a DHT22 (RHT03) digital temperature and humidity sensor with a PIC18F25K20 using Proteus simulation.The project reads real-time temperature and relative humidity data and displays it on a 16×2 LCD.It’s a practical example of embedded systems communication, timing-critical digital sensors, and LCD interfacing.Designed for learners and hobbyists, this […]
PIC Musical Doorbell using PIC16F84A with Proteus Simulation
Posted on: 22 Dec 2025
Introduction This microcontroller project demonstrates a musical doorbell built around a PIC16F84A and a simple piezo sounder.Using two push buttons, the system allows a user to select and play one of two pre-programmed musical tunes.The project is implemented and tested entirely in Proteus simulation, making it ideal for learning audio generation with PIC microcontrollers.It’s a […]
EPE PIC/LCD Demo using PIC16F877 with Proteus Simulation
Posted on: 22 Dec 2025
Introduction The EPE PIC/LCD Demo is a classic microcontroller project that demonstrates how a PIC16F877 can fully control a PG12864F graphical LCD.Designed as a hands-on learning example, this project shows how text, graphics, animations, and custom symbols can be generated directly from firmware.It is especially useful for anyone learning embedded systems, graphical LCD interfacing, and […]
DHT11 Low Cost Humidity Sensor using PIC16F628A with Proteus Simulation
Posted on: 22 Dec 2025
Introduction This microcontroller project demonstrates how to interface a low-cost DHT11 temperature and humidity sensor with a PIC16F628A using a Proteus simulation environment.The project reads digital temperature and relative humidity data and displays it on a 16×2 LCD.It is a practical example of working with timing-sensitive digital sensors in embedded systems.Using a simple circuit and […]
PIC12 ADC Converter using PIC12C671 with Proteus Simulation
Posted on: 22 Dec 2025
Introduction The PIC12 ADC Converter project demonstrates how the built-in analog-to-digital converter (ADC) of the PIC12C671 microcontroller works in a practical setup.An analog input signal is repeatedly sampled, converted into digital form, and then sent out serially for visual representation.This project is ideal for learning ADC fundamentals using a microcontroller project simulated in Proteus simulation.It […]
PIC10 RS232 Parity Checker using PIC10F202 with Proteus Simulation
Posted on: 19 Dec 2025
Introduction The PIC10 RS232 Parity Checker is a compact microcontroller project that demonstrates how basic serial communication concepts can be implemented on a minimal PIC device. Built around the PIC10F202, this project monitors incoming RS232 serial data and verifies its parity in real time.Using a simple LED indicator, the system flags parity errors instantly, making […]