Python • Re: Gpiod 2.3.0 works on RT Kernel Fails on Release Kernel
AAAAAARRRRRRRRRRRRRRRRRGGGGGGGGGGGGGGGGGGGHHHHHHHHHHHHHHH!Kernel 6.6 works! Guess this needs bisect. I hate bisect!Code: > uname -a Linux rpi-4b-1 6.6.74+rpt-rpi-v8 #1 SMP PREEMPT Debian...
View ArticleSDK • Re: Creating proper C++ Pico SDK libraries
Try addingCode: include_directories(<header-file-directories>)orCode: include_directories(SYSTEM <header-file-directories>)Depending on if you use "library.h" or <library.h> for...
View ArticleTroubleshooting • Re: Cant turn On Wifi / PI 3B
so after booting directly upCode: admin@ender:~ $ ip addr1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group defaul t qlen 1000 link/loopback 00:00:00:00:00:00 brd...
View ArticleBeginners • Installing the Universal G-code Sender app on a Raspberry pi 5...
I am attempting to install the Universal G-code Sender app by following these instructions:https://www.dehammermaker.com/pi5-g-cod ... 8rt876g3kaWhen I get to step 5 Inam lost.I don’t know what ‘go to...
View ArticleHATs and other add-ons • Re: Active cooler with M.2 HAT
the case can't be closed because of the M.2 HAT, the official active cooler can be used with the M.2 HAT https://www.raspberrypi.com/products/active-cooler/While that's true of the official RPT M.2...
View ArticleRaspberry Pi OS • Re: How to request reboot when building a postinst script...
I found this:Code: To indicate that a Linux package requires a reboot, you can utilize the/usr/share/update-notifier/notify-reboot-required script within the package'spost-installation script...
View ArticleGeneral • Re: Trying to get USB audio working with I2S on RP2040 with PIO
I have the TinyUSB configured for 32bit 48KHz and I have made some changes to the PIO code because my BCK and LRCK pins arent adjascent(cant use side set 2).Code: frameL: ; || set pins, 0 side 0b0 set...
View ArticleTroubleshooting • Re: Pi5 starting by itself
The evidence is that the origin was the power supply, even though I still cannot understand how a Pi5 in shutoff condition may start another.Statistics: Posted by jimmi61 — Sat Jun 14, 2025 12:20 am
View ArticleGeneral • Re: RP2040 PIO Input Glitches SM to addr 0 at WAIT GPIO Instruction
Tested with RP2350 (at 125MHz to be comparable), WAIT GPIO and WAIT PIN are both the same, long as WAIT PIN on RP2040.But the synchronizers are inserting only one additional clock delay (instead of...
View ArticleGeneral • Re: Thonny stopped detecting picow on PI500 but is on a MAC
Not sure anyone figured that one out - viewtopic.php?t=330736Statistics: Posted by hippy — Sat Jun 14, 2025 1:14 am
View ArticleTroubleshooting • ca-certificates upgrade error?
Spotted during a apt full-upgrade (RPiOS 64-bit)Code: Setting up ca-certificates (20230311+deb12u1) ...Updating certificates in /etc/ssl/certs...rehash: warning: skipping ca-certificates.crt,it does...
View ArticleTroubleshooting • Re: Unable to connect to one website
Credit : https://scrapeops.io/python-web-scraping-playbook/python-requests-fake-user-agentsCode: import requestsheaders={"User-Agent": "Mozilla/5.0 (iPad; CPU OS 12_2 like Mac OS X)...
View ArticleGraphics, sound and multimedia • Re: gstreamer v4l2convert and v4l2h264enc...
I see. I'm also not conviced gstreamer is not doing a zero copy pipeline in that case.thanks for the info and the suggestion, I'll try that at some point as I'd really like to use gstreamer in my...
View ArticleBeginners • Re: Installing the Universal G-code Sender app on a Raspberry pi...
Not sure exactly what you can or can't see, but it seems the setup wizard is in the application itself. Are you able to start the application?Statistics: Posted by ame — Sat Jun 14, 2025 2:01 am
View ArticleGeneral • Re: Does my board have a broken PIO or is my code wrong?
Dang y'all are superheroes, thanks for taking all that time to dig into this! Hopefully it'll help someone more than me googling this thread one day Statistics: Posted by jjdh — Sat Jun 14, 2025 8:02 pm
View ArticleSDK • Re: Creating proper C++ Pico SDK libraries
Adding target_include_directories or simply include_directories didn't seem to make a difference, but it made me realize that the problem may be with CLion itself.To make sure that I have it...
View ArticleHATs and other add-ons • Re: pi5 cooling but NOT using the 4pin connector
a PWM Fan will spin at full speed If there is No Input signal on the PWM Pin ... Not connected means no signal -> full speed.run below in CLI and post the results.Code: ls -l /sys/class/hwmon/see...
View ArticleRaspberry Pi OS • Re: chromium dropping 1200 out of 1600 frames on latest...
The easiest option is to download the video and then watch it.I managed to watch YouTube 720p 60p smoothly with MPV on my 2GB Pi 4 but I had to put 256mb of mem_gpu for some of the image buffers to...
View ArticleTroubleshooting • Re: ca-certificates upgrade error?
I'm curious if others see this warning?I did see it when I ran an upgrade before I posted my reply. I suspect everyone will.Ta!Statistics: Posted by pidd — Sat Jun 14, 2025 10:49 pm
View ArticleRaspberry Pi OS • Re: Change terminal that opens for C-A-T (control-alt-T)
Thank you very much, kerry_s and manu2007. Just editing the entry in `/etc/xdg/labwc/rc.xml` does the job, but copying the file to the local config space, and editing there probably serves to make the...
View Article