Python • Re: Libraries not installing properly
Did you install the adafruit_blinka module in your venv using pip?Statistics: Posted by rpdom — Thu Jun 19, 2025 6:27 am
View ArticlePython • Re: Accurate Hardware-Timed Square Wave Generation on Pi 5...
The PIO on the RP1 chip on the Pi 5 is now accessible - that might be an option (See the PIO docs on thje RP2350 for details). Limited documentation on how to use it at the moment though.Statistics:...
View ArticlePython • setup switching from Thonny to Geany
I've been writing Python code on Ras pi 4B for a while now. This morning i thought i'd giver Geany a try.I opened the Geany IDE and to my surprise all the Python files from the last Thonny session...
View ArticlePython • Re: setup switching from Thonny to Geany
You may want to search for 'Geany working with Python Virtual Environments' such as this one on the Geany support forum https://lists.geany.org/hyperkitty/list ... UT7ZB35TF/Statistics: Posted by...
View ArticlePython • Re: Interfacing the Hiwonder ESP32-S3 vision module
Thanks for the help!MarcStatistics: Posted by Esterel01 — Fri Jun 20, 2025 11:53 am
View ArticlePython • Re: gpiozero, RPI GPIO, and pigpio - Python
Raspberry Pi 4B,Statistics: Posted by Log_Fash19 — Sat Jun 21, 2025 7:53 am
View ArticlePython • Read .xlsx file for LED configuration
I've been playing with a program that will show a configuration of colors on an LED WS2812 strip based on pressing one of many buttons and recognizing the state of various toggle switches.I have an...
View ArticlePython • Re: Read .xlsx file for LED configuration
The xls table is an outsourced part of the application and the structure of the table and that of the application are closely related.There are design patterns "Table Driven Programming", e.g....
View Article