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

21 Creative Arduino Project Ideas for Beginners

21 Creative Arduino Project Ideas for Beginners

Arduino is a versatile open-source electronics platform that enables countless enthusiasts, hobbyists, and professionals to delve into the exciting world of electronics and programming. With its user-friendly interface and rich ecosystem of components, Arduino serves as an excellent gateway for individuals eager to explore the realm of physical computing and interactive projects. Engaging in practical … Read more

Essential Snowboard Protective Gear for Beginners

Essential Snowboard Protective Gear for Beginners

Snowboard Gear Outdoor snow fields Snowboard gear includes the following: This article focuses on protective gear, which ishighly recommended equipment. (Other equipment will be shared in separate articles) Some say: “Lacking skills, just rely on gear,” but besides the essential gear, protective gear is also extremely important, especially for beginners. Chinese snow fields mainly have … Read more

Open Source GUI for Embedded Systems

Open Source GUI for Embedded Systems

When QT was acquired for 600 million dollars, it was shocking! Is the graphical interface really that valuable? µGUI is a free and open-source graphics library for embedded systems. It is platform-independent and can be easily ported to almost any microcontroller system. Source Code http://www.gitpp.com/plang/ugui-cn What is µGUI? µGUI is a free and open-source graphics … Read more

Getting Started with Raspberry Pi: Initial Setup Guide

Getting Started with Raspberry Pi: Initial Setup Guide

First, unplug the Raspberry Pi’s power supply to ensure it is powered off while connecting external devices. If you have the operating system installed on a microSD card, you can now insert it into the Raspberry Pi. Next, plug in other external devices such as a mouse, keyboard, and monitor. Finally, connect the power supply … Read more

Release of Arduino IDE 2.0.0: A User-Friendly Interface with Enhanced Features

Release of Arduino IDE 2.0.0: A User-Friendly Interface with Enhanced Features

The new version of Arduino IDE 2.0.0 has been officially released. The new development environment is based on the Eclipse Theia framework, an open-source project based on the same architecture as VS Code. The front end is written in TypeScript, and most of the back end is written in Golang. The new IDE offers a … Read more