Quick Start Guide to Embedded Linux System (Part 2): Building a Linux System with Buildroot

Quick Start Guide to Embedded Linux System (Part 2): Building a Linux System with Buildroot

In embedded Linux development, building a system from source and getting it to run on hardware is one of the most exciting moments. This article will guide you step by step through this process, targeting the Raspberry Pi as the hardware platform and using the Buildroot toolchain to create a highly customized Linux system image. … Read more

Design and Implementation of an Embedded Mobile Robot for Monitoring Applications

Design and Implementation of an Embedded Mobile Robot for Monitoring Applications

Abstract:Monitoring and security in areas such as homes, laboratories, offices, factories, and airports are crucial for preventing any threats to human life. Mobile robots have proven effective in numerous applications, especially in hazardous areas, where they can be remotely controlled by humans to perform specific tasks. This research paper presents the design and implementation of … Read more

Raspberry Pi Emo Desktop Robot

Raspberry Pi Emo Desktop Robot

Recently, I started working with the Raspberry Pi, a small yet powerful ARM-based computer board, which is the smallest board in the world capable of running an operating system. I have a Raspberry Pi 4B and have explored various applications of the Raspberry Pi. Recently, AI smart hardware has become quite popular, and the desktop … Read more

An Introduction to Embedded System Programming with Python

An Introduction to Embedded System Programming with Python

An Introduction to Embedded System Programming with Python Introduction With the rapid development of the Internet of Things (IoT) and smart devices, embedded system programming has become increasingly important. Python, as an easy-to-learn and user-friendly programming language, is gradually gaining widespread application in embedded development. This article will guide you through an initial exploration of … Read more

Implementing Pose Detection Using Raspberry Pi 4 and Coral USB Accelerator

Implementing Pose Detection Using Raspberry Pi 4 and Coral USB Accelerator

Click the card below to follow “Computer Vision Home“ Visual/Image processing insights delivered promptly! In this article, we will explore how to set up a pose detection AI system using the Raspberry Pi 4 and Coral USB Accelerator.Pose detection AI is an engaging application that allows computers to recognize and analyze human poses in real-time, … Read more

Research and Design of Digital Recognition Algorithm for Electronic Blood Pressure Monitors Based on Computer Vision

Research and Design of Digital Recognition Algorithm for Electronic Blood Pressure Monitors Based on Computer Vision

Click the blue text to follow us READINGAbstract In response to the recent regulations issued by the National Medical Products Administration, which will comprehensively ban the use of mercury sphygmomanometers, and the current situation where electronic blood pressure monitors need regular calibration and quality testing, this paper proposes an intelligent algorithm based on digital image … Read more

Practical Embedded Development with Flutter

Practical Embedded Development with Flutter

1. Why Choose Flutter for Embedded Device Development? 1. Cross-Platform Capability 2. Industrial-Grade Hardware Support Raspberry Pi 4B: Stable 60FPS at 1080P Interface Jetson Nano: Drives 4 Touch Screens Simultaneously Allwinner H616: 2. Full-Stack Development Environment Setup for Raspberry Pi 1. Trimming Embedded Linux System # Build a minimized system (only keep components necessary for … Read more

Introducing SDR-Berry: An Open Source SDR Project Based on Raspberry Pi

Introducing SDR-Berry: An Open Source SDR Project Based on Raspberry Pi

SDR-Berry is an open-source software-defined radio (SDR) transceiver project based on the Raspberry Pi, utilizing the LVGL graphical user interface. This is an ongoing project aimed primarily at learning C++ programming, digital signal processing (Liquid DSP), and the use of the LVGL v8 GUI toolkit. The functionality is currently in the testing phase, and the … Read more

New Multi-Sensor Environmental Monitoring Solution: The Perfect Combination of Raspberry Pi 4B and STC8G

New Multi-Sensor Environmental Monitoring Solution: The Perfect Combination of Raspberry Pi 4B and STC8G

The Raspberry Pi 4B and STC8G microcontroller work together to create a new intelligent environmental monitoring system, easily achieving three main functions: displaying current video surveillance images and temperature and humidity data on a web page, and automatically saving recordings when an object enters the monitored area. How is this done? Let’s take a look … Read more