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

Getting Started with Raspberry Pi: 15 Methods to Install MQTT Broker Service

Getting Started with Raspberry Pi: 15 Methods to Install MQTT Broker Service

Summary: Basic methods to install MQTT broker service on Raspberry Pi server Previously, we introduced the basic knowledge and principles of MQTT communication. We have also covered various commands in Linux. Today we will try to install MQTT broker service on Raspberry Pi. Typically, the MQTT broker is installed on Raspberry Pi using Mosquitto software. … Read more

Installing the Raspberry Pi 4B System and Schematic Overview

Installing the Raspberry Pi 4B System and Schematic Overview

Installing the Raspberry Pi 4B+ system~ First, let’s compare 32-bit and 64-bit: The main reasons for the official push for 64-bit operating systems are twofold. Many closed-source applications are only compatible with arm64, while open-source applications have not been fully optimized for armhf. Additionally, from a performance perspective, the advantages of the A64 instruction set … Read more

How to Install Postgres Database on a Raspberry Pi

How to Install Postgres Database on a Raspberry Pi

This tutorial introduces how to install Postgres on a Raspberry Pi; create a table; write simple queries; use pgAdmin GUI on Raspberry Pi, PC, or Mac; and interact with the database from Python. — Ben Nuttall Article Navigation ◈ Install13% ◈ pgAdmin39% ◈ Python71% Compiled from | https://opensource.com/article/17/10/set-postgres-database-your-raspberry-pi Author | Ben Nuttall Translator | qhwdw … 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

Raspberry Pi 4B System Installation and Configuration Guide

Raspberry Pi 4B System Installation and Configuration Guide

The tools mentioned in this article can be obtained from “Read the Original”. I recently purchased a Raspberry Pi 4B as a host to process sensor data. 1. Hardware Introduction The machine is configured as follows: CPU: Broadcom BCM2711 -||1.5GHz||64 bit||4 Cores||Arm Cortex-A72 GPU: Broadcom VideoCore VI @ 500 MhzRAM: LPDDR4-3200MHz 2GB (shared with GPU)Network: … Read more