Introduction to Raspberry Pi

Introduction to Raspberry Pi

Do you know about the Raspberry Pi? It’s not a dessert, but a computer that’s only the size of a credit card. If you’re a technical beginner, come and listen to this episode of “Raspberry Pi” shared by Zhang Hongjie, the algorithm director of the R&D department. The Raspberry Pi is an embedded Linux board … Read more

No Public IP Needed! Access Local Sites Anytime with Raspberry Pi and Nginx

No Public IP Needed! Access Local Sites Anytime with Raspberry Pi and Nginx

Linux | Red Hat Certified | IT Technology | Operations Engineer 👇 Join the 1000-member technical exchange QQ group Note: [Public Account] for faster access 1. Installing Nginx Installing Nginx on the Raspberry Pi is also quite simple. You can install it directly using the apt command. First, update the repository. sudo apt update Install … Read more

Raspberry Pi | Linux Commands

Raspberry Pi | Linux Commands

Click the above “Mechanical and Electronic Engineering Technology” to follow us 1. System Management Update the package list: sudo apt update Upgrade installed packages: sudo apt upgrade Install new packages: sudo apt install <package_name> Remove packages: sudo apt remove <package_name> Clean up unnecessary packages and cache: sudo apt autoremove Find packages: apt search <keywords> View … Read more

Raspberry Pi: A Card-Sized Computer for Student Programming Education

Raspberry Pi: A Card-Sized Computer for Student Programming Education

When you first see the term “Raspberry Pi”, do you think it’s a delicious cake? Naturally, you might ask “Baidu”, and you would find nearly 30,700 related entries. Raspberry Pi (Chinese name: “树莓派”, abbreviated as RPi or RasPi/RPi) is a card-sized computer designed for student programming education, the size of a credit card, and its … Read more

Build A DIY License Plate Recognition System With Raspberry Pi

Build A DIY License Plate Recognition System With Raspberry Pi

Click the “Machine Vision” above, then click the top right corner… select “Pin/Star“Public Account to receive the latest articles! Source: Translated by Machine Heart Original article link: https://towardsdatascience.com/i-built-a-diy-license-plate-reader-with-a-raspberry-pi-and-machine-learning-7e428d3c7401 Author:Robert Lucian Chiriac Translated by Machine Heart Out of boredom, we equipped our beloved car with a Raspberry Pi, paired it with a camera, designed a client, … Read more

Useful Knowledge: Interesting Basic Experiments with Raspberry Pi Pico

Useful Knowledge: Interesting Basic Experiments with Raspberry Pi Pico

Last week, we drew a Raspberry Pi Pico for everyone, and today we have brought some experimental routines. This includes several basic experiments, along with code and results. ▌01 PI Pico Experiment Board The Raspberry Pi Pico Development Board Basic Testing[1] provides basic setup for the PI Pico development board. By installing the Thonny development … Read more

Using RX 6750XT with Raspberry Pi 5 for 4K Gaming

Using RX 6750XT with Raspberry Pi 5 for 4K Gaming

You never know what fun things can be done with a Raspberry Pi! YouTube blogger Jeff Geerling often connects independent graphics cards to the Raspberry Pi. This time, he found a new partner for the Raspberry Pi 5, the AMD RX 6750 XT, because AMD’s open-source graphics drivers have always been well-made and have improved … Read more

5 Essential Skills Every FPGA Designer Must Master

5 Essential Skills Every FPGA Designer Must Master

In the book ‘The Legend of Tong Lin’, Tong Lin practiced the basics of ‘circling a big tree and untying a rope’ before mastering skills like ‘ghostly shadows following’ and ‘willow leaf soft palm’. In my opinion, to become a competent FPGA designer, one must master five essential skills: simulation, synthesis, timing analysis, debugging, and … Read more

Learning ROS2 Through Development Boards: 21 Lectures (C++ Node Example)

Learning ROS2 Through Development Boards: 21 Lectures (C++ Node Example)

In the previous section, we shared how to configure the environment on the board. In this section, we will gradually discuss some key points in ROS2. Reference Materials ROS2 21 Lecture Video: 【GuYueJu】GuYue·Introduction to ROS2 21 Lectures | Introducing a Brand New Robot Operating System_哔哩哔哩_bilibili (https://www.bilibili.com/video/BV16B4y1Q7jQ/?spm_id_from=333.337.search-card.all.click) ROS2 21 Lecture Document: ROS2 Introduction Tutorial (guyuehome.com) (https://book.guyuehome.com/) … Read more