Get A New Open Source Daily: Pi-Apps, Your App Store for Raspberry Pi and More

Get A New Open Source Daily: Pi-Apps, Your App Store for Raspberry Pi and More

The usability of Linux systems has always been criticized, especially on embedded devices like the Raspberry Pi, where installing software often becomes a challenge. Complicated command line operations, outdated tutorials, and scattered software resources can deter newcomers. The emergence of Pi-Apps has completely changed this situation. It is a carefully maintained collection of application installation … Read more

Raspberry Pi: Lesson 6 – Screen Control with Assembly

Raspberry Pi: Lesson 6 - Screen Control with Assembly

In this series, you will learn how to control the screen with assembly code on the Raspberry Pi, starting with displaying random data, then learning to display a fixed image and text, and finally formatting numbers as text. — Alex Chadwick Welcome to the screen series course. In this series, you will learn how to … Read more

DIY Face Recognition System Using Raspberry Pi

DIY Face Recognition System Using Raspberry Pi

First, What is Raspberry Pi? Raspberry Pi is a cheap card-sized Linux computer that has taken the world by storm. It is one of the many inexpensive and mature computers available, costing only 35 dollars, and is very easy to get started with. Raspberry Pi can replace various uses of a daily desktop computer, including … Read more

Raspberry Pi Physics: Measuring the Speed of Light

Raspberry Pi Physics: Measuring the Speed of Light

Raspberry Pi Physics: Measuring the Speed of Light Title: Raspberry Pi Physics: Measuring the Speed of LightThis is a paper published by Tom Ekkens in the 2024 issue of The Physics Teacher. This article measures the speed of light using relatively inexpensive equipment, as using a Fizeau-Foucault apparatus and a beam splitter can be quite … Read more

Getting Started with Raspberry Pi 5 GPIO

Getting Started with Raspberry Pi 5 GPIO

Getting Started with Raspberry Pi 5 GPIO GPIO, which stands for General Purpose Input/Output, is a critical interface for connecting external devices, transforming your Raspberry Pi into a multifunctional control center. GPIO is also key for Internet of Things (IoT) development, as many devices require data interaction through GPIO interfaces. The 40-pin header supports digital … Read more

Getting Started with TensorFlow on Raspberry Pi

Getting Started with TensorFlow on Raspberry Pi

Introduction This page will guide you on installing TensorFlow on a Raspberry Pi 4 running the 64-bit Bullseye operating system. TensorFlow is a large software library developed specifically for deep learning, which consumes a lot of resources. You can run TensorFlow on a Raspberry Pi 4, but do not expect miraculous performance. If the model … Read more

7 Open Source Guides to Keep Your Brain Busy This Summer

7 Open Source Guides to Keep Your Brain Busy This Summer

Introduction: Download one of our free guides: Develop a Python-based video game; use open source tools to keep your life organized; complete home automation projects; or try your Raspberry Pi home lab. The article contains: 1791 words, reading time approximately: 3 minutes https://linux.cn/article-13575-1.htmlAuthor: Seth KenlonTranslator: zEpoch (LCTT Translation Note: The free e-books from opensource.com require … Read more

Learn Python From Scratch: Build a Self-Moving Robot

Learn Python From Scratch: Build a Self-Moving Robot

Hey everyone! I’m Xiao P, a Python enthusiast who loves robotics. Today, let’s work on an interesting project – making a robot move by itself using Python! Sounds cool, right? Join me on this magical coding journey! Robot Development Tools When it comes to robot development, we must mention our main characters – the Python … Read more

Controlling Raspberry Pi GPIO with RPi.GPIO

Controlling Raspberry Pi GPIO with RPi.GPIO

The GPIO interface of the Raspberry Pi is like the nerve endings of a small computer, capable of sensing external signals and controlling various peripherals. Using the RPi.GPIO module, we can easily manipulate these pins with Python code. Whether it’s lighting up a small bulb, controlling a motor, or reading sensor data, it’s all possible. … Read more

Raspberry Pi Zero USB/Ethernet Connection Setup Guide

Raspberry Pi Zero USB/Ethernet Connection Setup Guide

The Raspberry Pi Zero is an excellent single-board computer not only because of its compact size and low price but also due to its convenient and user-friendly features. By adding a Zero Quick Plug or a microUSB/USB adapter, you can connect the Raspberry Pi Zero to your computer. This allows the Raspberry Pi Zero to … Read more