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
Author: admin
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.
Verilog Frequency Meter Sample Project
In this Verilog Frequency Meter project, the clock is assumed 3200Hz. By increasing the input clock, higher frequencies can be measured.This program is made of various parts: Counter.v block: this block counts the input pulses in every second. In this Read More
Counter using Verilog | Sample Project
In this project, we create a counter using Verilog. The FPGA increases a counter value by 1 on every rising-edge signal on the clock pin and when it reaches 12, it toggles an LED toggled. download the project files from Read More
Multiplexer Verilog Code | 4 to 1 Multiplexer
This Multiplexer Verilog Code project, assigns one of the A to D inputs to the output according to the status of a double dip-switch. Also, the test file is available in the attached project. download Also, don’t forget to checkout Read More
D Flip Flop Verilog Sample Code in Just 10 Lines
This D Flip Flop Verilog program, assigns d (input) to q(output) on each rising edge of the input clock. In the above code, we declare an input signal as our clock input and an input as our “d” input. And Read More
VHDL Projects Pack | Ready to Use Projects
Welcome to the best archive of VHDL Projects. All of these VHDL Projects are ready to use/simulation. You can easily use them in your projects to save your time and accelerate your projects.Also, don’t forget to checkout our Ultimate DSP Read More