This project is about Connecting several PIC microcontrollers using SPI to each other. One of the microcontrollers is in master mode. So, it continuously increases a variable and sends this variable to the first slave microcontroller. Then sends the increased Read More
Category: PIC
Servo Motor Control with PIC Microcontroller
In this Servo Motor Control with PIC project, the U2 IC generates a frequency between 500Hz to 1500Hz. You can change the output frequency with these two buttons. Actually, the servo motor rotates to a certain degree according to this Read More
PIC External Interrupt Code | Sample Project
this is a great PIC External Interrupt Sample Code for learning purpose. In this program, by applying a falling-edge signal to the INT0 pin, the program increases a variable. And in the while loop, displays this variable on the PORTB. Read More
Frequency divider with PIC Microcontroller
In this Frequency divider with PIC project, you should give at least 1KHz frequency to the input. The microcontroller uses the CCP module to measure the period. It generates the divided frequency according to the value of divider. download the Read More
Frequency Meter with PIC Microcontroller
In this Frequency Meter with PIC project, timer0 counts pulses during every second from T0CKI pin and calculates the frequency. download the project files here. Also, don’t forget to checkout our Ultimate AVR Project Pack.