Understanding the Orange Pi Development Board: A Simple Guide to AI

Understanding the Orange Pi Development Board: A Simple Guide to AI

Kunpeng Ascend Developer Conference 2024 This is an annual technical event aimed at Kunpeng Ascend developers, designed to create an open, shared, and communicative platform, gathering industry leaders, technical experts, academic leaders, and numerous partners, universities, and outstanding developers to share trends in the computing industry, cutting-edge AI technologies, industry innovation cases, and excellent developer … Read more

Orange Pi System Based on Android Mimics Windows 11

Orange Pi System Based on Android Mimics Windows 11

Orange Pi is an open-source product under Shenzhen Xunlong Software, positioned similarly to Raspberry Pi, belonging to single-board computers but can be expanded through interfaces. Xunlong Software has its own open-source operating system Orange Pi OS, which is based on Android 12 but the entire interface is very similar to Windows 11. After all, being … Read more

Understanding the Orange Pi Development Board: A Simple Guide to AI

Understanding the Orange Pi Development Board: A Simple Guide to AI

Kunpeng Ascend Developer Conference2024 This annual technology event for Kunpeng Ascend developers aims to create an open, shared, and communicative platform that gathers industry leaders, technical experts, academic leaders, and partners, universities, and excellent developers to share trends in the computing industry, cutting-edge AI technologies, innovative industry cases, and excellent developer practices, enabling developers to … Read more

Running Blazor HyBrid on Orange Pi (Ubuntu Arm)

Running Blazor HyBrid on Orange Pi (Ubuntu Arm)

Running Blazor HyBrid on Orange Pi (Ubuntu Arm) Prepare an Orange Pi! The current tutorial uses the Orange Pi 5 4G development board. Prepare the .NET environment Install .NET Core dependencies sudo apt install -y libunwind8 libunwind8-dev gettext libicu-dev liblttng-ust-dev libcurl4 libcurl4-openssl-dev libssl-dev uuid-dev unzip libgdiplus libc6-dev libkrb5-3 Download the .NET 7 SDK wget https://download.visualstudio.microsoft.com/download/pr/142603ad-0df5-4aef-bdc2-87b6140c90ed/2cce467e6c954d01024942b8370aaf70/dotnet-sdk-7.0.302-linux-arm64.tar.gz … Read more

How to Build a BT Downloader with Orange Pi and Other Linux Development Boards

How to Build a BT Downloader with Orange Pi and Other Linux Development Boards

S2E22 This summer, a few days before moving, I bought an Orange Pi. As for why I bought it, there isn’t much reason, just to play around and learn a bit. After all, Linux is still quite a tricky thing for me. In fact, Linux is indeed a rather tricky thing, but it doesn’t matter; … Read more

Maximize AI Potential on a Budget: A Guide to Orange Pi, Raspberry Pi, and Jetson

Maximize AI Potential on a Budget: A Guide to Orange Pi, Raspberry Pi, and Jetson

With the rapid development of AI technology, more and more edge computing devices can handle tasks ranging from lightweight tasks to complex AI models. In this article, we will compare several mainstream edge AI devices, including NVIDIA Jetson Series, Orange Pi, and Raspberry Pi 5, and explore the potential of the Hailo Accelerator in the … Read more

Design and Control of a Quadruped Spider Robot Using ESP32

Design and Control of a Quadruped Spider Robot Using ESP32

This article is pure content, 2800 words long, expected to take 5 minutes to read~ Nature has always been an incredible source of inspiration for technological advancements, as engineers attempt to replicate the complex mechanisms found in various animals. The spider robot is such an extraordinary creation. Due to its four legs, it can also … Read more

Comprehensive Guide to Embedded Development with Rust on ESP32-C3

Comprehensive Guide to Embedded Development with Rust on ESP32-C3

ESP32-C3 is a high-performance, low-power Wi-Fi/Bluetooth microcontroller launched by Espressif. As a safe, efficient, and easy-to-use programming language, Rust is rapidly emerging in the embedded field. This tutorial will take you on a journey into Espressif embedded development and unlock the infinite possibilities of ESP32-C3 with the Rust language. Content of the Tutorial This tutorial … Read more