Interesting Basic Experiments with Raspberry Pi Pico

Interesting Basic Experiments with Raspberry Pi Pico

Last week we gave away Raspberry Pi Pico, and today we have prepared some experimental routines for everyone. This includes several basic experiments with code and results. ▌01 PI Pico Experiment Board The Raspberry Pi Pico Development Board Basic Test[1] provides the basic setup for the PI Pico development board. By installing the Thonny development … Read more

How to Implement Deep Learning Object Detection with Raspberry Pi

How to Implement Deep Learning Object Detection with Raspberry Pi

“Raspberry Pi”, also known as RPi or RasPi, is a microcomputer designed for learning computer programming, based on the Linux system. Since its launch, it has been sought after by numerous computer enthusiasts and makers, once being difficult to obtain. Despite its credit card size, it can perform video, audio, and other functions, making it … Read more

Introduction to Hardware Control with Python: Controlling Raspberry Pi Hardware with RPi.GPIO

Introduction to Hardware Control with Python: Controlling Raspberry Pi Hardware with RPi.GPIO

The Raspberry Pi is a microcomputer that can interact with various electronic components through GPIO pins. Today we will learn how to use Python’s RPi.GPIO module to control these GPIO pins for hardware control. Whether you want to create smart home devices or DIY electronic projects, this is a very practical lesson. First, you need … Read more

Master Raspberry Pi: A Step-by-Step Guide

Master Raspberry Pi: A Step-by-Step Guide

The Raspberry Pi, a compact yet powerful microcomputer, is quietly changing the way we live. It is affordable and incredibly versatile, making it a playground for developers, makers, and programming enthusiasts alike. This article will guide you step-by-step through the basics of Raspberry Pi development, launching your personal supercomputer journey! Step 1: Network Connection – … Read more

Raspberry Pi Basic Series Tutorial: Lighting Up an LED

Raspberry Pi Basic Series Tutorial: Lighting Up an LED

【Click the above「Blue Text」 to follow DF Maker Community, let’s become tech enthusiasts together】 1. Hardware Preparation Raspberry Pi Breadboard LED Jumper Wires (Male to Female) Resistor 220 Ohm 2. Configuration Steps 1. First, we need to use the GPIO Zero library. Access the terminal via SSH or directly using a monitor. Update the repository … Read more

Introduction to Controlling Minecraft on Raspberry Pi with Python

Introduction to Controlling Minecraft on Raspberry Pi with Python

The official version of Minecraft requires a fee and has a steep learning curve for modding. The Raspberry Pi version of Minecraft is free and easily interacts with Python, making it an excellent learning tool. Students have a unique enthusiasm for Minecraft, and combining it with Python allows them to experience the charm of coding … Read more

Create A Basic Python Web Server Using Flask On Raspberry Pi

Create A Basic Python Web Server Using Flask On Raspberry Pi

Create a Basic Python Web Server Using Flask Flask is a Python-based micro-framework for creating web pages. It can be used to render a web-based interface on the Pi and is relatively easy to set up. Creating a dashboard is useful; I first encountered it while searching for a way to create my paddle pool … Read more

Raspberry Pi Tutorial: VNC Connection and Static IP Setup

Raspberry Pi Tutorial: VNC Connection and Static IP Setup

This lesson mainly explains how to connect and control the Raspberry Pi via VNC, check the Raspberry Pi’s IP address, and configure a permanent static IP address for the Raspberry Pi. We are committed to creating a comprehensive and detailed Raspberry Pi curriculum and practical applications, using humorous animations, dialogue scenes, and real case demonstrations … Read more

Remote Connection to Raspberry Pi Without Screen Using Ethernet

Remote Connection to Raspberry Pi Without Screen Using Ethernet

From the previous theory to practical operations, I believe everyone has gained a deeper understanding of the Raspberry Pi. In this lesson, we will focus on the grid port and reducing the connection accessories, allowing everyone to better enjoy the fun of single-board connections. #The Raspberry Pi can be applied in a state of remote … Read more

Getting Started with Raspberry Pi: Lesson 3 – System Installation

Getting Started with Raspberry Pi: Lesson 3 - System Installation

Headache! Headache! I messed up again! Still not installed successfully! After watching this video, “Special Treatment for Headaches”! I’ll install as much as I can. Hahaha! Just kidding, this short video introduces several commonly used operating systems for Raspberry Pi, making it easy for everyone to understand. At the same time, it provides a live … Read more