Arduino vs Raspberry Pi: Which is Better for Education?

Arduino vs Raspberry Pi: Which is Better for Education?

We are a company focused on science education, located in Beijing. We are happy to recommend to you the best international teaching apps to help children learn happily, welcome to follow us. (Please check our historical articles, there are many interesting app recommendation articles) In the field of STEM education, there are two platforms that … Read more

Choosing Between Raspberry Pi and Arduino: Which One Should You Pick?

Choosing Between Raspberry Pi and Arduino: Which One Should You Pick?

Arduino and Raspberry Pi, which of these popular development boards should you choose? There is no correct answer to this question; it really depends on your needs. For Raspberry Pi, due to its stronger computing power and the fact that it runs on a Linux operating system, it can be used to develop popular programming … Read more

A Wearable Project Based on Raspberry Pi Zero Camera

A Wearable Project Based on Raspberry Pi Zero Camera

Continuing from the previous article. During this period, I optimized the system, removed some programs that occupied too much memory, and also tested the soft encoding and hard encoding of x264, and delved into the conversion from h264 to MP4, and received the shell. Two shells were printed, one deeper. Camera side view. Based on … Read more

How to Configure Raspberry Pi with Domestic Mirrors

How to Configure Raspberry Pi with Domestic Mirrors

1. Why Configure Two Mirror Sources The Raspbian repository contains not only the apt software source but also other code. The apt software source is not located in the root directory of the repository but in the raspbian/ subdirectory. 2. Common Domestic Mirror Sources //University of Science and Technology of China//Raspberry Pi OS http://mirrors.ustc.edu.cn/raspbian/raspbian/ //Aliyun//Raspberry … Read more

Installing OpenCV 4.1.2 on Raspberry Pi

Installing OpenCV 4.1.2 on Raspberry Pi

Hardware Preparation: It is recommended to use a 32G MicroSD card to install Raspberry Pi (16G and 8G MicroSD cards have not been tested). 1 – Ensure Network Stability This is very important; if the network is unstable, it is recommended not to waste time. 2 – Install Dependencies/Libraries Install the necessary compiler: sudo apt-get … Read more

How to Use a 16×2 LCD Display with Raspberry Pi

How to Use a 16x2 LCD Display with Raspberry Pi

Follow DF Maker Community by clicking on the above “Blue Text” to become a tech enthusiast. This tutorial details how to control an LCD display with a Raspberry Pi. Even if you have no knowledge of circuits, you can complete the setup by following the tutorial. The 16×2 LCD display is quite simple, unlike touch … Read more

How to Deploy .NET Core 2 on Raspberry Pi 3B

How to Deploy .NET Core 2 on Raspberry Pi 3B

There is very little information on how to deploy .NET Core 2 on Linux ARM processors. I found a few articles online, but they were not detailed enough, and I hit a wall following their tutorials. After several days of struggle, I finally succeeded in the deployment. Here is a successful run screenshot: 1. In … Read more

How to Install a Fan on Raspberry Pi 4 to Reduce Temperature by 20 Degrees

How to Install a Fan on Raspberry Pi 4 to Reduce Temperature by 20 Degrees

Reported by New Intelligence Source: jeffgeerling Editor: Daming [New Intelligence Overview]The newly released “Raspberry Pi 4” has powerful performance comparable to a PC, but its heat generation is quite concerning. Just starting a few tasks can cause the temperature to soar to seventy or eighty degrees, and it is nearly sixty degrees even in standby … Read more