Configuring Ubuntu 18.04 on Raspberry Pi 4B

Configuring Ubuntu 18.04 on Raspberry Pi 4B

Note: For each step, you only need to look at the specific part in the corresponding article. Although many articles write about other parts, the author encountered various bugs, so the parts that work without issues have been extracted. 1. Image Burning, Connecting Raspberry Pi with Ethernet, and Basic Configuration (1) System Image Burning Installing … Read more

Animal Target Detection Based on YOLOv5 and Raspberry Pi 4B

Animal Target Detection Based on YOLOv5 and Raspberry Pi 4B

Object detection is of great significance in the field of computer vision. YOLOv5 (You Only Look One-level) is a representative method among object detection algorithms, renowned for its efficiency and accuracy, and has shown outstanding performance in various object detection tasks. This article will detail how to train the YOLOv5 model on a more powerful … Read more

Raspberry Pi 4 Tested: Impressive Memory and Performance Boost

Raspberry Pi 4 Tested: Impressive Memory and Performance Boost

In June this year, the Raspberry Pi 4 was officially released with significant hardware upgrades. The memory, which has always been a headache, finally offers multiple versions to choose from. Upon hearing the news, Gu Yue Jun was eager to place an order for the 4GB memory version and waited for its arrival. It finally … Read more

PyQt5 Example: Raspberry Pi + MPU6050 Data Collection

PyQt5 Example: Raspberry Pi + MPU6050 Data Collection

Click the above“Mechanical and Electronic Engineering Technology” to follow us System Configuration: Raspberry Pi 3B+, Operating System Raspbian-stretch, Python version is python3.5.3 Functional Requirements: Design a QT interface to collect data, with a start collection button that begins data collection when clicked, and a stop button that stops data collection when clicked. The data should … Read more

Building a Portable PyPI Server with Raspberry Pi

Building a Portable PyPI Server with Raspberry Pi

In this article, I will discuss how to clone the PyPI repository onto a Raspberry Pi and provide content so that connected devices can install dependencies using the <span>pip install</span> command without an internet connection. Objective There are many ways to create your own PyPI mirror, and my method may be suitable for everyone now. … Read more

Raspberry Pi VoIP SMS Server Setup

Raspberry Pi VoIP SMS Server Setup

Raspberry Pi: GOIP Previously used a USB SIM800-like communication module, operated the serial port with Python after connecting to the computer. Subsequently used Raspberry Pi/ESP32 as the main controller. The open-source asterisk can not only serve as a VoIP server but also bridge PSTN for making and receiving calls and SMS messages. The customized system … Read more

How to DIY an Edge Computing PLC with Raspberry Pi

How to DIY an Edge Computing PLC with Raspberry Pi

Search on WeChat Technical Training PART. 01 Why Use Raspberry Pi? Raspberry Pi, a card-sized computer designed for computer programming education for students, is only the size of a credit card. Based on an open Linux system, Raspberry Pi allows free development in programming languages such as C/C++, Python, Javascript, etc., providing an excellent learning … Read more

How to Set Up a Raspberry Pi as a Personal Server

How to Set Up a Raspberry Pi as a Personal Server

Source | Peng Xiaodai Link | segmentfault.com/a/1190000021143144 No.1 What is Raspberry Pi? Raspberry Pi (Chinese name: 树莓派, abbreviated as RPi or RasPi) is a microcomputer designed for learning computer programming, about the size of a credit card, and its system is based on Linux. With the release of Windows 10 IoT, we can also run … Read more

Create Your Own Smart Baby Monitor with Raspberry Pi

Create Your Own Smart Baby Monitor with Raspberry Pi

Original from Big Data Digest Produced by Big Data Digest Source: Medium Translated by: Chen Zhiyan As a new dad and programmer, the question I ponder most in my new role is “Can the task of caring for a baby really be automated?“ Of course, it might be possible, even if there is a diaper-changing … Read more

Build a Six-Legged Robot with Raspberry Pi Zero 2W and Python!

Build a Six-Legged Robot with Raspberry Pi Zero 2W and Python!

Original link: https://mc.dfrobot.com.cn/thread-313329-1-1.html?fromuid=830836 Project Author: RoboticsCV Hardware Arsenal DF Hardware Arsenal Click to learn more👆 If you have anything to say, feel free toleave a message! All materials involved in the project can be downloaded through the following methods: 1. You can click on the “Reference Materials” GitHub link to download from the author’s repository! … Read more