Projects

How To Use PIC Microcontroller For Voice Input And Output Part 23 25

How To Use PIC Microcontroller For Voice Input And Output- (Part 23/25)

Microcontrollers are purely digital devices which work on logic0 and logic1 voltages; still they are widely used for analog signal processing. There are specialized signal processors chips available which are custom made for particular applications; however a general purpose microcontroller is more than enough for small kind of signal processing applications like audio signal input and

How To Use PIC Microcontroller For Voice Input And Output- (Part 23/25) Read More »

DC motor and Fan speed control using Pic16f877 Microcontroller using PWMPulse width modulation Technique

DC motor and Fan speed control using Pic16f877 Microcontroller using PWM(Pulse width modulation) Technique

Here is a simple project on how to control fan or dc motor speed with microchip pic16f877 microcontroller. There are numerous ways to control the speed of motor(or fan). Varying current, voltage and resistance etc. But when it comes to controlling the speed using microcontrollers. Then the PWM (Pulse width modulation) technique is most effective

DC motor and Fan speed control using Pic16f877 Microcontroller using PWM(Pulse width modulation) Technique Read More »

Placing code in a specific Rom Flash Program Memory Address of Microchip Pic Microcontroller

Placing code in a specific Rom/Flash/Program Memory Address of Microchip Pic Microcontroller

Recently i was working with 8-bit pic16f877 microcontroller and i want to place program code at a specific rom(read only memory) location. I was working with xc8 compiler and mplabx ide.  Previously i did this same thing many times while using c18 c compiler. C18 compiler uses #pragma code directives to accomplish this task. But when i

Placing code in a specific Rom/Flash/Program Memory Address of Microchip Pic Microcontroller Read More »

How to display 5×8 and 5×10 size font characters on 16×2 lcd with 8 bit microcontrollers

How to display 5×8 and 5×10 size font characters on 16×2 lcd with 8-bit microcontrollers

Character lcds can display character of font size 5×8 and 5×10. In 5xn, 5 represents number of coulombs and N represents number of rows. Character lcd’s especially which are controlled by Hitachi HD44780 controller can display 5×8 and 5×10 size font character. Some lcd’s can only display character in 5×8 font. In this project i

How to display 5×8 and 5×10 size font characters on 16×2 lcd with 8-bit microcontrollers Read More »

Core PLC Programmable Logic Controller board

PLC (Programmable Logic Controller) with Microchip Pic Microcontroller

An year ago i made a plc (programmable logic controller) using microchip pic microcontroller. Its a 16 bit digital input and output programmable logic controller. Plc programming is done using a standard ladder logic language. The software that is used for plc programming and ladder logic design is an open source compiler written by Jonathan Westhues

PLC (Programmable Logic Controller) with Microchip Pic Microcontroller Read More »