Projects

Rhe PeaterPiPyr – a simplex repeater using the Raspberry Pi

Rhe PeaterPiPyr – a simplex repeater using the Raspberry Pi

This page explains how to make a simplex repeater using a $25-$35 Raspberry Pi, a USB sound card, Python code, and a two-way radio. A simplex repeater is another name for a store-and-forward voice repeater. Contrary to a standard duplex repeater that operates on two frequencies simultaneously for receiving and transmitting, a simplex repeater initially […]

Sample A4988 Stepper Driver Circuit

Raspberry Pi Pico Stepper Motor Examples

The upcoming brief Python scripts will showcase the fundamental functionality of the Raspberry Pi Pico board. These presume that one or more binary input or output circuits are connected externally. You can activate each one by pasting the program into code.py on the CIRCUITRY drive provided by the board. The text is available for copying […]

Time response of the debounce filter to a glitchy square wave. Note how the debounced signal ignores the extra transitions but is also slightly delayed.

Raspberry pi pico Signal Processing Examples – CircuitPython

N.B. This is new and still being tested. The provided Python examples showcase different single-channel filters that can be used to manipulate sensor data. The filter functions are only numeric operations and should operate on any Python or CircuitPython system. This enables testing without an internet connection, as they can be fixed and assessed on […]

Smart Waste Bin

Smart Waste Bin

Device for intelligent waste bin. This device integrates several sensors to supervise the state of the trash. Story Content guidelines Context Effective waste management is now a crucial concern for our planet. In both public and natural environments, a considerable number of people fail to be mindful of the garbage they discard. When a garbage […]

The breadboard setup for Raspberry Pi 3 Face Recognition Door Lock is shown below

Face Recognition Door Lock System using Raspberry Pi

Other applications of facial recognition include the use in surveillance and security due to enhanced technology in the Facial recognition system. This guide will go over how to create a facial recognition door lock system using a Raspberry Pi. There are three main steps: Collecting data: We will gather approved facial samples to unlock the […]

Raspberry Pi Pico I2C Examples

Raspberry Pi Pico I2C Examples

Below are brief Python scripts that showcase essential functions of the Raspberry Pi Pico microcontroller. These devices assume that one or multiple I2C (or I2C) devices are connected externally. The I2C bus is a two-wire bidirectional serial bus used for short-distance low-bandwidth communication between a microcontroller and peripheral devices. To execute any sample, just copy […]

Raspberry Pi Light Sensor A Simple LDR Tutorial

Raspberry Pi Light Sensor: A Simple LDR Tutorial

In this tutorial about a light sensor for Raspberry Pi, I demonstrate the proper way to connect the photoresistor sensor to the GPIO pins. Finally, I demonstrate how to incorporate it into a basic Python script to enable data retrieval and utilization. This is another sensor that I am considering for inclusion in upcoming projects […]

Smart Car

Raspberry Pi Smart Car

Use a Raspberry Pi to make your “dumb” car smarter! Story INSPIRATION I think smart cars are great, but buying a brand-new car just for a few extra features seems difficult to justify. At the moment, I’m currently limited to my “dumb” car, however, that doesn’t prevent me from attempting to enhance its intelligence on […]

TNC X for Raspberry Pi Packet radio AX25

TNC-X for Raspberry Pi (Packet radio) AX25

TNC-Pi is a unique variation of TNC-X made specifically to connect directly with the Raspberry Pi device. It has the option to connect to the Pi through either the Pi’s serial port or the I2C protocol. In this scenario, one Raspberry Pi can accommodate several TNC-Pi devices simultaneously by assigning each TNC-Pi a distinct I2C […]

Advantages of building a web server on a Raspberry Pi

Build a Raspberry Pi Web Server and HTML Webpage

Introduction Would you like to host a web server using your Raspberry Pi at your home? In the following tutorial, you will accompany us in the setup of running a web server on your Raspberry Pi in mere minutes. Furthermore, we will also guide basic HTML coding to help you begin creating your website. At […]

Scroll to Top