AMD FPGA Evaluation Kit Supports Raspberry Pi, Arduino, Mikrobus, and Pmod Expansion

AMD FPGA Evaluation Kit Supports Raspberry Pi, Arduino, Mikrobus, and Pmod Expansion

The AMD SCU35 evaluation kit is an affordable development board ($229) equipped with the AMD Spartan UltraScale+ SU35P FPGA device, aimed at low-power industrial, medical, and data center applications that require I/O expansion and board management capabilities.This board is designed for headless applications, featuring a 10/100 Mbps Ethernet port and a USB-C power port, along … Read more

What is the Raspberry Pi? A Global Phenomenon with 46 Million Units Sold!

What is the Raspberry Pi? A Global Phenomenon with 46 Million Units Sold!

Recommended public account to follow ↓ Have you ever seen a computer the size of a credit card? It can transform into a retro gaming console to relive childhood memories, set up smart surveillance to protect your home, and serve as an entry-level tool for learning programming. This globally popular “pocket black technology” is the … Read more

V-Link: A Comprehensive GMSL2 Camera Connection Solution

V-Link: A Comprehensive GMSL2 Camera Connection Solution

Videtronic’s V-Link is a compact solution designed to leverage GMSL2 (Gigabit Multimedia Serial Link v2) technology to extend the transmission distance of Raspberry Pi MIPI DSI cameras up to 15 meters using a single cable. The V-Link utilizes a MIPI CSI to GMSL2 board based on the MAX96717, which connects to the MIPI CSI interface … Read more

What is the Raspberry Pi? A Global Phenomenon with 46 Million Units Sold!

What is the Raspberry Pi? A Global Phenomenon with 46 Million Units Sold!

Recommended public account to follow ↓ Have you ever seen a computer the size of a credit card? It can transform into a retro gaming console to relive childhood memories, set up smart surveillance to protect your home, and serve as an entry-level tool for learning programming. This globally popular “pocket black technology” is the … Read more

What is the Raspberry Pi? A Global Phenomenon with 46 Million Units Sold!

What is the Raspberry Pi? A Global Phenomenon with 46 Million Units Sold!

Recommended public account to follow ↓ Have you ever seen a computer the size of a credit card? It can transform into a retro gaming console to relive childhood memories, set up smart surveillance to protect your home, and serve as an entry-level tool for learning programming. This globally popular “pocket black technology” is the … Read more

Low-Cost Offline AI 3D Printing Error Detection Integrated with Home Assistant

Low-Cost Offline AI 3D Printing Error Detection Integrated with Home Assistant

Although most new 3D printers now come with built-in AI detection features, this is not a novel concept. However, if you prefer not to connect your 3D printer to the internet and only operate it on a local network, or if you have commercial confidentiality concerns, or simply dislike the detection capabilities of the 3D … Read more

Your Ultimate Guide to Remote Management with OctoPrint: From Installation to Advanced Features

Your Ultimate Guide to Remote Management with OctoPrint: From Installation to Advanced Features

【Article Summary】Are you tired of frequently plugging and unplugging the SD card from your 3D printer? Want to monitor your printing progress from your phone while lying down? The open-source tool OctoPrint can completely free your hands! This article will unlock all the practical features of this “3D Printing Remote Control Tool”. 🌟 What is … Read more

Installing Docker on Raspberry Pi 4B with Raspberry Pi OS 64-bit Lite (Debian Bookworm)

Installing Docker on Raspberry Pi 4B with Raspberry Pi OS 64-bit Lite (Debian Bookworm)

Test Environment:1. Raspberry Pi 4B 8GB version2. Operating System:Raspberry Pi OS 64-bit Lite (Debian Bookworm)Steps:1. Update the system: sudo apt update -y && sudo apt upgrade -y2. Install required packages and import key to set permissions sudo apt install ca-certificates curl sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc sudo chmod … Read more

Installing NVTOP on Raspberry Pi 5 to Monitor GPU and Memory Usage

Installing NVTOP on Raspberry Pi 5 to Monitor GPU and Memory Usage

IntroductionOn the Raspberry Pi, you can use the built-in htop command to monitor CPU and memory usage in real-time via the terminal, but it does not provide any information about GPU and memory usage.Recently, I attempted to display some images using the GPU, but I couldn’t be sure if the program was actually utilizing the … Read more

Differences Between Raspberry Pi and Microcontrollers

Differences Between Raspberry Pi and Microcontrollers

The Raspberry Pi is a microcomputer based on the ARM architecture, equipped with a complete operating system and strong computing capabilities, suitable for running complex applications; while a microcontroller is an integrated processor, memory, and I/O interface, typically running bare metal or real-time operating systems, focusing on real-time control and simple task processing. There are … Read more