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

Getting Started with Raspberry Pi 5: Desktop OS, aapanel, and PVE8

Getting Started with Raspberry Pi 5: Desktop OS, aapanel, and PVE8

NO.1 Final Result Installed Raspberry Pi 5 OS (64-bit recommended system) Note this is not a slim version, nor is it the full recommended software version, and it is not a 32-bit version The system size is about 1.2GB Desktop version interface For the convenience of the desktop and testing desktop memory usage, I ultimately … Read more

How to Use Raspberry Pi Desktop Without a Monitor

How to Use Raspberry Pi Desktop Without a Monitor

Zhaoolee has started a long series on GitHub titled “Raspberry Pi Doesn’t Gather Dust” https://github.com/zhaoolee/pi. It has currently been updated to 18 articles, mainly focused on using Raspberry Pi to install Ubuntu as a home server. image.png Coincidentally, I have an idle Raspberry Pi 4B on hand, and I plan to deeply explore the Raspberry … Read more

How to Connect Raspberry Pi 5 Using USB to UART Serial Cable

How to Connect Raspberry Pi 5 Using USB to UART Serial Cable

When using the Raspberry Pi, most of the time there is no monitor and keyboard/mouse available, and you may find that you cannot connect via WiFi or wired Ethernet. In these cases, there is still a way to connect, which is through the Raspberry Pi’s serial console connected to a computer without using a monitor, … Read more