Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Deploying Windows 11 on ARM on Raspberry Pi and Other Devices

Microsoft has provided support for Raspberry Pi single-board computers since Windows 10, allowing the installation of a low-power IoT version provided by Microsoft. However, the IoT version cannot run desktop applications, making its practical use limited, especially for desktop users of Raspberry Pi who need a complete operating system. Now, developers have successfully deployed Windows … Read more

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B

Porting LittlevGL on RT-Thread for Raspberry Pi 3B 1. Overview 2. Resource Preparation 3. Getting Started 4. Seamless Integration of RT-Thread and LVGL 5. Conclusion 1. Overview This article mainly describes the process of porting LVGL on RT-Thread for Raspberry Pi 3B. It implements the process of RTT porting LVGL in the simplest way. You … Read more

Lightweight Kubernetes Cluster on Raspberry Pi with Servercore

Lightweight Kubernetes Cluster on Raspberry Pi with Servercore

Servercore is a dynamic cloud platform that recently launched its servers in the vibrant city of Nairobi, Kenya. I was attracted by their free coupon offer to experience their cloud resources, so I couldn’t resist exploring their proud unique server specifications, including the Raspberry Pi 4B server. Servercore: https://servercore.com/ In this guide, we will introduce … Read more

Install and Run Alpine Linux on Raspberry Pi

Install and Run Alpine Linux on Raspberry Pi

Alpine Linux is known for its minimal size and security features, making it an ideal operating system choice for resource-constrained devices like the Raspberry Pi. This article will detail how to install and configure Alpine Linux on the Raspberry Pi and explore its advantages and use cases in embedded applications. Features and Advantages of Alpine … Read more

Using TM1637 4-Digit Display Module on Raspberry Pi Pico

Using TM1637 4-Digit Display Module on Raspberry Pi Pico

This tutorial focuses on how to use the TM1637 4-digit display module on the Raspberry Pi Pico. Required Components – Raspberry Pi Pico or Pico W– TM1637 4-digit display module– Breadboard and jumper wires– microUSB data cable TM1637 is an LED (Light Emitting Diode) driver control circuit with a keyboard scanning interface, integrating MCU digital … Read more

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

Running LLaMA on Raspberry Pi: Cost-Effective Fine-Tuning

picture tloen/alpaca-lorahttps://github.com/tloen/alpaca-lora Stars: 18.2k License: Apache-2.0 Alpaca-lora is a project for fine-tuning the LLaMA model on consumer-grade hardware. The main features, key characteristics, and core advantages of this project include: Provides an Instruct model that can run on Raspberry Pi, with quality similar to text-davinci-003, and the code is easy to extend to 13b, 30b, … Read more

Playing Deep Learning on Raspberry Pi with TensorFlow

Playing Deep Learning on Raspberry Pi with TensorFlow

Reprint please specify the source: http://www.codelast.com/ Software and hardware environment of this article: Raspberry Pi: Model B V1.2, 1GB RAM OS: Raspbian Jessie Deep Learning is very popular now, and Raspberry Pi enthusiasts certainly won’t miss out. There are already many Raspberry Pi projects that have jumped on the Deep Learning bandwagon. Purely for fun, … Read more

Deploying NanoDet-M Network on Raspberry Pi 4B (12fps) – Part 1

Deploying NanoDet-M Network on Raspberry Pi 4B (12fps) - Part 1

1. Background In the application of robots, object detection is an important topic. The rapid development of deep learning has shown significant advantages in detection performance compared to most traditional detection algorithms. However, deploying deep learning models to edge devices for efficient inference remains a challenging area. In robotic control, the Raspberry Pi and Jetson … Read more

Mastering Voice Recognition On Raspberry Pi: It’s That Simple!

Mastering Voice Recognition On Raspberry Pi: It's That Simple!

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 don’t have to become experts in voice recognition and parsing details——the requirement to combine audio hardware and voice processing software … Read more