Low-Power IoT Development Board for Smart Home Projects

Q A & Question: Low-Power IoT Design – FireBeetle 2 ESP32-C6 Development Board FireBeetle 2 ESP32-C6 is a low-power IoT development board designed based on the ESP32-C6 chip, suitable for smart home projects. The ESP32-C6 features a high-performance 160MHz RISC-V 32-bit processor and supports communication protocols such as Wi-Fi 6, Bluetooth 5, Zigbee 3.0, and … Read more

History of Development Boards and Their Differences from SBCs

History of Development Boards and Their Differences from SBCs

In recent years, the term “development board” has nearly disappeared, overshadowed by countless other hardware board terms used to describe development purposes, such as “demonstration board,” “evaluation kit,” and “reference design.” In this article, we will explain the meaning of the term “development board” (Figure 1) and show how they differ from closely related single-board … Read more

Exploring the SiRider S1 Development Board: A Comprehensive Review

Exploring the SiRider S1 Development Board: A Comprehensive Review

This article is reprinted from the Jishu Community. Jishu Column:SiRider S1 Chip Development Board Information Author:zhangxiaolong Hello everyone, this review focuses on a domestic chip (Dragon Eagle No. 1 siengine SE1000). The main focus is on its AI capabilities, written around the theme of “how to run a complete AI application on a development board.” … Read more

6 Must-Buy High-Performance Open Source Linux Boards in 2019

6 Must-Buy High-Performance Open Source Linux Boards in 2019

Hello everyone, I am the beloved Xiao Yueyue. In previous articles, we discussed “6 Must-Buy High-Performance Linux Development Boards in 2019 | OlinuXino Special” and “6 Must-Buy High-Performance Linux Development Boards in 2019 | BPI Special”. Today, we will talk about another category of high-performance Linux development boards— BeagleBone and Cubie. Xiao Yueyue Says Today, … Read more

Hands-On Tutorial for STM32 Embedded Machine Learning (TinyML) – Part 1

Hands-On Tutorial for STM32 Embedded Machine Learning (TinyML) - Part 1

Part 1: Overview In this tutorial, we will develop a machine vision application using machine learning technology on the STM32H747I Discovery development board. This tutorial is officially published by STMicroelectronics. Special thanks to the Edge Intelligence Lab for the original Chinese subtitles. The documents referenced in the video (also available for download from ST’s official … Read more

Free Trial of BSP Development Course: Hands-On Learning

Free Trial of BSP Development Course: Hands-On Learning

The course is divided into two parts: Phase One and Phase Two. Phase One focuses on the basic operations of the development board (suitable for students with relatively weak foundations). Based on the SDK source code provided by the manufacturer, it offers hands-on basic usage explanations using the 100ask T113 development board. Emphasis is placed … Read more

Buildroot: Simplifying Embedded Linux System Builds

Buildroot: Simplifying Embedded Linux System Builds

Follow and star our official account for exciting content. Author: zhou_chenz Source: https://blog.csdn.net/zhou_chenz/article/details/52295674 Using Buildroot makes building embedded Linux systems more convenient. 1. What is Buildroot? Buildroot is an open-source automatic build framework for embedded Linux systems on the Linux platform. The entire Buildroot consists of Makefile scripts and Kconfig configuration files. Similar to compiling … Read more

Beginner’s Guide to Buildroot: An Easy Start

Beginner's Guide to Buildroot: An Easy Start

Using Buildroot makes building embedded Linux systems more convenient. What is Buildroot? Buildroot is an open-source embedded Linux system automatic build framework on the Linux platform. The entire Buildroot consists of Makefile scripts and Kconfig configuration files. You can configure Buildroot and modify it using menuconfig to compile a complete Linux system software that can … Read more

Air724UG Software Guide: I2C Example

Air724UG Software Guide: I2C Example

Read the latest documentation and participate:【Find Errors in Documentation to Win Prizes】 Event For the latest documentation content, see: https://docs.openluat.com/air724ug/luatos/app/driver/i2c/ 1. Introduction The I2C bus (Inter-Integrated Circuit) is a simple, bidirectional, two-wire synchronous serial bus developed by Philips. It requires only two wires to transmit information between devices connected to the bus. The Air724UG module … Read more

High-Speed I2C Driver for OLED Screen

High-Speed I2C Driver for OLED Screen

Write summaries, discuss careers, and win DJI drones, Redmi tablets, Huawei headphones, and JD cards! This article is from the Breadboard Community’s “Lingdong Mini-F5333 Development Board” free evaluation activity. 【Purpose of Experience】Light up the OLED screen and learn to use I2C peripherals. 【Experimental Equipment】 MIN-F5333 Development Board OLED Display Screen 【Implementation Steps】 1. Copy the … Read more