Using Pic Microcontroller

Laser show

Laser show for poor man using PIC18F1220 microcontroller

Laser show for poor man Here’s another useless but cool looking “must build” gadget for every romantic geek. Let me introduce PIC microcontroller based three axis laser spirograph. Step 1 Gathering stuff Design is quite simple and employs regular parts and components but you are free to change/modify it in way you like. At first …

Laser show for poor man using PIC18F1220 microcontroller Read More »

RC Servo driver

Serial Addressable RGB PWM LED Driver using PIC16F628A

Overview Ever since I made the serial controlled RGB LED PWM driver I’ve had many requests for an addressable driver.  Well I’ve finally got round to producing one.  The code is now completed and tested and the prototype boards are fully working. The design process behind this project was to enable anyone with a bit …

Serial Addressable RGB PWM LED Driver using PIC16F628A Read More »

Generating PWM

Generating PWM with PIC Microcontroller using CCP Module

PWM is a technique used to generate analog output signal using digital signals. It is commonly used to control average power delivered to a load, motor speed control, generating analog voltage levels and for generating analog waveforms. CCP Modules are available with a number of PIC Microcontrollers. CCP stands for Capture/Compare/PWM. Using PWM module is far …

Generating PWM with PIC Microcontroller using CCP Module Read More »

PWM signals on GPIO

Generating PWM signals on GPIO pins of PIC Microcontroller

PWM signal generation is a vital tool in every embedded engineers arsenal, they come in very handy for lot of applications like controlling the position of servo motor, switching few power electronic ICs in converters/invertors and even for a simple LED brightness control. In PIC microcontrollers PWM signals can be generated using the Compare, Capture and PWM (CCP) …

Generating PWM signals on GPIO pins of PIC Microcontroller Read More »

FC0E06RGCJ10HMI.LARGE

PWM Fan Controller using PIC12F675 microcontroller

PWM Fan Controller You can see the PWM Fan Controller project here. The heart of the PWM Fan Controller is a PIC 12F675 microcontroller. This microcontroller is reading the analog output of a LM35 temperature sensor using a ADC (analog to digital converter) . The resulting digital value is converted to a temperature and a fan …

PWM Fan Controller using PIC12F675 microcontroller Read More »

DC motor speed control

DC motor speed control using PWM using PIC16F876

If you do not have EAGLE, you can download a full working version from CadSoftUSA http://www.cadsoftusa.com Here is a zip file with the EAGLE schematics and PCB layout.  http://hans-w.com/MotorSpeedEAGLE.zip New ! Source code  available C source code… requires CCS PCM compiler. PCM is available from CCS http://www.ccsinfo.com/picc.shtml //(C)Copyright 2002 Hans Wedemeyer Houston Texas U.S.A // for use with …

DC motor speed control using PWM using PIC16F876 Read More »

RGB LED PWM Driver

RGB LED PWM Driver Standalone PWM controller for RGB LEDs using PIC12F629

Want to build an RGB LED controller that you can program with your own custom sequences and effects? Then read on. The RGB LED controller has proved to be very popular project and has been the most frequently downloaded code on the site since it was made available.  I’ve been contacted by people who have …

RGB LED PWM Driver Standalone PWM controller for RGB LEDs using PIC12F629 Read More »

MOSFET LED Chaser

8 Channel PWM Power MOSFET LED Chaser for PIC16F628A

Description Update: Variable chase speed option kit now available (see here for details) This neat little circuit provides 8 LEDs directly driven from the PIC along with a single mode control switch.  The firmware elsewhere on this page drives the LEDs with a 5 bit PWM signal providing each of the 8 LED channels with four levels …

8 Channel PWM Power MOSFET LED Chaser for PIC16F628A Read More »