How to Set Up a BT Downloader Using Raspberry Pi and OpenWrt

How to Set Up a BT Downloader Using Raspberry Pi and OpenWrt

Due to the changes in the article push rules of the public account, which no longer sort by publication time, please remember to hit the「Looking」 in the lower right corner, and click the “ … ” in the top right corner of the public account homepage to set Programmer Geek Laboratory as a star mark … Read more

Getting Started with Raspberry Pi: Unboxing and Setup for Various Models

Getting Started with Raspberry Pi: Unboxing and Setup for Various Models

Before you start using the Raspberry Pi, you will need the following devices: – Power supply – micro SD card (for storing the system and files) If you want to set up the Raspberry Pi as an interactive computer with a desktop, you will need to pre-configure the hostname, user account, network connection, and configure … Read more

Installing Fedora on Raspberry Pi 3: A Step-by-Step Guide

Installing Fedora on Raspberry Pi 3: A Step-by-Step Guide

(For Linux enthusiasts, enhance your Linux skills) Source: Linux China Running Fedora on Raspberry Pi. The Raspberry Pi Foundation has produced many models over the years. The installation process described in this article has been tested on the third-generation Raspberry Pi: 3B v1.2 and B+ (the older Raspberry Pi 2 and the new Raspberry Pi … Read more

How to Install VoIP System Asterisk on Raspberry Pi

How to Install VoIP System Asterisk on Raspberry Pi

Are you looking for a phone system for a small business or home office? I have always been interested in scalable VoIP (Voice over IP) solutions, and later I found an implementation of Asterisk on the Raspberry Pi. — Don Watkins Table of Contents –Getting Started10% –Testing35% –Completing a Call77% Are you looking for a … Read more

Installing Ubuntu MATE on Raspberry Pi: A Quick Guide

Installing Ubuntu MATE on Raspberry Pi: A Quick Guide

This quick guide shows you how to install Ubuntu MATE on your Raspberry Pi device. — Chinmay The Raspberry Pi is currently the most popular single-board computer and is the preferred board for makers. Raspbian is the official operating system for Raspberry Pi based on Debian. It is lightweight and comes with educational tools and … Read more

Installing Fedora on Raspberry Pi 3: A Step-by-Step Guide

Installing Fedora on Raspberry Pi 3: A Step-by-Step Guide

Introduction: Running Fedora on Raspberry Pi.                                                Word count: 2180, estimated reading time: 3 minutes https://linux.cn/article-12520-1.htmlAuthor: Nick HardimanTranslator: geekpi Running Fedora on Raspberry Pi. The Raspberry Pi Foundation has produced many models over … Read more

Upgrade Your Raspberry Pi Operating System: Based on Debian 12, Phasing Out X11

Upgrade Your Raspberry Pi Operating System: Based on Debian 12, Phasing Out X11

Introduction: To match the latest Raspberry Pi 5 hardware, the Raspberry Pi operating system is ready, incorporating Debian 12 and other significant updates. Word count: 2157, estimated reading time: 3 minutes https://linux.cn/article-16285-1.htmlAuthor: Sourav Rudra Translator: ChatGPT To match the latest Raspberry Pi 5 hardware, the Raspberry Pi operating system is ready, incorporating Debian 12 and … Read more

How RetroPie is Designed: The Leading Open Source Project in Embedded Systems

How RetroPie is Designed: The Leading Open Source Project in Embedded Systems

What is RetroPie? An open source project that transforms Raspberry Pi and other boards into gaming consoles. ▲ RetroPie running on Raspberry Pi Github: https://github.com/RetroPie/RetroPie-Setup At first glance, based on Shell, what’s so impressive about it? But upon reflection, a simple project achieving 9.4K stars must have its merits. The two most important things to … Read more

Scientific Computing with Python on Raspberry Pi

Scientific Computing with Python on Raspberry Pi

Translation organized by Python Tribe (python.freelycode.com), no reproduction allowed, sharing is welcome. This article is a guide on how to install a Python scientific computing stack suitable for geospatial analysis on Raspberry Pi 3. The whole process takes only a few minutes. The Raspberry Pi 3 was announced two weeks ago with substantial improvements in … Read more

RPPAL: An Excellent Embedded Rust Development Library for Raspberry Pi

RPPAL: An Excellent Embedded Rust Development Library for Raspberry Pi

RPPAL is a powerful library that provides a user-friendly interface for Raspberry Pi, allowing you to easily access peripherals such as GPIO, I2C, PWM, SPI, and UART. It not only enables you to control these peripherals effortlessly but also supports USB-to-serial adapters, allowing for more interesting development on the Raspberry Pi. The Core Advantages of … Read more