Raspberry Pi Beginner’s Guide – 3. Installing the Raspberry Pi Operating System (b)

Raspberry Pi Beginner's Guide - 3. Installing the Raspberry Pi Operating System (b)

Click the blue text | Follow me Hello! I am glad to have you follow the Industrial Novelist and watch videos here. Our platform offers a variety of video tutorials, starting from July 8, 2023, we have been updating every week on Mondays, Wednesdays, Fridays, Saturdays, and Sundays, aiming to provide more complete, systematic, and … Read more

Building an Embedded Linux Environment on Raspberry Pi 4B: A Complete Guide from Scratch

Building an Embedded Linux Environment on Raspberry Pi 4B: A Complete Guide from Scratch

### Introduction In today's rapidly developing Internet of Things (IoT) and edge computing landscape, the Raspberry Pi 4B, with its powerful quad-core Cortex-A72 architecture and rich expansion interfaces, has become an ideal platform for embedded Linux development. This article will detail the process of building a complete embedded Linux development environment from scratch, aimed at … Read more

Raspberry Pi Officially Enters the Microcontroller Market with Raspberry Pi Pico

Raspberry Pi Officially Enters the Microcontroller Market with Raspberry Pi Pico

Description: 1. Raspberry Pi has begun to enter the microcontroller market, using its own RP2040 chip, with a main frequency of 133MHz, dual-core M0+, and 264KB of RAM. 2. The entry of Raspberry Pi into this field is primarily for ecological layout, as there are already many such boards on the market. We will see … Read more

Hardcore DIY Smart Speaker by Bilibili UP Master: Powered by ChatGPT, Truly Intelligent

Hardcore DIY Smart Speaker by Bilibili UP Master: Powered by ChatGPT, Truly Intelligent

Reported by Machine Heart Machine Heart Editorial Team Is a “turning point” in the smart speaker field about to arrive with the support of large language models? During the years when smart speakers were all the rage, many people hoped to have deep conversations with their speakers.Unfortunately, the reality fell short, as the conversational abilities … Read more

AI Coding – How to Use SPI Device to Operate TPM Registers on Raspberry Pi

AI Coding - How to Use SPI Device to Operate TPM Registers on Raspberry Pi

#include<stdio.h> #include<stdlib.h> #include<fcntl.h> #include<unistd.h> #include<sys/ioctl.h> #include<linux/spi/spidev.h> // Define the SPI device path #define SPI_DEVICE“/dev/spidev0.0” // Set the SPI mode unsigned char spi_mode = SPI_MODE_0; // Set the number of bits per word unsigned char spi_bits_per_mode = 8; // Set the maximum SPI transfer speed in Hz int spi_max_speed_hz = 1000000; // Initialize the SPI device … Read more

Introduction to Raspberry Pi – 1. What is Raspberry Pi

Introduction to Raspberry Pi - 1. What is Raspberry Pi

Click the blue text | Follow me Hello! I am glad to have you follow the Industrial Novelist and watch videos here. Our platform offers a variety of video tutorials, starting from July 8, 2023, we have been updating every week on Mondays, Wednesdays, Fridays, Saturdays, and Sundays, aiming to provide more complete, systematic, and … Read more

The Success of Running Qwen3 on Raspberry Pi 5: A Sci-Fi Movie Becomes Reality

The Success of Running Qwen3 on Raspberry Pi 5: A Sci-Fi Movie Becomes Reality

Thank you for reading, I am Jiang Feng, focusing on AI tools, intelligent agents, and AI programming. I am a science fiction movie fan and have watched almost all sci-fi movies, often more than once. For example, movies like Ex Machina, Chappie, I, Robot, and The Matrix are all excellent films. These movies present a … Read more

Running Large Models Smoothly on Raspberry Pi! Empowering Terminals with Autonomous Learning and Memory Capabilities | Interview with RockAI CEO Liu Fanping

Running Large Models Smoothly on Raspberry Pi! Empowering Terminals with Autonomous Learning and Memory Capabilities | Interview with RockAI CEO Liu Fanping

Empowering every device in the world with its own intelligence Source: Quantum Bit, Author: Wang Xinyi, Original link: Running Large Models Smoothly on Raspberry Pi! Empowering Terminals with Autonomous Learning and Memory Capabilities | Interview with RockAI CEO Liu Fanping In early 2022, before OpenAI released ChatGPT, RockAI had already chosen to bet on anon-Transformer … Read more

Transforming a Bicycle into a Motorcycle – Building a Personal Server!

Transforming a Bicycle into a Motorcycle - Building a Personal Server!

Source: WeChat Official Account 【Osprey Talks Microcontrollers】 Author: Osprey ID: emOsprey Introduction Recently, I set up a personal server at home. With the home broadband, I decided to build a server, YYDS (forever). I used a Raspberry Pi 3B+, with a 16GB (TF card) + 1GB configuration, but after adding various functions, it became clear … Read more

How to Write Your Own .NET IoT Device Driver from Scratch

How to Write Your Own .NET IoT Device Driver from Scratch

This article will detail how to write a .NET IoT device driver from scratch using the NV3030B LCD device driver as an example. We will use the Raspberry Pi as the hardware platform and refer to the official .NET IoT Ili934x TFT LCD driver library. 1. Background In the previous article “Getting Started with .NET … Read more