Inject the Soul of IoT into Your Hardware!

Inject the Soul of IoT into Your Hardware!

What is Tuya Arduino SDK? Arduino is the world’s most popular open-source hardware platform. The Arduino development driver library launched by Tuya allows you to quickly connect devices using any Arduino development board + Tuya universal module, enabling you to develop your own IoT projects. Is this practical training camp suitable for you? No foundation … 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

Summary of Low Energy Bluetooth in Android

Summary of Low Energy Bluetooth in Android

(Star this for Selected Android Development) Source: Android Developer Community First, we need to clarify one point: the Bluetooth broadcast packet we obtain through the Android SDK is a 62-byte array that has been processed by the underlying SDK. How is this 62-byte array generated? To understand this, we first need to know what the … Read more

Essential Jetson Development Tools for NVIDIA Developers

Essential Jetson Development Tools for NVIDIA Developers

The NVIDIA Jetson platform provides extensive access to edge AI and robotics application development through the world’s most comprehensive AI software stack and ecosystem. It integrates scalable platform software, modern AI stacks, flexible microservices and APIs, ROS packages, and AI workflows tailored for specific applications. In this talk, you will learn the skills to accelerate … Read more

Building Yocto File System for I.MX6ULL Terminator Board

Building Yocto File System for I.MX6ULL Terminator Board

We have adapted the Yocto file system on our I.MX6UL Elite and All-in-One boards early on. Next, let’s see how to build the Yocto file system and migrate it to the I.MX6ULL Terminator development board. Reference Documents: NXP Official Documentation: 《i.MX_Yocto_Project_User’s_Guide.pdf》 Notes: Ubuntu 14.04 and above versions (the author’s Ubuntu environment is Ubuntu 16.04), recommended … 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

BSP Development Course Upgrade with T113i-DevKit

BSP Development Course Upgrade with T113i-DevKit

First Phase Key Explanation Basic operations of the development board (suitable for students with weak fundamentals).Hands-on basic usage explanation based on the SDK source code provided by the manufacturer, using the 100ask T113 development board.Focus on foundational entry: from hardware wiring of the development board, powering up to the composition of the embedded Linux system, … Read more

Building Embedded Linux with Yocto and Buildroot

Building Embedded Linux with Yocto and Buildroot

Most of the work in Linux system development revolves around the root filesystem, as uboot and kernel are generally provided by the manufacturer, and drivers for peripherals are also provided by the official sources. The main development work is not extensive. The most challenging aspect of building the root filesystem is ensuring that the versions … Read more