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
Using PicBasic with the PIC16F84 PIC Microcontroller Schematic

Using PicBasic with the PIC16F84 PIC Microcontroller

This article shows how to use the PIC16F84 microcontroller with PicBasic to design a quick & effective, serially controlled, I/O-Expander.  Using PicBasic makes developing handy single-chip devices like this extremely simple. If you’re spending all your time programming in assembler, you’ll appreciate how simple PicBasic is to use, and how easily you can create single-chip […]

Using PicBasic with the PIC16F84 PIC Microcontroller Read More »

PAL Video Library

PIC PAL Video Library using pic18f4620

If you are into PICs, you maybe tried one day or another to build a software video processor, either for fun or for a project. If you tried to generate video signals, you surely know some of this web pages : Rickard Gunees PIC PONG page : http://www.rickard.gunee.com/projects/ Eric Smith video clock : http://www.brouhaha.com/~eric/pic/pictock.html This projects

PIC PAL Video Library using pic18f4620 Read More »

How to Install ChipKIT Core

How to Install ChipKIT Core

For those of you with a chipKIT board, I have good news! If you like using the Arduino IDE instead of MPIDE, your dreams have become a reality with chipKIT-core (currently in beta). You can now program all of the chipKIT boards directly from within the Arduino IDE and the most-used libraries included with the

How to Install ChipKIT Core Read More »

Ultrasonic Obstacle avoiding Robot

Ultrasonic Obstacle-avoiding Robot

This is my attempt at designing and building an obstacle avoiding robot! RekaBot (named after a fairy (: ) can detect obstacles with an ultrasonic sensor that can move around with help from a servo. Based on the measurements she takes, the tracks are driven towards the direction with the biggest distance – avoiding obstacles.

Ultrasonic Obstacle-avoiding Robot Read More »