Common Terminal Tools for Embedded Development

Common Terminal Tools for Embedded Development

Follow+Star Public Account, don’t miss the wonderful content Source | Embedded Mix Embedded development often requires some terminal tools and serial tools, such as: What tools are you using? This article summarizes some commonly used terminal tools. WindTerm WindTerm is an open-source free, cross-platform SSH/Sftp/Shell/Telnet/Serial client that supports Windows, Linux, and macOS. It is very … Read more

Master Raspberry Pi: A Step-by-Step Guide

Master Raspberry Pi: A Step-by-Step Guide

The Raspberry Pi, a compact yet powerful microcomputer, is quietly changing the way we live. It is affordable and incredibly versatile, making it a playground for developers, makers, and programming enthusiasts alike. This article will guide you step-by-step through the basics of Raspberry Pi development, launching your personal supercomputer journey! Step 1: Network Connection – … 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

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

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