Comprehensive Guide to 400 Examples of Microcontroller Programming (1-100)

Comprehensive Guide to 400 Examples of Microcontroller Programming (1-100)

Follow the blue words to get the “Entry Materials” for the complete tutorial from beginner to advanced on microcontrollers The development board will guide you in, and we will help you soar Written by | Wu Ji (WeChat: 2777492857) The full text is about1582 words, reading takes about 5 minutes Recently, some beginners have consulted … Read more

Understanding the Differences Between LCD, LED, OLED, Mini LED, Micro LED, and Micro OLED Technologies

Understanding the Differences Between LCD, LED, OLED, Mini LED, Micro LED, and Micro OLED Technologies

Liquid crystal display technology continues to advance, from the most commonly heard LCD, LED, and OLED to the currently hottest display technologies Micro LED, Mini LED, and Micro OLED. Have you ever thought about trying to understand them, only to feel confused? Today, I will introduce the differences between these display technologies, hoping everyone will … Read more

The Ultimate Display Technology Used by Apple: From LCD to OLED to Mini LED

The Ultimate Display Technology Used by Apple: From LCD to OLED to Mini LED

Recently, Malcolm Owen, an author from AI (Artificial Intelligence website), published an article about LCD, OLED, Mini LED, and Micro LED technologies. In the article, he introduces these four technologies and expresses anticipation for Micro LED, which is expected to replace LCD and OLED. These technologies are related to Apple’s current or future products. Progress … Read more

Understanding the Differences Between LCD, OLED, MiniLED, and MicroLED Technologies

Understanding the Differences Between LCD, OLED, MiniLED, and MicroLED Technologies

In the rapidly advancing technology landscape, technologies such as 5G, IoT, and renewable energy have emerged like mushrooms after rain in recent years. Among them, display screens, as one of the most widely used applications, have also given rise to new display technologies, evolving from traditional LCD technology to the OLED technology of the past … Read more

LCD vs OLED: Which Smartphone Screen Technology Should You Choose?

LCD vs OLED: Which Smartphone Screen Technology Should You Choose?

LCD vs OLED: Which Smartphone Screen Technology Should You Choose? In the competition of smartphone screen technologies, LCD and OLED have always been the two main technologies. With the development of technology, OLED seems to be gradually replacing LCD, becoming the new favorite in the market. This article will delve into the characteristics and future … Read more

ESP32/ESP8266 Module Tutorial: Inspirational Quotes on OLED with Auto Line Breaks

ESP32/ESP8266 Module Tutorial: Inspirational Quotes on OLED with Auto Line Breaks

Introduction When working on projects, to make them appear more advanced, we can display inspirational quotes on an OLED screen, for example as a desktop ornament, hanging decoration, or secondary screen. This time, I’ll share how to use the ESP32/ESP8266, or any microcontroller that can connect to the internet, fully compatible with a 0.96-inch OLED … Read more

Controlling LED Lights with Buttons Using Arduino Uno

Controlling LED Lights with Buttons Using Arduino Uno

Performance Parameters① Main control chip: ATmega328P② Digital input/output pins: 14③ PWM pins: 6④ Storage (code space) 32KB⑤ RAM (runtime memory) 2KB; EEPROM (power-off storage) 1KB⑥ Crystal oscillator 16MHz Online Simulation: https://wokwi.com/ Arduino Uno Tutorial ①: Install Arduino IDE Arduino Uno Tutorial ②: Development Board and Light Test Arduino Uno Tutorial ③: Button Control LED Light, … Read more

Voice Control LED Indicator Light Using Arduino and Bluetooth

Voice Control LED Indicator Light Using Arduino and Bluetooth

Controlling the LED indicator light with voice commands may seem like a challenging feature, but in reality, it is quite easy to implement. We can quickly achieve this by using an Arduino UNO development board in serial communication with the HC-06 Bluetooth module and a smartphone to send voice commands to the HC-06 Bluetooth module. … Read more