RGB LED Strip Controller

RGB LED Strip Controller

In September 2024, I DIYed an RGB LED volume meter using the ATMEGA328P to collect analog signals and drive the WS2812. The strip is 1 meter long with a total of 60 LEDs, super cool and super fun so it’s basically online 24 hours a day. Later, while browsing forums, many experts were talking about … Read more

Application Case: Which Lasts Longer, LCD Backlight or LED Backlight in TVs?

Application Case: Which Lasts Longer, LCD Backlight or LED Backlight in TVs?

Gansu ExplorerTechnical Service Co., Ltd., located in Pingliang City, Gansu Province, operates in the fields of Internet + IT intelligent system engineering, terminal electronic operation and maintenance, self-media services, new retail applications, continuously providing customer-satisfactory application standards, and constantly optimizing innovation capabilities, Explorer! Breaking boundaries and empowering more possibilities… Official company email: [email protected] Which lasts … Read more

Arduino Orientation Sensing: LED Lights Changing with Angle

Arduino Orientation Sensing: LED Lights Changing with Angle

Introduction A few years ago, I heard about a creative door lock project: the user holds a sensing device and waves it in a specific manner. Once the device recognizes the action, it unlocks the door. This action becomes a form of key. I broke down this project into hardware and software components. The hardware … Read more

Arduino Basic Experiment 1: Running Light Experiment

Arduino Basic Experiment 1: Running Light Experiment

The running light is a common electronic display effect characterized by multiple LED lights (or other light sources) lighting up and extinguishing in sequence, creating a dynamic visual effect similar to “flowing water” or “waves.” The running light experiment is simple and intuitive, making it a classic project for learning Arduino programming.1. Experiment Materials 1. … Read more

Learning BLE from Scratch: Controlling Devices

Learning BLE from Scratch: Controlling Devices

Previously, we introduced the process of discovering services and characteristics. Today, let’s take a look at what happens next.In the software, we click to control the light to turn it on and off. The data sent by the host is as follows:Captured dataOperation codeOperation code 0x12: write request.Write requestWriting the value 0x0001 to the attribute … Read more

Starting Your Coding Journey with DSP by Lighting Up an LED

Starting Your Coding Journey with DSP by Lighting Up an LED

Light Up an LED Continuing from the previous discussion, why should we learn to light up an LED before diving into microcontroller programming? The author believes that, first, in this experiment, we can learn how to add functionality to an engineering template; second, we can learn how to configure general-purpose pins to output high and … Read more

Technical Sharing: Display Concepts – LCD, LED, QD-LCD, QLED, OLED, MiniLED, MicroLED

Technical Sharing: Display Concepts - LCD, LED, QD-LCD, QLED, OLED, MiniLED, MicroLED

LCD (Liquid Crystal Display): Backlight source emits light + liquid crystal color rendering, with the backlight source now using LED lights. QD-LCD (Quantum Dot TV): The screen of a typical LCD TV uses an LED backlight that emits blue light, which is converted into red, green, and blue light through phosphors, ultimately forming white light, … Read more