Transforming Raspberry Pi into a Bluetooth Speaker

Transforming Raspberry Pi into a Bluetooth Speaker

(Shared by rekcah1986) 0. It is impossible to change, you must first have a regular speaker. 1. Flash the Stretch system, address: https://downloads.raspberrypi.org/raspbian_latest 2. The default source seems to have problems, change it: sudo vim /etc/apt/sources.list #deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi <<— Block this source # Uncomment line below then 'apt-get update' to … Read more

How to Install and Run Minecraft 1.8.9 on Raspberry Pi

How to Install and Run Minecraft 1.8.9 on Raspberry Pi

This article is contributed by Gloomy Ghost, introducing how to install and run Minecraft 1.8.9 on Raspberry Pi 2B. Update System sudo apt-get update && sudo apt-get -y upgrade Install the necessary display programs sudo apt-get -y install xcompmgr libgl1-mesa-dri && sudo apt-get -y install libalut0 libalut-dev && sudo apt-get -y install mesa-utils Configure the … Read more

Installing OpenCV and Real-Time Video Transmission on Raspberry Pi

Installing OpenCV and Real-Time Video Transmission on Raspberry Pi

Installing OpenCV and real-time video transmission This functionality is based on opencv, numpy, zmq, and base64 libraries to achieve real-time transmission of images captured by the camera to other locations for display or for machine vision processing by the host computer. The hardware used in this tutorial mainly includes a PC and a Raspberry Pi … Read more

How to Install OpenWrt on Raspberry Pi to Create a Super Router

How to Install OpenWrt on Raspberry Pi to Create a Super Router

There are many tutorials online about installing OpenWrt on Raspberry Pi. Here, I will share my personal installation experience and the pitfalls I encountered 🕳. I hope this article can provide some small help to you who found it. Preparation: 1 Raspberry Pi 3B 2 TF card 3 Network cable 4 Laptop 5 Router connected … Read more

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