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

RISC OS: An Open Source Operating System for ARM Architecture

RISC OS: An Open Source Operating System for ARM Architecture

1. Introduction RISC OS was born in 1987, originally developed by Acorn Computers in Cambridge, England. This system is primarily designed for the ARM platform, and its name comes from the supported Reduced Instruction Set Computing (RISC) architecture. RISC OS is neither Linux nor based on Windows, but rather a desktop system with a unique … Read more

What Is Raspberry Pi? A Comprehensive Guide

What Is Raspberry Pi? A Comprehensive Guide

Raspberry Pi is not unfamiliar to designers or learners of open-source hardware. It is one of the most basic and practical computers in the realm of open-source hardware. So, what exactly is Raspberry Pi? Who are the suitable learners or developers for it? This article will provide a detailed introduction. Raspberry Pi is the Chinese … Read more

Build A Small Quadruped Robot Dog Based On ESP32

Build A Small Quadruped Robot Dog Based On ESP32

【Click the above「Blue Text」 to follow DF Maker Community and become a tech aesthetics enthusiast】 Since Boston Dynamics’ Spot, quadruped robot dogs have become very popular. The community previously shared a quadruped robot Pupper made with Raspberry Pi——《Can run, jump, and stroll, the little follower of Boston Dynamics Spot is here! Project is open source!》 … Read more

An Introductory Delta-Sigma (ΔΣ) ADC Chip – TI ADS1115

An Introductory Delta-Sigma (ΔΣ) ADC Chip - TI ADS1115

Introduction The ADS1115 is well-suited as an introductory ΔΣ ADC for several reasons: Two major players in the maker community, Adafruit and Seeedstudio, have written tutorials on its use with Raspberry Pi, see [1], [2]. It is included in the TI High-performance / Precision ADCs series, albeit at the lower end, as shown in Figure … Read more

Differences in Development Methods: STM32, Arduino, and Raspberry Pi

Differences in Development Methods: STM32, Arduino, and Raspberry Pi

Follow+Star Public Account Number, Don’t Miss Wonderful Content Author | strongerHuang WeChat Public Account | Embedded Column Recently, I saw a netizen asking: Are there significant differences in the development methods of STM32, Arduino, and Raspberry Pi? To say the similarities, there are indeed many commonalities between them. However, if you talk about the differences … Read more

Display Images and Text on OLED Screen with Raspberry Pi

Display Images and Text on OLED Screen with Raspberry Pi

☞ Essential Resources for Programmers to Advance to Architects, Free Giveaway ☜ The Raspberry Pi does not come with a display by default. If you want to view some system information, you need to log into the Raspberry Pi from a computer or connect an external monitor via HDMI. This can be a bit cumbersome, … Read more

Raspberry Pi Based Windows XP on Linux

Raspberry Pi Based Windows XP on Linux

Follow,Star Public Account, don’t miss out on exciting content Source: Open Source China Edited by: strongerHuang Source link: https://www.oschina.net/news/115232/raspberry-pi-linux-raspbian-xp-professional-windows Raspberry Pi, known as “树莓派” in Chinese, abbreviated as RPi (or RasPi / RPI), is designed for learning computer programming. It is a microcomputer the size of a credit card, running on a Linux-based system. The … Read more