Interacting with IoT Devices Using Python

Interacting with IoT Devices Using Python

In today’s rapidly advancing technological era, the Internet of Things (IoT) is gradually changing our ways of living and working. From smart homes to industrial automation, IoT devices are everywhere, providing us with more convenient and intelligent services. As a powerful and flexible programming language, Python plays a crucial role in the interactive programming with … Read more

Exploring The Best Raspberry Pi OS: Media Center, Gaming, Smart Home

Exploring The Best Raspberry Pi OS: Media Center, Gaming, Smart Home

This guide will explore some of the best operating systems you can install on a Raspberry Pi. Your Raspberry Pi can run a variety of different operating systems. Each operating system has its own advantages and disadvantages, so there may not be a perfect choice. Some operating systems can focus on specific functions, such as … Read more

Running .NET Core 3.0 on Raspberry Pi 4: True 64-bit!

Running .NET Core 3.0 on Raspberry Pi 4: True 64-bit!

Introduction Recently, I wrote an article titled “Installing .NET Core 3.0 Runtime and SDK on Raspberry Pi 4”, followed by subsequent articles on “Auto-starting .NET Core 3.0 Environment on Raspberry Pi”, “Nginx Configuration for Internal Access to Raspberry Pi 4 ASP.NET Core 3.0 Website”, and “Tianpai Magic | .NET Core 3.0 + Azure Remotely Turning … Read more

Exploring Gpiozero: A Powerful Tool for Raspberry Pi GPIO Programming

Exploring Gpiozero: A Powerful Tool for Raspberry Pi GPIO Programming

Exploring Gpiozero: A Powerful Tool for Raspberry Pi GPIO Programming In the world of Python programming on Raspberry Pi, interacting with hardware through GPIO programming is an attractive yet challenging task. From controlling simple LED blinking to building complex smart hardware systems, GPIO programming opens a door to the physical world for developers. However, traditional … Read more

Complete Guide to Python Picamera on Raspberry Pi

Complete Guide to Python Picamera on Raspberry Pi

How to Use Python’s Picamera Library with Raspberry Pi Camera Among the many third-party libraries in Python, Picamera stands out as a gem, specifically designed for Raspberry Pi users to operate and control its camera module. If you have a Raspberry Pi equipped with a camera module, Picamera allows you to easily take photos, record … Read more

What Is Python Programming Hardware?

What Is Python Programming Hardware?

Python itself is a programming language that does not require specific hardware to run, but different application scenarios may involve different hardware requirements. Here are several common hardware scenarios related to Python programming: Personal computers (PCs) and laptops: Most Python developers use regular personal computers or laptops for programming. These devices typically run Windows, macOS, … Read more

Home Assistant OS Network Configuration and Temperature Humidity Settings

Home Assistant OS Network Configuration and Temperature Humidity Settings

NO.1 HA Network Scheme Hardware Selection Raspberry Pi 5 (PVE) Gigabit Router (Redmi AX3000) The PVE relies on wired Ethernet Considering the network relay method, the router needs to support both wireless and wired relaying This requires at least two network ports, one WLAN port and one LAN port, with LAN assigned to PVE and … Read more

HomeLab Development Board (ARM64) [PVE]: Backup and Restore for Win, Linux, and More

HomeLab Development Board (ARM64) [PVE]: Backup and Restore for Win, Linux, and More

NO.1 Final Result Previously installed pve7 on the Orange Pi 5 Plus and several systems. Now attempting to backup and restore to the Raspberry Pi 5’s pve8 (essentially both are arm pve, just with different configurations). <<HomeLab Development Board (ARM64) [PVE]: Installing Ubuntu Server 22.04 VM on PVE7>> <<HomeLab Development Board (ARM64) [PVE]: Using Windows … Read more

Create High-Tech Products with Raspberry Pi in Three Days!

Create High-Tech Products with Raspberry Pi in Three Days!

Do you often come up with many novel ideas? Do you have a lot of crazy GEEK ideas? Do you want to improve the shortcomings of existing products? Do you want to create your own tech products by hand? Did you know? You can create it based on Raspberry Pi! What is Raspberry Pi? The … Read more

The Rise of Python Over 30 Years

The Rise of Python Over 30 Years

Python has reached its 30th anniversary. When Uncle Guido released Python in the 1990s, he probably never imagined that Python would achieve such a prominent status today. What Factors Have Contributed to Python’s Journey to Today? Among the dynamic languages 30 years ago, Perl and Python had the most overlapping functionalities, and Perl was the … Read more