A Comprehensive Guide to gpiozero: A Raspberry Pi GPIO Control Library in Python

A Comprehensive Guide to gpiozero: A Raspberry Pi GPIO Control Library in Python

gpiozero: A Raspberry Pi GPIO Control Library in Python In the field of embedded development, the Raspberry Pi is a very popular development board. However, directly manipulating GPIO often requires handling many low-level details, which deters many developers. Until I encountered the gpiozero library, which made GPIO control so simple and elegant, it felt like … Read more

How to Connect a Raspberry Pi to a Laptop via Remote Desktop

How to Connect a Raspberry Pi to a Laptop via Remote Desktop

Everything works on the premise —– The Raspberry Pi is already connected to the network (Ethernet/Wi-Fi) Step 1: Power on, right? Step 2: Connect to the Internet. Here, connect to the Wi-Fi. Enter the password –ok Step 3: Open the Raspberry Pi terminal and enter sudo apt-get install tightvncserver sudo apt-get install xrdp (press enter) … Read more

Build a NAS with Raspberry Pi from Scratch: The Most Detailed Tutorial

Build a NAS with Raspberry Pi from Scratch: The Most Detailed Tutorial

1. Overview As we all know, transferring data between two computers in an office can be very troublesome, and NAS can solve this problem very well. There are many methods to build NAS with Raspberry Pi. Previously, we have filmed tutorials using Samba and FTP to achieve NAS functionality, but these require command line configuration … Read more

How to Enable VNC Remote Desktop Control on Raspberry Pi

How to Enable VNC Remote Desktop Control on Raspberry Pi

Blog Address: lingshunlab.com ClickRead the original text, the layout is better, and the computer browsing effect is better. In simple terms, VNC is a software that allows you to remotely control another host through your phone or computer. When we operate Raspberry Pi, we can remotely control it via VNC without the need to configure … Read more

Raspberry Pi ROS Melodic v1.9 Desktop System Release

Raspberry Pi ROS Melodic v1.9 Desktop System Release

0x00 System Introduction The new version of the system released this time is compiled by updating all ROS package source codes to the latest version, and no new ROS packages have been compiled. This new version does not have any highlights, as the previous version 1.8 was released more than half a year ago; this … Read more

Running Full Windows 10 ARM on Raspberry Pi

Running Full Windows 10 ARM on Raspberry Pi

Microsoft launched the Windows 10 IoT version in 2015 for the Raspberry Pi series and other single-board computers to install and deploy more applications. However, the Raspberry Pi series devices use Broadcom’s ARM processors, so they can only run universal applications from the Windows 10 store. If you find this monotonous, you will soon have … Read more

DeskHop: Efficiently Share Mouse and Keyboard Between Two Computers Using Raspberry Pi Pico

DeskHop: Efficiently Share Mouse and Keyboard Between Two Computers Using Raspberry Pi Pico

In modern work environments, many professionals often need to use multiple computers simultaneously to complete different tasks. However, switching between two or more devices can often be cumbersome and time-consuming, especially when sharing the same keyboard and mouse. The emergence of the DeskHop project aims to help users achieve seamless switching and efficient processing through … Read more

Complete Raspberry Pi ROS Kinetic V1.4 Desktop Image Release

Complete Raspberry Pi ROS Kinetic V1.4 Desktop Image Release

0x00 Introduction to V1.4 Version Image The upgrade of this version image is mainly to adapt to the newly released Raspberry Pi 4 motherboard, as the last released v1.3 version kinetic image could not run on Raspberry Pi 4. The image released this time can run on all models of Raspberry Pi motherboards in the … Read more

Building a Portable Ham Radio Station with Raspberry Pi and ICOM 705

Building a Portable Ham Radio Station with Raspberry Pi and ICOM 705

My Portable Ham Radio Setup By: Karl-Heinz Krauchik I am a big fan of outdoor radios, Raspberry Pi computers, and the recent ICOM 705. I have always wanted the perfect go-box to be able to send and receive quickly anywhere. “Grab and go” is my motto. Especially in digital modes, which I really enjoy. My … Read more

How to Build a Personal Web Server with Raspberry Pi

How to Build a Personal Web Server with Raspberry Pi

A personal web server is like a “cloud” that you own and control, rather than a large corporation. Having your own cloud has many benefits, including customization, free storage, free internet services, access to open-source software, high security, complete control over your content, the ability to change quickly, and a place to experiment with code. … Read more