PIC16F877 and 74HC595 shift register example
Sometimes in your projects you simply do not have enough I/O lines available, take for example a lot of the multiple LED examples, these use 8 outputs to control 8…
Sometimes in your projects you simply do not have enough I/O lines available, take for example a lot of the multiple LED examples, these use 8 outputs to control 8…
In this example we connect an LDR to ADC channel 2 which is PA 2. Once again you will get a value in theory between 0 and 1023. The more…
In this example we connect a push button switch to RD0 when the button is pressed we will light an LED(s), when the button is not pressed the LED(s) will not…
In this example we connect an RGB led to PORT C 0 – 2 of our PIC16F877A. Again we are using the Ql 200 PIC development board. The RGB LED…
Here are some more LED examples for use with the QL200 development board Example 1: #include //We use an xtal crystal, no watchdog, //no low-voltage protection and no code protection.…
This first tutorial is the usual flashy LEDs example. We will be introducing the development board we use (its the QL200 PIC development board), we will be using the CCS…