Setting Up VNC Viewer for Raspberry Pi Remote Desktop

Setting Up VNC Viewer for Raspberry Pi Remote Desktop

The Raspberry Pi laboratory previously introduced “How to connect to Raspberry Pi using Windows Remote Desktop”, which used Microsoft’s “Remote Desktop Connection” as the client to log into Raspberry Pi. Below we introduce how to log into Raspberry Pi using the official certified RealVNC client. Before starting, you need to have logged into Raspberry Pi, … Read more

Build a Home Surveillance System with Raspberry Pi

Build a Home Surveillance System with Raspberry Pi

You can do this Author | Abhinaya Balaji Editor | Su Ma WeChat ID | csdn_iot Introduction There are many devices on the market that provide the ability to monitor the home environment from a central interface. In this article, we will DIY a set of such monitoring equipment. To do this, we will use … Read more

Testing Modbus RTU Communication on Raspberry Pi 3

Testing Modbus RTU Communication on Raspberry Pi 3

libmodbus We have introduced it many times in our public account and application notes, regarding its download, compilation, installation, configuration, cross-compilation, etc. If you are unclear, you can refer to previous articles in our public account. Classic example demonstration of Modbus TCP/IP Today I recommend: libModbus This article mainly involves testing the Modbus RTU mode. … Read more

Creating a Screen Driver for Raspberry Pi Using .NET IoT and Building a Quadruped Robot

Creating a Screen Driver for Raspberry Pi Using .NET IoT and Building a Quadruped Robot

↓Recommended Follow↓ Abstract This article mainly documents the technologies involved in my project, including: .NET IoT, .NET Web, .NET MAUI, and the framework used is the latest .NET 7. I developed and tested it using Raspberry Pi Zero 2 W (ubuntu-22.04), but the .NET IoT library also has a community submission by Zhang Gaoxing for … Read more

How to Take Screenshots on Raspberry Pi OS

How to Take Screenshots on Raspberry Pi OS

The screenshot tool on a computer seems like a basic tool that should be pre-installed on any operating system. However, there is nothing installed by default on the Raspberry Pi OS, so you have to find one yourself. There are many screenshot tools in the Linux environment, but only a few are actually useful. There … Read more

Exciting Raspberry Pi AI Kit Projects to Inspire Your Next Innovation

Exciting Raspberry Pi AI Kit Projects to Inspire Your Next Innovation

With the powerful AI accelerator module, the Raspberry Pi camera module and AI kit bring exciting possibilities for computer vision and machine learning. The versatility of the Raspberry Pi platform combined with its AI capabilities opens up a whole new world of possibilities for innovative smart projects. From creative experiments to practical applications like smart … Read more

Empower Your Raspberry Pi Camera with Picamera2

Empower Your Raspberry Pi Camera with Picamera2

In the world of Raspberry Pi, the camera module has always been a focal point. With the release of the new generation of Picamera2, users are greeted with an exciting moment. Picamera2 is a new camera interface based on libcamera, providing developers and makers with a simpler and more flexible Python API, making it an … Read more

Understanding the Differences Between Raspberry Pi, Arduino, and Microcontrollers

Understanding the Differences Between Raspberry Pi, Arduino, and Microcontrollers

Follow the blue text and reply with “Entry Materials” to get the ultimate tutorial from beginner to advanced on microcontrollers By | Wujie (WeChat: 603311638) The full text is about1383 words, reading takes about 5 minutes First, the conclusion: microcontrollers are more suitable for commercial products, while Raspberry Pi and Arduino are better for learning … Read more

Raspberry Pi and Arduino Serial Communication with DHT11

Raspberry Pi and Arduino Serial Communication with DHT11

Arduino has a rich set of external interfaces, and the biggest difference from Raspberry Pi’s IO ports is that Arduino has analog input interfaces that can measure analog values on IO ports. The communication scheme between Arduino and Raspberry Pi via serial (Serial) generally has two methods: one is through Raspberry Pi GPIO serial communication, … Read more

Custom Raspberry Pi System for Daily Use

Custom Raspberry Pi System for Daily Use

This article has 2419 words, and the reading time is about 3 minutes. Introduction: Install a lightweight Raspberry Pi system to make your Raspberry Pi lighter. https://linux.cn/article-12365-1.htmlAuthor: Patrick H. MullinsTranslator: MCGA You have a Raspberry Pi running Raspberry Pi OS(Raspberry Pi OS), which used to be called Raspbian, and you surely know that it is … Read more