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: microcontroller
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.
ARM Example Codes and Projects Based on LPC2138
The best series of ARM Example Codes. Learn them, change them and experiment with them to accelerate your projects with these extra ordinary sample codes. LED flasher example code for ARM LPC2138 this example code displays 1, 2, 4 and Read More
AVR 16×16 Dot-matrix Project + simulation files
16×16 dot-matrix display with AVR microcontroller Did you know that most LCD displays are not big enough for long distances viewing? So that’s why we use them a lot in large displays. They are really cheap and modular, so we Read More
AVR practical projects pack + simulation files
No matter if you are a beginner or a professional developer, these AVR practical projects helps you to accelerate your projects with these sample projects. Each of these AVR practical projects contains everything you need to understand the project e.g. Read More