Getting Started with the ESP8266 Development Environment

Getting Started with the ESP8266 Development Environment

Today, I will introduce the development environment for ESP8266 and how to configure the VScode Arduino development environment. Our series of ESP8266 development is based on VScode, rather than using the Arduino IDE, which will be explained below. The ESP8266 module I am using is the ESP-12F, and the development board is similar to NodeMcu, … Read more

Unboxing and Testing of AutoChips AC7811 Motor Development Board

Unboxing and Testing of AutoChips AC7811 Motor Development Board

AutoChips MCU Forum: https://bbs.21ic.com/iclist-864-1.html *Reading Instructions: The following application cases are briefly introduced. For detailed evaluation content and related source code, please copy the original link to open it in your browser. Review One AC7811 Development Board Unboxing Report https://bbs.21ic.com/icview-3068150-1-1.html Upon receiving the board from the Autochips evaluation event, my first impression was: Oh, it’s … Read more

Gracefully Using ILA for FPGA Hardware Debugging

Gracefully Using ILA for FPGA Hardware Debugging

Vivado (Vitis) Version: 2020.2 FPGA Development Board: Microphase Z7-Lite 7020 Development Board FPGA Design Debugging Process FPGA development is an iterative process, and the general FPGA design process typically includes the following steps: Hardware architecture and algorithm verification: what modules are needed to implement the required functionality, how modules communicate and connect with each other; … Read more

Deep Dive into SiRider S1 Industrial Development Board

Course Introduction With the rapid development of fields such as Artificial Intelligence (AI), the Internet of Things (IoT), and industrial automation, Single Board Computers (SBCs) have become key components for the efficient and stable operation of various smart devices due to their flexibility, high integration, and excellent processing capabilities. The increasing demand for industrial-grade applications … Read more

Testing the Xuri X3 Development Board: Image Burning, Booting, and Installing ROS and TogetherROS

Testing the Xuri X3 Development Board: Image Burning, Booting, and Installing ROS and TogetherROS

Introduction: As a teaching assistant at Guyueju, I am fortunate to participate in the trial of the Xuri X3 board. Given that most AI development boards and chips like Raspberry Pi and Jetson Nano are from foreign manufacturers and their prices are steadily rising, I hope to contribute a little to domestic AI development boards … Read more

Impressive Performance of Domestic 32-bit MCU

Impressive Performance of Domestic 32-bit MCU

This article is from the Breadboard Community’s free review activity of the “Lingdong Mini-F5333 Development Board”. [Lingdong Mini-F5333 Development Board] + OLED12864 playing Badapple Unboxing Experience After testing the Mini-F5333 development board launched by Lingdong Microelectronics for two days, I found it to be quite impressive. My intuitive impression is that the domestic 32-bit MCU … Read more

Wi-Fi Testing on Allwinner XR806: Custom Sending of 802.11 Frames (Beacon)

Wi-Fi Testing on Allwinner XR806: Custom Sending of 802.11 Frames (Beacon)

This article is from the Jishu Community’s evaluation activity of the Allwinner XR806 development board. The author used the XR806 development board and the XR806 SDK based on FreeRTOS to implement custom sending of 802.11 Beacon frames, and conducted wireless packet capture analysis and scanning tests to verify the sending results of the frames. Environment … Read more

Introduction to Development Boards and Simulation Learning Platforms for the 2024 National College Student IoT Design Competition

Introduction to Development Boards and Simulation Learning Platforms for the 2024 National College Student IoT Design Competition

1. Introduction to Development Boards The MM32F5270 series microcontroller is an MCU product equipped with Arm China’s “Star” STAR-MC1 processor, with a working frequency of up to 120MHz, 256KB Flash, and 192KB RAM. It features a Floating Point Unit (FPU), Digital Signal Processing (DSP), MindSwitch signal interconnect matrix, Configurable Logic Unit (CLU), and CORDIC for … Read more

Hands-On UDS Diagnostics Using STM32 Development Board

Hands-On UDS Diagnostics Using STM32 Development Board

1 Introduction UDS (Unified Diagnostic Services) is a very important diagnostic protocol in vehicles. However, unless you can access an actual project, I have not seen any open-source boards that can perform real UDS diagnostics; purely discussing theory is not very interesting. I bought a set of UDS_bootloader source code on Xianyu. Currently, I have … Read more

CEPARK USB Development Board Operation Experiments

CEPARK USB Development Board Operation Experiments

1. USB Fake U-Disk Experiment 1) Correctly download the hex file of the USB disk (fake U-Disk) to the microcontroller of the USB development board. 2) You will see a circular indicator for the fake U-Disk in the bottom right corner of your computer. 3) Open the circular U-Disk, and you will see a test … Read more