New Tang M2351 Series: Leading IoT Security with Arm PSA Level 2 Certification

New Tang M2351 Series: Leading IoT Security with Arm PSA Level 2 Certification

New Tang M2351 Series Leading the IoT Security Era with Arm PSA Level 2 Certification The NuMicro® M2351 series from New Tang Technology, as one of the first microcontrollers based on the Arm Cortex®-M23 core, has achieved PSA Certified Level 2 and Functional API certification, meeting the stringent requirements for product/communication security in the IoT … Read more

How to Light Up an LED Using Microcontroller

How to Light Up an LED Using Microcontroller

For every beginner in microcontrollers, the first program is almost always to light up an LED, which is as classic as the “hello world” in software engineering. It’s simple but filled with many memories. I still remember the experience of learning about microcontrollers. Back then, a classic 8051 microcontroller like the AT89C52 cost about 8 … Read more

HC-05 Bluetooth Module Overview

HC-05 Bluetooth Module Overview

HC-05 is a Bluetooth module that connects to the serial port of a microcontroller, allowing the microcontroller to communicate with other devices via Bluetooth. The module itself can operate in master and slave modes and can be used for various applications, such as smart home applications, remote control, data logging applications, robotics,monitoring systems, etc. The … Read more

Designing a Music Box Based on 51 Microcontroller

Designing a Music Box Based on 51 Microcontroller

Designing a Music Box Based on 51 Microcontroller Today we will design an interesting music box project that combines the LCD1602 display and a buzzer to allow our microcontroller to play music. System Design Block Diagram Note Frequency Table // Note frequency definitions (unit: Hz) unsigned int TONE_TAB[] = { 523, //do-low 587, //re 659, … Read more

Communication Design Between HC-05 Bluetooth Module and Microcontroller

Communication Design Between HC-05 Bluetooth Module and Microcontroller

Communication Design Between HC-05 Bluetooth Module and Microcontroller 1. Basic Introduction The HC-05 Bluetooth module is a very practical wireless communication module, widely used in projects such as smart cars, remote control, and data collection. It features simple configuration and stable communication. This article will detail how to use the HC-05 Bluetooth module to achieve … Read more

A New Era of Bluetooth Communication: Wireless Data Transmission Between Microcontrollers and PLCs

A New Era of Bluetooth Communication: Wireless Data Transmission Between Microcontrollers and PLCs

Dear friends, hello everyone! I am Da Yi, and today I bring you a technical article about wireless communication between microcontrollers and PLCs. With the arrival of the Internet of Things era, Bluetooth technology has quietly undergone revolutionary changes, and wireless communication will play an increasingly important role in the field of industrial control. First, … 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 ADC converters ranging from 10 to 12 bits. In general applications, how much does the bit depth of ADC conversion affect measurement error? Is a 12-bit ADC sufficient? Below, we will discuss the impact of ADC bit depth on measurement error through actual measurements. 2. Circuit Design … Read more

Application Note AN2466: Production Programming of AVR Microcontrollers Using Atmel-ICE

Application Note AN2466: Production Programming of AVR Microcontrollers Using Atmel-ICE

Using Atmel-ICE for AVR® Microcontroller Production Programming For production programming, it is recommended to use dedicated production programmers; these programmers are designed to operate in a production environment and come with software specifically for production. The application note “AT06015: Production Programming of Microchip AVR® and SAM Microcontrollers” lists third-party production programming tools for Microchip AVR … Read more

Why Do Microcontrollers Have Multiple VDD Groups?

Why Do Microcontrollers Have Multiple VDD Groups?

Click on “Microcontroller” at the top, then select “Top/Star“Public Account to receive the latest tweets! Introduction The Autonomous Driving Route Debate: Pure Vision vs. Multi-Sensor Fusion Precise Control of Medical Equipment Using TMC Temperature Monitoring System Circuit Design for Main Drainage Pump Room in Coal Mines_Temperature Sensor Circuit Embedded Class Electronic Circuit Diagram_Circuit Diagram How … Read more

Step-by-Step Guide to Using JLink as a Serial Debugging Tool

Step-by-Step Guide to Using JLink as a Serial Debugging Tool

I’m not sure how everyone prints debugging information during microcontroller development, but most likely, it’s done through serial debugging. In most cases, a serial port is reserved for debugging during board design and coding. But what if you haven’t reserved a serial port during actual development? Actually, our downloader can be used as a debugging … Read more