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

A Brief History of the Development of Embedded Devices and Microcomputers

A Brief History of the Development of Embedded Devices and Microcomputers

Did you know? The smartphones, smartwatches, washing machines, and even cars we use every day all contain an “invisible brain”—the embedded system. The microcomputers that allow developers to easily create various smart gadgets are quietly changing the world. This all began over 60 years ago. In the 1960s, the prototype of embedded systems appeared in … Read more

Raspberry Pi AI HAT+: Unleashing AI Superpowers with 26 TOPS from Scratch

Raspberry Pi AI HAT+: Unleashing AI Superpowers with 26 TOPS from Scratch

Previous Issue: The AI HAT+ occupies all GPIO pins, and I have already purchased the TOUCH Display 2. What should I do? Last time we discussed that the Display 2 uses a 32-bit system. This time, to use the AI HAT+ extension, I re-flashed the OS to a 64-bit system because the AI HAT+ 26 … Read more

A Step-by-Step Guide to Using OpenCV on Raspberry Pi

A Step-by-Step Guide to Using OpenCV on Raspberry Pi

Click the card below to follow “Computer Vision Home” for the latest insights on visual/image processing! Get the latest updates on visual/image processing delivered to you! Creating products involves not only software but also hardware, which plays a crucial role. Specifically, in computer vision, we need compact edge hardware to deploy our object detection models … Read more