I started working on Raspberry Pi (RPI) projects and soon realized that there would be a lot of python code repeated for each project. In other words, there are many functions required by any RPI app and I didn’t want to recode or cut/paste code between projects. Fortunately, python is an object-oriented language so it’s easy to create re-useable code. Thus, was born the RPI-APP-FRAMEWORK. Having gotten this far, I decided to make this a python project and publish it on PyPI for everyone to benefit from.
Current Status – 12/2025
This is early days for the project. I’ve got the basic framework in place with support for a few devices. The framework is mananged on GitHub and published on PyPI. Working on some sample projects and documentation.
How To Capture and Process Audio Clips with Audacity 3.7 for Raspberry Pi Projects
Overview of the Raspberry Pi Setup The purpose of this post is to capture and...
Read MoreDaily GitHub Development Workflow for React + Web Bluetooth and Vercel Deployment
This post describes the daily GitHub development workflow for building React applications that interact with...
Read More