DIY Raspberry Pi with Kali Linux: A Step-by-Step Guide

DIY Raspberry Pi with Kali Linux: A Step-by-Step Guide

Due to the impact of the pandemic, I have spent more time at home, and finally have the opportunity to tinker with the Raspberry Pi 4B that I purchased last year. During a large-scale offensive and defensive exercise last year, I heard about the incredible operation of using a drone + Raspberry Pi for wireless … Read more

Data Acquisition HATs Modules Based on Raspberry Pi

Data Acquisition HATs Modules Based on Raspberry Pi

MCC DAQ HATs series modules, based on the ubiquitous low-cost computer Raspberry Pi®, bring you high-quality testing and measurement solutions. The launch of MCC DAQ HATs provides professional high-quality data acquisition and data logging capabilities for the Raspberry Pi® platform. HAT Module MCC 118 Voltage Testing After-tax price 999 yuan HAT Module MCC 152 Voltage … Read more

Exploring Arch Linux ARM: A Lightweight Linux Distribution for ARM Platforms

Exploring Arch Linux ARM: A Lightweight Linux Distribution for ARM Platforms

Arch Linux ARM is a Linux distribution specifically designed for ARM computers, embodying the core philosophy of Arch Linux, aimed at providing users with a simple, flexible, and fully controllable experience. This article will delve into the features of Arch Linux ARM and its applicable scenarios. The Core Philosophy of Arch Linux ARM The design … Read more

AI Personnel Detection with Raspberry Pi 5, ROS2, D405 Depth Camera, and YOLO

AI Personnel Detection with Raspberry Pi 5, ROS2, D405 Depth Camera, and YOLO

Using a depth camera to capture images, YOLO detects human bodies and can be configured on the Raspberry Pi 5, suitable for various small to medium-sized robots. Configuration Raspberry Pi 5 ROS2 Jazzy Intel RealSense D405 Depth Camera YOLOv8n Model Using 30 Fps, it is recommended to change to 6 Fps on Raspberry Pi 5 … Read more

Essential Raspberry Pi Commands Using vcgencmd

Essential Raspberry Pi Commands Using vcgencmd

vcgencmd tool is used to output information from the VideoCore GPU on Raspberry Pi. You can find the source code for the vcgencmd utility at Github.To get a list of all supported vcgencmd commands, use vcgencmd commands. Below are some useful commands and their required parameters. vcos The vcos command has two useful subcommands: version … Read more

Getting Started with Raspberry Pi: Course 2 OK02

Getting Started with Raspberry Pi: Course 2 OK02

Course OK02 is built on the foundation of Course OK01, achieving blinking by continuously turning the OK or ACT LED indicators on and off. — Robert Mullins Course OK02 is built on the foundation of Course OK01, achieving blinking by continuously turning the OK or ACT LED indicators on and off. Assuming you already have … Read more

2 Methods to Transfer Files Using FTP Server on Industrial Raspberry Pi

2 Methods to Transfer Files Using FTP Server on Industrial Raspberry Pi

[Image]Click to follow us for more IIOT insights![Image][Image]Hongke Industrial Raspberry Pi with high performance, multiple interfaces, and wide temperature range—adapted to harsh environments★★★★★1 IntroductionHow much do you know about FTP? The FTP server (File Transfer Protocol Server) is a computer that provides file storage and access services on the Internet…

Raspberry Pi 4B Guide: Setting Up Your Own Private Cloud Storage

Raspberry Pi 4B Guide: Setting Up Your Own Private Cloud Storage

Introduction It has been almost a month since I unboxed the Raspberry Pi 4B. During this time, I have tried running several services on the Raspberry Pi. Overall, the 8GB version’s memory is indeed excessive; except for once when I built an aarch64 architecture Docker image, the memory usage peaked at 40%, while at other … Read more

Beginner’s Guide to Raspberry Pi Python Programming – Displaying CPU Temperature with a Two-Digit Display

Beginner's Guide to Raspberry Pi Python Programming - Displaying CPU Temperature with a Two-Digit Display

Displaying CPU Temperature with a Two-Digit Display Overview A few days ago, we learned how to use a one-digit display to show single-digit countdowns. This time, we will learn how to use a two-digit display to show the CPU temperature. In this lesson, we will learn: The display principle of a two-digit display Persistence of … Read more