Transforming a Rotary Phone into an MP3 Player with Raspberry Pi

Transforming a Rotary Phone into an MP3 Player with Raspberry Pi

Produced by Big Data Digest Author: Caleb The rotary phone is something that many of us have seen in classic Hollywood films. As a kid, I thought rotary phones were way cooler than the regular phones we have now; I wished I could have one. Guess the movie: Which film is this from? This luck … Read more

The Simplest Raspberry Pi Mu Editor Installation Guide in the Eastern Hemisphere

The Simplest Raspberry Pi Mu Editor Installation Guide in the Eastern Hemisphere

Installing and Running Mu Editor on Raspberry Pi Installation Command sudo apt install mu It’s that simple As a pseudo-geek, I love Raspberry Pi, Python, Microbit, and writing small programs to improve my work efficiency and enjoy the fun of programming. Mu Editor is an excellent beginner-friendly editor. Besides installing it on Windows, I also … Read more

How to Install TensorFlow on Raspberry Pi

How to Install TensorFlow on Raspberry Pi

Recently, I planned to implement offline face recognition on embedded devices, so I decided to install TensorFlow on Raspberry Pi 3. Below I will introduce how to install TensorFlow on Raspberry Pi 3. It is actually very simple and can be done quickly. However, due to the limitations of the Raspberry Pi server, our internet … Read more

A Step-by-Step Guide to Installing Windows 11 on Raspberry Pi

A Step-by-Step Guide to Installing Windows 11 on Raspberry Pi

Feng Se from Ao Fei Si Quantum Bit Report | Official Account QbitAI Is it trouble to install Windows 11 on Raspberry Pi? First, you need to download the ARM version of the system from the official website and then burn the image; after burning, you still need to configure some settings on the Raspberry … Read more

How to Implement a Deep Learning Intelligent Gateway on Raspberry Pi

How to Implement a Deep Learning Intelligent Gateway on Raspberry Pi

Selected from Github Compiled by Machine Heart Contributors: Jiang Siyuan This project uses deep learning to turn the Raspberry Pi 3 into an intelligent gateway. The device does not need to be connected to the internet; all training and debugging are done locally on the Raspberry Pi 3. At DT42, we believe that applying deep … Read more

5 Ways to Play Retro Games on Raspberry Pi

5 Ways to Play Retro Games on Raspberry Pi

Use these open-source platforms for Raspberry Pi to relive the golden age of gaming. — James Mawson They don’t make them like they used to, do they? I mean, video games. Of course, today’s devices are more powerful. Princess Zelda had only 16 pixels on each edge in the past, and now the graphics processing … Read more

Building a Smart Home Gateway on Raspberry Pi

Building a Smart Home Gateway on Raspberry Pi

The smart home system utilizes a multitude of IoT devices (such as temperature and humidity sensors, security systems, lighting systems) to monitor the internal state of the home in real-time, achieving intelligent adjustments and human-machine interaction. With the development of IoT technology, its application scope, data scale, and market share will further expand, making intelligent … Read more

Using MQTT on Raspberry Pi: A Comprehensive Guide

Using MQTT on Raspberry Pi: A Comprehensive Guide

Raspberry Pi (https://www.raspberrypi.org/) is a microcomputer board developed by the Raspberry Pi Foundation in the UK, based on ARM architecture. This board provides USB and Ethernet interfaces, allowing connection to keyboards, mice, and network cables. It has the basic functions of a PC, and the Raspberry Pi integrates Wi-Fi, Bluetooth, and a large number of … Read more

How to Install and Configure vsftpd on Raspberry Pi

How to Install and Configure vsftpd on Raspberry Pi

In the current trend of cloud storage, FTP as a file transfer protocol seems a bit “old-fashioned”. However, FTP solutions have a mature software ecosystem and perfect permission control. You hardly need to do any development; you just need to choose the right software to create a file sharing server. It can be used for … Read more