Projects

This comprehensive hub features the most popular PIC microcontroller projects and tutorials for engineers, hobbyists, and students. From basic LED blinking guides to advanced IoT and robotics implementations using PIC16F and PIC18F microcontrollers, explore step-by-step schematics, C source code, and practical hardware design solutions optimized for real-world applications..

This comprehensive hub features the most popular PIC microcontroller projects and tutorials for engineers, hobbyists, and students. From basic LED blinking guides to advanced IoT and robotics implementations using PIC16F and PIC18F microcontrollers, explore step-by-step schematics, C source code, and practical hardware design solutions optimized for real-world applications.

Project Category Recommended PIC IC Skill Level Key Components
Basic Interfacing PIC16F84A / PIC16F877A Beginner LEDs, Push Buttons, 16×2 LCD
Sensor Monitoring PIC16F877A Intermediate LM35, DHT11, Internal ADC
Motor & Power Control PIC18F4550 / PIC16F877A Intermediate L298N Driver, PWM Module
IoT & Wireless PIC18F4520 / PIC32 Advanced ESP8266, HC-05 Bluetooth, UART
Logic Structure

Programmable IR Station

Introduction The programmable IR remote controller is an IR remote control platform based on PIC32 that can record and resend the Infrared signal. To help users control programmable IR remote controller, an infrared wave server related to database and website is implemented in this project. Bluetooth module creates a bridge between PIC32 and server side

Programmable IR Station Read More »

XBee radio communication between PICs

XBee radio communication between PICs using pic-microcontroller

Overview Typically, two pics communicate by RS-232, a wired transmission. However, it may be desirable to communicate via a wireless link. This wiki page demonstrates using XBee radio modems which conform to the IEEE 802.15.4 protocol. These radios will allow for wireless communication between two PICs and between a PIC and a computer. File:XBeePinOut.jpg The

XBee radio communication between PICs using pic-microcontroller Read More »

High level design 10

Touch-A-Sketch

Introduction For our final project, our team built a touch screen controlled Etch-A-Sketch we call Touch-A-Sketch. The Touch-A-Sketch is the first of its kind that allows users to draw on the touchscreen and sketches the drawing on the Etch-A-Sketch by controlling the knobs on either corner of the toy. There are four main components that

Touch-A-Sketch Read More »

Interfacing DHT11 humidity and temperature sensor with PIC16F877A

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 above link A brief description of the code: The code

Interfacing DHT11 humidity and temperature sensor with PIC16F877A using pic microcontoller Read More »