This is our 8th tutorial of Learning PIC microcontrollers using MPLAB and XC8. We have come up all the way from installing MPLABX to using a LCD with PIC MCU. If you are new here, then look at previous tutorials where you can learn timers, blinking LED, interfacing LCD etc.. You can find all our […]
Projects
LabVIEW motion controller using pic microcontroller
In Lab 6, we discussed about interfacing a seven segment LED display to a PIC microcontroller. The seven segments were driven individually through separate I/O pins of the microcontroller. If we do just like that then for 4 seven segment LED displays, 28 I/O pins will be required, which is quite a bit of resources […]
Using ADC Module of PIC Microcontroller with MPLAB and XC8
This is our 9th tutorial of Learning PIC microcontrollers using MPLAB and XC8. Till now, we have covered many basic tutorial like getting started with MPLABX, LED blinking with PIC, Timers in PIC, interfacing LCD, interfacing 7-segment etc. If you are an absolute beginner, then please visit the complete list of PIC tutorials here and start […]
DIY Microcontroller – Hand Dynamometer
Did this DIY Hand Dynamometer as a sensor for PICAXE micro-controller. It also can be use for Arduino or any micro-controller too. List of the materials I used to make Hand Dynamometer : 1) Hand Exerciser from Amazon – 1 pc 2) Flex Sensor 2.2″ from Amazon – 1pc 3) Some cable ties 4) Wires […]
Generating PWM using PIC Microcontroller with MPLAB and XC8
This is our 10th tutorial of Learning PIC microcontrollers using MPLAB and XC8. Till now, we have covered many basic tutorials like LED blinking with PIC, Timers in PIC, interfacing LCD, interfacing 7-segment, ADC using PIC etc. If you are an absolute beginner, then please visit the complete list of PIC tutorials here and start learning. In this tutorial, we will learn How to […]
GPS REPEATER/SYSTEMS MONITOR using PIC16F876
Introduction This circuit is a repeater for GPS data. It is intended to connect to Garmin-38 (and similar) hand held GPS receivers that don’t have external antennas. The purpose for the repeater is to allow the GPS to be outside, exposed to the satellite view, and allow the user to see the data below decks […]
Interfacing Servo Motor with PIC Microcontroller using MPLAB and XC8
This is our 11th tutorial of Learning PIC microcontrollers using MPLAB and XC8. In this tutorial we will learn How to control Servo Motor with PIC Microcontroller. If you have already worked with Servo motors you can skip the first half of this tutorial but if you are new to servo motor itself then continue […]
UART Communication using PIC Microcontroller
In this tutorial we learn to Enable UART communication with PIC Microcontroller and how to transfer data to and from your Computer. So far, we have covered all basic modules like ADC, Timers, PWM and also have learnt how to interface LCDs and 7-Segment displays. Now, we will equip our self with a new communication […]
50 MHz frequency counter, voltage meter & SWR/PWR indicator using PIC16C71
Circuit schematic PCB HEX code, V1.11 (operates with 4,000 MHz quartz) Hex code, V1.12 (operates with 4,1943 MHz quartz) PIC config bits Photo – Top view Photo – Bottom view Photo – Latest PCB version with TO-92 style 78L05 housing – Top view (132 kbyte) Photo – Latest PCB version with TO-92 style 78L05 […]
Interfacing Bluetooth Module HC-06 with PIC Microcontroller
In this tutorial we will learn How to make out PIC projects wireless by interfacing a Bluetooth Module (HC-06). In our previous tutorial we have already learnt How to use USART module in our PIC Microcontroller and established communication between PIC and Computer. If you are an absolute beginner then check here for our all […]