Simplified Method for JTAG Interface in STM32 JLINK Programming

Simplified method for using JLINK to download programs to STM32 via JTAG interface (SW and JTAG modes)! Anyone who has used STM32 knows that there are two common methods for downloading programs: via serial port and JLINK. The serial port download method is quite similar to that of the 51, so I won’t elaborate on … Read more

Challenges in Driving LCD Displays with STM32 FSMC

Challenges in Driving LCD Displays with STM32 FSMC

This article is suitable for students who have studied LCD displays but do not fully understand them. The author uses the battleship STM32. In this article, the author will discuss three topics: FSMC-related configuration, principles of displaying a string of characters, and principles of displaying Chinese characters. Let’s get to the point →_→ 1. FSMC-related … Read more

Master Embedded Systems and Core Concepts of Testing

Master Embedded Systems and Core Concepts of Testing

Every hardware engineer learning embedded systems should have DIYed an oscilloscope at least once, not only because this process allows you to truly touch the soul of embedded systems, but also to deeply understand the core concepts of testing and measurement – after all, when you personally collect waveforms, display them, and measure parameters, the … Read more

Exploring OriginBot Robot: Controller Circuit Analysis

Exploring OriginBot Robot: Controller Circuit Analysis

0x00 Official Repository originbot: OriginBot robot end function package repository; originbot_desktop: OriginBot desktop function package repository; originbot_controller: OriginBot controller source code repository; In this section, we will analyze the circuit principles and communication protocols of the lower machine controller; 0x01 Controller Repository Content D:.├─firmware├─images├─material│ ├─Data Manual│ ├─Electrical Diagrams│ └─Communication Protocol├─source│ └─originbot_controller_project│ ├─DebugConfig│ ├─List│ ├─Obj│ ├─RTE│ … Read more

Overview of Research on NB-IoT Based Habitat Monitoring DTU Design for Tea Gardens

Overview of Research on NB-IoT Based Habitat Monitoring DTU Design for Tea Gardens

Li Zhaoxiong, Zhang Chaoyang, Liu Hui, Luo Xuhui (Fujian Academy of Agricultural Sciences, Agricultural Ecology Research Institute, Fuzhou, Fujian 350013) Abstract: Tea gardens located in mountainous areas usually lack access to municipal electricity, and the network signals are relatively weak. In the ecological environment monitoring equipment for tea gardens, it is necessary to use the … Read more

Overview of an Intelligent Monitoring System for Comprehensive Utility Tunnels Based on NB-IoT

Overview of an Intelligent Monitoring System for Comprehensive Utility Tunnels Based on NB-IoT

Ding Song, Wang Changsheng, Zheng Ping (Anhui University of Science and Technology, School of Electrical and Information Engineering, Huainan, Anhui 232001) Abstract: Comprehensive utility tunnels are the lifelines of cities. To ensure the stable and safe operation of comprehensive utility tunnels, a monitoring system based on NB-IoT wireless transmission technology is designed to address the … Read more

Getting Started With IoT Projects in 10 Minutes

Getting Started With IoT Projects in 10 Minutes

Abstract: Yesterday, during the weekend, I came across a video on Douyin that claimed building a small IoT project would cost several hundred dollars. After watching it, I exclaimed that it was quite misleading. Today, I will organize a fun little IoT project from before that I guarantee you can complete in just 10 minutes. … Read more

Using MQTT to Upload Images to OneNET

Using MQTT to Upload Images to OneNET

In recent days, I have been preparing for the follow-up IoT STM32 development and practical demonstrations, as well as writing mini-programs, so I haven’t had time to update the articles on my public account. Actually, I originally planned to wrap up the series of articles about the IoT platform with the last one. However, a … Read more