Design of 51 Microcontroller Street Light Controller (Part 2)

Design of 51 Microcontroller Street Light Controller (Part 2)

​ 1. Main Functions (1) Automatically collect light and sound data; (2) Automatically control the street light switch based on sound decibel values and light intensity; (3) The street light turns on and automatically turns off 3 seconds after a person leaves. 2. Usage Method After the system is running, the LCD1602 displays the collected … Read more

Voltage Meter Design Using TLC5510 and LCD1602

Voltage Meter Design Using TLC5510 and LCD1602

Name: Voltage Meter Design Using TLC5510 and LCD1602 Verilog Code for Quartus on Daxi Watermelon Development Board Software: Quartus Language: Verilog Code Function: Voltage meter based on TLC5510 and LCD1602 display 1. Design driver code for AD chip TLC5510 2. Convert analog signals to digital signals (AD values) using TLC5510 3. Convert digital signals (AD … Read more

Summary of Using 1602 LCD Module

Summary of Using 1602 LCD Module

There are only two operations for the 1602: reading and writing. Reading can be divided into reading status (status register) and reading data (from RAM), while writing can be divided into writing instructions and writing data (to RAM). All operation timing needs to follow the table below. During usage, I encountered a situation where nothing … Read more

Ultrasonic Measurement Alarm System Based on 51 Microcontroller

Ultrasonic Measurement Alarm System Based on 51 Microcontroller

Click the blue text to follow us Ultrasonic measurement alarm system based on the 51 microcontroller with LCD1602 display (Proteus simulation + program + design report + explanation video) Simulation diagram using Proteus 8.15 (lower versions available) Compiler: Keil 4 / Keil 5 Programming Language: C Design Number: P20 Ultrasonic distance measurement alarm design based … Read more

Advanced Applications of TCS34725 Color Sensor, LCD1602, and Mini MP3 Music Module | Mixly Comprehensive Course

Advanced Applications of TCS34725 Color Sensor, LCD1602, and Mini MP3 Music Module | Mixly Comprehensive Course

Mixly is a graphical programming software developed by the Beishida Misiqi team, which has been loved by the domestic maker community since its release. Mixly programming software uses graphical programming, so you don’t need to remember code; you just need to drag and drop and set it up simply to quickly complete creative electronic programming. … Read more

Mastering LCD1602 Driver Modular Programming with AI in 1 Minute

Mastering LCD1602 Driver Modular Programming with AI in 1 Minute

AI artificial intelligence is unstoppable. As a new generation of good youth, mastering AI is an essential skill. Can AI be used to learn microcontrollers? Yes. Can AI be used for programming? Yes. Can AI be used to improve learning efficiency? Yes. Keep up with the times and learn 51 microcontroller with AI. Today we … Read more

Understanding the LCD1602 LCD Display Module – A Guide for 51 Microcontroller Programming

Understanding the LCD1602 LCD Display Module - A Guide for 51 Microcontroller Programming

The LCD1602 LCD display is a widely used character-type liquid crystal display module. It consists of a character-type liquid crystal display (LCD), a control driver main circuit HD44780, its extended driver circuit HD44100, and a small number of resistors, capacitors, and structural components assembled on a PCB board. The advantages of this display are low … Read more

Arduino Ultrasonic Distance Measurement Project Tutorial

Arduino Ultrasonic Distance Measurement Project Tutorial

Hardware List1. Principle of Ultrasonic Distance Measurement2. Using HCSR04 Ultrasonic Sensor3. Using LCD1602 Liquid Crystal Display1. I2C Communication Protocol on Arduino2. Displaying “Hello World!” on LCD16024. Completing Ultrasonic Distance Measurement5. Conclusion Hardware List 1. Principle of Ultrasonic Distance Measurement The ultrasonic sensor we use is the HCSR04. It has two “eyes” that function the same … Read more

Application of 1602 LCD Display Module

Application of 1602 LCD Display Module

The LCD display module is widely used in various instruments and low-power systems due to its advantages such as low power consumption, small size, rich display content, and ultra-thin lightweight. According to the display content, it can be divided into character LCDs and graphic LCDs. Based on display capacity, it can be divided into single … Read more

Mastering the LCD1602 Display Module with 51 Microcontroller

Mastering the LCD1602 Display Module with 51 Microcontroller

This lecture will introduce how to drive the LCD1602 display module with a microcontroller. Through this lecture, readers can master the working principle of the LCD1602 and how to drive it using a microcontroller. 1. Introduction to the Principle The LCD display module has advantages such as small size, low power consumption, rich display content, … Read more