Integrating Your Development Board into the Vivado Workflow

Integrating Your Development Board into the Vivado Workflow

Win a Backpack How Difficult Is It? Give it a Try! →_→ Long Press to Recognize Copyright Statement: This article was published by the blogger“cuter”.Reprinting is welcome, but the content of the blog must not be altered, nor used for any profit purposes. When reprinting, the author’s profile and copyright statement must not be deleted. … Read more

Learning ROS2 Through Development Boards: 21 Lectures (Basic Environment Setup)

Learning ROS2 Through Development Boards: 21 Lectures (Basic Environment Setup)

Introduction ROS2 21 Lectures is a series of introductory videos on ROS2 created by Guyueju, and many friends may have started learning ROS2 through these lectures. During the learning process, you might be running ROS2 examples on a virtual machine or PC, but if you have a development board like RDK X3/Raspberry Pi/Jeston Nano, it … Read more

Common Debugging Techniques in Keil uVision

Common Debugging Techniques in Keil uVision

When you enter the debugging interface, you will see the following image. The cursor has already run to the entry point of the main function, and the debugging toolbar is now displayed in front of you. Tools/Materials Ulink2 emulator Development board and Keil software Methods/Steps First, let’s introduce the relevant menus. The first one on … Read more

Designing the Minimal System for STM32 Microcontroller

Designing the Minimal System for STM32 Microcontroller

Foreword Most of us fall into a misconception while learning STM32 — we focus solely on the software code and neglect the hardware aspect. In simple terms, we only know how to use the development board, and when it comes to designing our own STM32 system, we are at a loss. This article aims to … Read more

Exploring Innovative Uses of ESP32

Exploring Innovative Uses of ESP32

A Favored MCU – ESP32 ESP32 integrates 2.4 GHz Wi-Fi and Bluetooth dual-mode, using TSMC’s ultra-low power 40nm process, suitable for various IoT application scenarios. 32-bit MCU & 2.4 GHz Wi-Fi & Bluetooth/Bluetooth LE Xtensa 32-bit LX6 single/dual-core processor, computing capability up to 600 MIPS 448 KB ROM 520 KB SRAM 16 KB RTC SRAM … Read more

Practical STM32 Microcontroller Tutorial

Practical STM32 Microcontroller Tutorial

Course Details: This course mainly introduces the system design of the STM32 microcontroller through typical examples, combining software and hardware. It explains the process, methods, techniques, and design concepts of STM32 microcontroller application system development in a simple and easy-to-understand manner. This course comprehensively explains various technologies in microcontroller development through 26 module examples, including … Read more

Anxin Supports 2024 National College IoT Design Competition

Anxin Supports 2024 National College IoT Design Competition

Starting from April 22, 2024, at Shandong University, and continuing to Shandong Vocational College of Commerce on May 7, Lanzhou Jiaotong University on May 9, East China Jiaotong University on May 10, Guizhou University on May 17, and Nankai University on May 22.Technical engineers from Anxin Education visited the above six universities to conduct technical … Read more

Getting Started with ARM Development for Beginners

Getting Started with ARM Development for Beginners

Currently, most consumer smart devices use ARM processors, such as smartphones, tablets, and TVs. However, many college students are still unfamiliar with ARM and are more accustomed to 8-bit microcontrollers. But don’t be discouraged; in fact, ARM’s M series processors are not much different from other microcontrollers. Students with a background in 51 or STM32 … Read more

Quickly Set Up an Arduino Prototype

Quickly Set Up an Arduino Prototype

In portfolio projects, Arduino prototypes are often used for design research and testing. Some students with no background in smart hardware and programming may encounter issues when using the Arduino platform, which can delay progress or even lead to a loss of interest in circuits and programming. These problems can mainly be divided into two … Read more

Five Common Arduino Development Boards Introduction

Five Common Arduino Development Boards Introduction

Source | EEPW Forum Author | ElectronicW1a Origin of the Name Arduino Arduino is the world’s most popular open-source hardware and a trend in hardware development. The simple development method of Arduino allows developers to focus more on creativity and implementation, saving learning costs and shortening development cycles. It is well-known that the prototype of … Read more