Testing Functions of RevPi DIO Module for Industrial Raspberry Pi

Testing Functions of RevPi DIO Module for Industrial Raspberry Pi

[Image] Click to follow us for more IIOT insights~[Image] The industrial Raspberry Pi RevPi digital IO module comes in three versions, all of which can be directly connected to the Core module via PiBridge. They all feature the same 28-pin I/O connector on the front end. In addition to the standard version with 14 digital … Read more

Build A Face-Recognizing Doorbell For $100

Build A Face-Recognizing Doorbell For $100

Source: OReillyData Author: Lukas Biewald This article is 3900 words long, and is recommended to be read in 7 minutes. Learn how to use Amazon Echo and Raspberry Pi to recognize visitors at your door. Recently, when I was preparing to install a doorbell in my new house, I thought: why not make my doorbell … Read more

Getting Started with Raspberry Pi and Free LabVIEW Community Edition

Getting Started with Raspberry Pi and Free LabVIEW Community Edition

At the end of last month, the LabVIEW Community Edition (LabVIEW Standard and LabVIEW NXG Standard) was officially released for personal project use. The LabVIEW Standard version will be freely available for non-commercial users, providing the same functionality as the LabVIEW Professional version. This includes an updated version of the LINX toolkit to assist engineering … Read more

6 Raspberry Pi Tutorials You Can Try

6 Raspberry Pi Tutorials You Can Try

These Raspberry Pi projects are designed to simplify your life and enhance productivity. — Lauren Pritchett Nothing is more exciting than experiencing the results of your Raspberry Pi creations. After hours of programming, testing, and building from scratch, your project finally takes shape, and you can’t help but exclaim, “Wow!” The possibilities that Raspberry Pi … Read more

Introduction to Hardware Control with Python: Using RPi.GPIO

Introduction to Hardware Control with Python: Using RPi.GPIO

This is a tutorial article on Python hardware programming, using <span>RPi.GPIO</span> library to control Raspberry Pi GPIO ports for hardware operations. Python Hardware Programming: Controlling Raspberry Pi Hardware with RPi.GPIO Python is a powerful programming language that can be used not only for data analysis and web development but also for hardware control. With the … Read more

Beginner’s Guide to Raspberry Pi GPIO: Control an LED

Beginner's Guide to Raspberry Pi GPIO: Control an LED

Light Up an LED Overview The purpose of this tutorial is to light up an LED using a program, which will automatically turn off after 3 seconds. In all programming languages, the first program is called hello world, and today’s LED lighting tutorial is essentially the hello world of hardware programming, making it a very … Read more

Getting Started with OpenWrt on Raspberry Pi as a Bypass Router

Getting Started with OpenWrt on Raspberry Pi as a Bypass Router

Introduction It’s been a while since I posted an article, haha. This time, I’m sharing a complete guide on building a home server from scratch. Starting from zero, we will use idle hardware at home to create a fully functional server. The content includes but is not limited to: 1. Enhancing network functionality 2. Building … Read more

How to Implement Deep Learning Object Detection with Raspberry Pi

How to Implement Deep Learning Object Detection with Raspberry Pi

“Raspberry Pi”, also known as RPi or RasPi, is a microcomputer designed for learning computer programming, based on the Linux system. Since its launch, it has been sought after by numerous computer enthusiasts and makers, once being difficult to obtain. Despite its credit card size, it can perform video, audio, and other functions, making it … Read more

Introduction to Hardware Control with Python: Controlling Raspberry Pi Hardware with RPi.GPIO

Introduction to Hardware Control with Python: Controlling Raspberry Pi Hardware with RPi.GPIO

The Raspberry Pi is a microcomputer that can interact with various electronic components through GPIO pins. Today we will learn how to use Python’s RPi.GPIO module to control these GPIO pins for hardware control. Whether you want to create smart home devices or DIY electronic projects, this is a very practical lesson. First, you need … Read more

Master Raspberry Pi: A Step-by-Step Guide

Master Raspberry Pi: A Step-by-Step Guide

The Raspberry Pi, a compact yet powerful microcomputer, is quietly changing the way we live. It is affordable and incredibly versatile, making it a playground for developers, makers, and programming enthusiasts alike. This article will guide you step-by-step through the basics of Raspberry Pi development, launching your personal supercomputer journey! Step 1: Network Connection – … Read more