Connecting HC-05 Bluetooth Module to Bluetooth Printer

Connecting HC-05 Bluetooth Module to Bluetooth Printer

Click the blue text above to follow me~ Recently, a friend asked me to help debug a Bluetooth printer. I had no choice but to take on the task, so I immediately bought an HC-05 Bluetooth module (note that it is HC-05). Below, I will share my debugging method: Power on while pressing the button … Read more

Keil MDK 5.34 Software Installation Tutorial

Keil MDK 5.34 Software Installation Tutorial

[Download Link]: Link: https://pan.baidu.com/s/1__grPxDl3pBTCDw7HHrbVw?pwd=ubkx Software Size: 936.66M Installation Environment: Win7/Win8/Win10/Win11 The extraction password can be obtained by replying: extraction password Software Introduction: Keil MDK-ARM 5.34 is a complete software development environment based on Cortex-M, Cortex-R4, ARM7, and ARM9 processor devices. MDK-ARM is designed specifically for microcontroller applications, easy to learn and use, yet powerful enough … Read more

ARMv8-M Learning Notes – Introduction

ARMv8-M Learning Notes - Introduction

1. Introduction The Cortex-M processor series is based on the M-Profile architecture, providing low latency and high determinism for deep embedded systems. Our latest generation Cortex-M processor is the Cortex-M55. The Cortex-M55 is the first processor based on the Armv8.1-M architecture, featuring vector processing extensions with Arm Helium technology. The Cortex-M55 brings higher levels of … Read more

TI MSPM0 Video Training Series

TI MSPM0 Video Training Series

Click the blue text above Follow us! Microcontrollers (MCUs) in embedded systems are like the air traffic control systems of a busy airport. With modern MCU product lines, designers can add new features without increasing costs or reduce costs while maintaining existing feature sets, all while developing scalable software that can be reused in future … Read more

RuiXun Technology RK3399-MPC-1915 Industrial Control Application for Electronic Bus Stops

RuiXun Technology RK3399-MPC-1915 Industrial Control Application for Electronic Bus Stops

This issue guide Public transport stops, as the most obvious sign of bus stations or platforms, are essential facilities for bus stops. Over the years, bus stops have continuously improved with urban development, evolving from simple metal signs to illuminated lightbox signs, and from basic travel information indicators to public and commercial information carriers that … Read more

Xilinx FPGA Configuration Process

Xilinx FPGA Configuration Process

Welcome FPGA engineers to join the official WeChat technical group. Clickthe blue textto follow us, FPGA Home – the best and largest pure FPGA engineering community in China. Although the configuration modes of FPGA vary, the overall workflow of FPGA during the configuration process is consistent, which can be divided into three parts: Setup, Load, … Read more

Introduction to RTT Viewer for MM32F013x

Introduction to RTT Viewer for MM32F013x

Click the image to learn more 01 Introduction to RTT Viewer SEGGER’s Real-Time Transfer (RTT) is a new technology for user I/O interaction in embedded applications. The J-Link RTT Viewer is a Windows GUI application that utilizes the RTT functionality on the debugging host, combining the advantages of SWO and semihosting, offering high performance. Using … Read more

What To Learn About Robotics In The Age Of AI

What To Learn About Robotics In The Age Of AI

The explosion of generative artificial intelligence has given rise to the first generation of “AI + Robotics” humanoid robots. With the support of artificial intelligence technology, robots have once again become popular. Many friends are very interested in robots but do not know what components make up a robotic system and how it is implemented. … 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