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

Qt for MCU: Directly Deploying on Microcontrollers without an Operating System

Qt for MCU: Directly Deploying on Microcontrollers without an Operating System

Qt Company recently announced a new toolkit: Qt for MCU. Qt for MCU can run on devices without an operating system, allowing developers to create smooth user interfaces on cost-effective microcontrollers. Qt-based applications can now be deployed on traditional operating systems and microcontrollers based on ARM Cortex M7. How is Qt for MCU implemented? The … Read more

Do Microcontroller Projects Require Software Architecture?

Do Microcontroller Projects Require Software Architecture?

Follow+Star Public Account Number, don’t miss out on exciting content Author | strongerHuang WeChat Official Account | Embedded Column It is often heard that someone says: “For such a small project like a microcontroller, why consider software architecture…” Although microcontroller projects are small, they are still projects, as the saying goes, “Though the sparrow is … Read more

Simple Methods to Achieve Breathing Light Effect with Microcontrollers

Simple Methods to Achieve Breathing Light Effect with Microcontrollers

Follow+Star Public Account Number, don’t miss exciting content Source | Renesas Embedded Encyclopedia To create a better atmosphere, many electronic products have applied breathing lights. There are many methods to achieve breathing lights, which are relatively simple. Today, I will describe a few simple steps to configure a breathing light effect with the Renesas microcontroller. … Read more

Is a 10-bit ADC Sufficient for Microcontrollers?

Is a 10-bit ADC Sufficient for Microcontrollers?

1. Introduction Currently, most microcontrollers come with built-in AD converters that are typically between 10 to 12 bits. In general applications, how much does the bit depth of AD conversion affect measurement errors? Is a 12-bit ADC sufficient? We will discuss the impact of AD conversion bit depth on measurement error through practical measurements. 2. … Read more

Mastering STM32 Microcontroller Serial Communication

Mastering STM32 Microcontroller Serial Communication

To master the STM32 microcontroller, one cannot do without serial communication. Serial communication uses a protocol called the serial communication protocol to manage data transmission, which controls the data flow during transmission, including data bits, baud rate, parity bits, and stop bits. Due to its simplicity and ease of use, serial communication is widely applied … Read more