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

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

How to Install MQTT on Raspberry Pi

How to Install MQTT on Raspberry Pi

In this article, we learn how to transmit MQTT messages from ESP8266 / NodeMCU to a Raspberry Pi running an MQTT broker. Our NodeMCU will read the light levels through a light-dependent resistor (LDR) and then transmit this information to the Raspberry Pi over Wi-Fi using MQTT. NodeMCU is an open-source IoT platform. It is … Read more

Setting Up Samba on Raspberry Pi for File Sharing

Setting Up Samba on Raspberry Pi for File Sharing

Introduction Today, I will discuss how to set up <span>Samba</span> on Raspberry Pi for file sharing. Installation sudo pacman -S samba The configuration file is located at <span>/etc/samba/smb.conf</span>, but when you check this path, you will find it is empty. After searching for a while, I finally found a solution in Using Samba on Manjaro … Read more