Building a Large Language Model Voice Assistant on Raspberry Pi

M Click the blue words / Microsoft Developer MSDN Follow us Author: Shijiong – Microsoft Most Valuable Professional (MVP) Typesetting: Alan Wang Shijiong Microsoft Most Valuable Professional (MVP) Microsoft Azure MVP, Microsoft Community Contributor, author of “Windows IoT Application Development Guide”. The Raspberry Pi is a compact and portable single-board computer that is very popular … Read more

Setting Up Samba on Raspberry Pi for File Sharing

Introduction Today, I will discuss how to set up <span>Samba</span> on Raspberry Pi for file sharing. Installation sudo pacman -S samba The configuration file is located at <span>/etc/samba/smb.conf</span>, but when you check this path, you will find it is empty. After searching for a while, I finally found a solution in Using Samba on Manjaro … Read more

How to Install Tiny Tiny RSS on Raspberry Pi | Linux China

Use Tiny Tiny RSS to protect your privacy while reading news feeds. https://linux.cn/article-12264-1.htmlAuthor: Patrick H. MullinsTranslator: Xiaobin.Liu Tiny Tiny RSS (TT-RSS) is a free and open-source web-based news feed(feed) (RSS/Atom) reader and aggregator. It is perfect for those who value privacy and still rely on RSS to get daily news. TT-RSS is self-hosted software, so … Read more

Configuration Tutorial for Liuli on Raspberry Pi

This article introduces the configuration and deployment tutorial of Liuli on Raspberry Pi. Liuli[1] aims to help you build a multi-source, clean, and personalized reading environment in one place. It is still in slow development and iteration, and more friends are welcome to participate. The current applicable scenarios include: Building a pure RSS public account … Read more

Setting Up WordPress on Raspberry Pi: A Step-by-Step Guide

This simple tutorial will allow you to run your WordPress site on a Raspberry Pi. — Ben Nuttall Useful original links Please visit the “original link” at the end of the article for clickable in-text links, full-size original images, and related articles. Acknowledgements Compiled from | https://opensource.com/article/18/10/setting-wordpress-raspberry-pi Author | Ben Nuttall Translator | dianbanjiu 🌟🌟🌟 … Read more

Building a Private Cloud Storage on Raspberry Pi

This article aims to comprehensively introduce the entire process of building a cloud storage service, allowing those without a Linux background to avoid detours. Therefore, there are many details elaborated, which experienced users may ignore. Recently, many cloud storage services in China have collapsed one after another, and it is believed that many people do … Read more

Mastering Voice Recognition on Raspberry Pi: A Simple Guide

Author: Digi-Key’s North American Editors Voice assistants have quickly become an important product feature, thanks to popular smart voice-based products like Amazon Echo and Google Home. While voice service providers offer developers API support——so they do not have to become experts in voice recognition and parsing details——the requirement of combining audio hardware and voice processing … Read more

Using MQTT on Raspberry Pi: A Comprehensive Guide

MQTT Programming The Raspberry Pi, developed by the Raspberry Pi Foundation in the UK, is a microcomputer motherboard based on ARM architecture. This motherboard provides USB and Ethernet interfaces, allowing for the connection of keyboards, mice, and network cables. It has the basic functions of a PC, while also integrating Wi-Fi, Bluetooth, and a large … Read more

Experience SDR on Raspberry Pi 4

What is SDR? The definition of SDR (Software-defined Radio) on Wikipedia is: replacing some hardware components in wireless communication systems with software components on computers or embedded systems. SDR is not a new concept but a mature technology that has been widely used in military and mobile communications. It, along with SDA (Software-defined Antenna), contributes … Read more