LOW-COST I.MX 8M MINI SBC WITH ADVANCED VIDEO AND GRAPHICS CAPABILITIES
LOW-COST I.MX 8M MINI SBC WITH ADVANCED VIDEO AND GRAPHICS CAPABILITIES Read More »
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 |
Hello all and welcome to this super simple and inexpensive instructable. If you like throwing frisbees AND you like flashing lights AND you like night time – then this instructable is for you! Have you ever waved a light or torch around and found that it ‘draws’ lines in the air? What if that light was changing colour
Build this microcontroller controlled rainbow flying disc – and then throw it! Read More »
Introduction This circuit is a battery characterizer that applies a fixed load to a charged NiCad or NiMH cell and measures milliamp-hour capacity as it discharges. There is no single load that can be applied to a battery to measure milliamp-hours. It depends on the battery type, it’s intended application, etc. This device is simply
BATTERY CHARACTERIZER using PIC18F252 Read More »
When TEST botton is pressed, RA3 pin is set to “1”. R2 and R3 are divide the voltage to 1/2 Vra3 which is connected to RA2 pin to be a Vref for comparator. The C undertest is charging and the timer is start. When the voltage of C undertest is more than 1/2 or above
Determine capacitance by measuring the charging time using PIC16F688 Read More »
Being an active outdoor guy, I have a few different types of 12V lights and a variety of battery types. – For flying RC planes and quadcopters at night, we use sealed lead acid batteries to power our club tables. – For fishing, I have a few 12V 2W led lights, powered by 2200mA, 3
PIC 12F675 Programmable 12V Battery Monitor Read More »
Microcontroller based Solar PV System’s charge controller, inverter, PowerBank & LED lamp with menu-based navigation system on LCD display. Story About this Project I have a few solar panels, 12 Volt batteries, transformers and few more stuff laying around for a while crying out aloud to make some good use of them. Thus the birth
Integrated Solar ChargeController, Inverter, PowerBank, Lamp Read More »
Description This project combines a PIC and three constant current ‘buck’ converters to produce an RGB LED controller that will operate with the the high power 350mA LEDs using PWM to control the LED brightness. By driving the red, green and blue LEDs with varying pulse widths the controller can generate up to 16 million colours using
RGB LED PWM Driver for High Power 350mA LEDs using PIC12F629 Read More »
Yet another voice controlled home automation system! As shown in the picture, the system can control any electrical appliance, by turning ON or OFF, that is connected into the electrical socket. The system does this using bespoke voice commands. The system uses a micro-controller board (PIC or Arduino) and a PC/Laptop with the Microsoft Windows
Voice Activated Power Sockets (Home Automation) Read More »
Predict the possibility of arrhythmias on an 8- bit Microcontroller, without sending the corresponding sensor data to the cloud. Story In the course of the pandemic, the interest in creating a 8- bit Microcontroller more innovative medical devices has run high, as recent years showed how unpredictable the situation in healthcare can be. Never before
Tiny ML for Big Hearts on an 8-bit Microcontroller Read More »
Abstract: The Atmega8 microcontroller from Atmel has plenty of digital and analog input/output lines. It is the ideal device to develop any kind of measurement equipment. In this article we see how to interconnect the microcontroller to a linux PC over a physical RS232 interface without the extra MAX232 chip. Introduction A pre-requisite for this