In this example we will read the temperature and humidity using a DHT11 sensor and display the readings on our LCD. We have linked to the datasheet at the bottom of the page, download it and then you can read …
shedboy71
-
-
In this example we will connect an LDR again but this time when the ADC value goes below a certain number we will switch an LED on, in real life this could be an alarm or a night light. The …
-
In the following example project we will convert an analog input to channel 0 to 10 bit digital number and display it on an LCD Schematic Code [codesyntax lang=”c”] sbit LCD_RS at RB4_bit; sbit LCD_EN at RB5_bit; sbit …
-
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 be lit. Since we are using a QL200 development …
-
In this example we will connect an RGB led to our Pic 18F4520 Port D. We will then light the red, green and blue individually. We will connect this up as follows DO – RED LED D1 – GREEN LED …
-
This is a simple ‘Hello world’ type example. This was to test out a PIc18F4520 development board that I purchased, the board comes with 8 LED’s connected to PORT B. Here is the kit I purchased AliExpress.com Product – PIC18F4520-I/P …