Embedded ARM Microcontroller Tutorial: Quick Start!

Embedded ARM Microcontroller Tutorial: Quick Start!

Hello everyone, I am Bo Niu, have you ever thought about: Why can a coffee machine start working automatically at a set time? Why can a washing machine sense the weight of clothes and adjust the water level? Why can machines respond correctly to their surroundings like humans? The answer is: microcontrollers! This seemingly distant … Read more

Learn Dart Before Diving into Flutter: A Dart Tutorial for Android Developers

Learn Dart Before Diving into Flutter: A Dart Tutorial for Android Developers

This article is authored by Author:Sun Qiang Jimmy Link: https://www.jianshu.com/p/b6a773ed0fc1 This article is published with the author’s permission. 1 Introduction This article is based on the official documentation, summarizing the similarities and unique aspects of the Dart language compared to Java and Kotlin. Therefore, readers should have a basic understanding of Java and Kotlin. By … Read more

Arduino Humidity Sensor Tutorial

Arduino Humidity Sensor Tutorial

The soil moisture sensor, also known as the soil humidity sensor, consists of stainless steel probes and waterproof tips, allowing it to be buried in soil and embankments for long-term use. It can perform point monitoring and online measurement of both surface and deep soil moisture conditions. When used in conjunction with a data collector, … Read more

Introduction to Arduino: IDE Installation and Board Connection

Introduction to Arduino: IDE Installation and Board Connection

Arduino is an IoT device that provides a hardware programming platform Basic Knowledge Basic knowledge of physics and electricity from middle school Basic computer operation skills IDE Installation https://www.arduino.cc/ Download from the official website, a VPN is required. http://www.taichi-maker.com/ This website is accessible within China. Double-click the installer to install, make sure to install the … Read more

DIY Development Board Testing Process: Step-by-Step Guide

DIY Development Board Testing Process: Step-by-Step Guide

If you don’t want to miss my updates, remember to check the official account in the upper right corner and set it as a star, take down the star and send it to me. Hardware testing is a very important method for measuring the performance of the circuits designed by engineers, and it also relates … Read more

Getting Started with Development Boards: Projects to Boost Your Skills

Getting Started with Development Boards: Projects to Boost Your Skills

Many enthusiasts might be curious about the differences between our development boards and those available on the market? Why spend thousands of dollars learning from us when you can buy a development board and learn from free tutorials? Let me introduce a few dimensions: Project Experience I believe that projects are the best stepping stones … Read more

uConsole: The Ultimate Modular Handheld Device for Developers

uConsole: The Ultimate Modular Handheld Device for Developers

uConsole is a modular handheld device that is incredibly cool, and who wouldn’t love it as an embedded developer? Developers are essentially terminal players~ This device is the clockwork launched uConsole, and the term console should be familiar to everyone, it’s all about embedded software. So I went to learn more about it and decided … Read more

UPM (Intel IoT): Python Driver Library for IoT Sensors

UPM (Intel IoT): Python Driver Library for IoT Sensors

UPM (Intel IoT): Python Driver Library for IoT Sensors, Easily Control IoT Devices! Today, let’s talk about a powerful library – UPM, developed by the Intel IoT team, specifically designed for IoT sensor Python drivers. With it, you can easily handle data reading and control of various sensors, making your IoT projects simpler and more … Read more

Common Functions in VxWorks Programming

Common Functions in VxWorks Programming

WeChat Official Account: North South North There is a path through the mountains, diligence is the way; the sea of learning is endless, skillful craft is the boat! 1. Official Program Guide Located in the installation directory: \docs\vxworks\guide\index.html 2. Common Libraries: #include "taskLib.h" /* Task */ #include "msgQLib.h" /* Message Queue */ #include "semLib.h" /* … Read more