Transform Your Raspberry Pi into a HiFi Music System

Transform Your Raspberry Pi into a HiFi Music System

For the past 10 years, I have mostly worked remotely, but when I walked into the office, I sat in a room filled with introverted colleagues who could easily be distracted by ambient noise and conversations. We found that listening to music could suppress the office noise, making the sound less intrusive and providing a … Read more

Porting Raspberry Pi Driver Framework Circle to Custom Operating System

Porting Raspberry Pi Driver Framework Circle to Custom Operating System

Click the card below to follow Arm Technology Academy This article is selected from the Jishu Community column “Embedded Inn”, authored by RC. This article will briefly describe the process of porting the Circle driver framework to a custom microkernel operating system as a user-mode driver process. Original link: https://stdrc.cc/post/2021/01/22/porting-circle/ 1. Introduction What is Circle? … Read more

Merry Christmas – Keras + Raspberry Pi: Using Deep Learning to Recognize Santa Claus

Merry Christmas - Keras + Raspberry Pi: Using Deep Learning to Recognize Santa Claus

Selected from PyImageSearch Author:Adrian Rosebrock Translated by Machine Heart Contributors: Panda As Christmas approaches, you may have already spotted Santa Claus in shopping malls, parks, or your own chimney. With the advancement of machine recognition technology, using artificial intelligence to identify Santa Claus passing by or delivering gifts seems like a great idea. Recently, Adrian … Read more

Getting Started with Raspberry Pi: Learning Linux through Raspberry Pi

Getting Started with Raspberry Pi: Learning Linux through Raspberry Pi

Our fourth article in the “Getting Started with Raspberry Pi” series will dive into the Linux command line. — Andersn Silva In the third article[1] of this series, we began our exploration of the Raspberry Pi, where I shared how to install Raspbian, the official Linux version for Raspberry Pi. Now that you have installed … Read more

Installing OpenMediaVault NAS on Raspberry Pi 4B

Installing OpenMediaVault NAS on Raspberry Pi 4B

OpenMediaVault, abbreviated as OMV, is one of the open-source NAS solutions and is the best choice aside from Black Synology. Based on the flexibility of Debian and its low resource usage, it can shine on various architectures of operating systems and can be used to build a NAS system on Raspberry Pi. Installation The default … Read more

Setting Up Raspberry Pi for Automatic Watering System

Setting Up Raspberry Pi for Automatic Watering System

Operating System System Burning Tool Raspberry Pi Imager The official Raspberry Pi website has a dedicated burning tool that allows you to choose the appropriate image for your needs. Download link: https://www.raspberrypi.com/software/ . Select the Raspberry Pi model, choose the operating system, select the target SD card, and proceed to the next step. After clicking … Read more

Installing OpenCV on Raspberry Pi: A Step-by-Step Guide

Installing OpenCV on Raspberry Pi: A Step-by-Step Guide

Installing OpenCV on Raspberry Pi This article introduces how to install OpenCV running on Python2 and Python3 on Raspberry Pi. Installing OpenCV for Python2 is very simple, just a few commands will do. Installing OpenCV for Python3 is more complicated and requires compilation. Don’t worry, this article assumes you are a beginner and will guide … Read more

Real-Time Face Detection with Raspberry Pi

Real-Time Face Detection with Raspberry Pi

Selected from hackster Author: MJRoBot Translated by Machine Heart This article introduces how to use OpenCV and Python to achieve a face detection project on Raspberry Pi. The project not only describes the specific steps required to recognize faces but also provides a lot of extended knowledge. Moreover, this project does not require readers to … Read more

Remote Control Your Home Appliances with Raspberry Pi and Web Interface

Remote Control Your Home Appliances with Raspberry Pi and Web Interface

To avoid missing my updates, remember to check the public account in the upper right corner and set it as a star, and send me a star. With the help of the open-source hardware Raspberry Pi, we can design and implement our own smart home system.Being able to remotely control home appliances such as air … Read more