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 Install Java JDK on Raspberry Pi

Java is one of the most popular programming languages used to build various applications and systems. There are two different implementations of Java, Oracle Java and OpenJDK. Among them, OpenJDK is the open-source implementation of the Java platform. Oracle Java has some additional commercial features, and its license only allows non-commercial use. Below is how … Read more

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

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

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

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

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

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

How to Install IPFS on Raspberry Pi

The Raspberry Pi is a product that many electronic DIY enthusiasts are probably very familiar with. This palm-sized integrated circuit board has common hardware interfaces such as USB, Ethernet, and GPIO pins. It is easy to operate, user-friendly, and portable, capable of booting the system with just an SD card to achieve many functions. More … Read more