Troubleshooting • Re: CVLC working from CMD but not from PHP
Maybe try a simple example that plays one .wav file (Rammstein) links234.wav using aplay. Audio is set to AV Jack. No monitor attached to HDMI.This works on my Pi4 running Bookworm 64-bit with apache2...
View ArticleTroubleshooting • Raspberry pi 3 with 5 inch screen MPI5008
Hello! some time ago i got a 5 inch chinese screen for a proyect that never got to live tbh.The thing is, i got a new proyect at hand and wanted to use the screen with the touch capabilities that it...
View ArticleTroubleshooting • Re: RPI-Clone & Bookworm
Hi Framp,Prompt review/response appreciated! Confirmation I didn't miss a step appreciated and I'll try swapping the cloned SD card when I have access to the unit later today!Thanks,Danny.Statistics:...
View ArticleBeginners • Re: What is the dangerous temperature for RPi5?
When the core temperature is between 80°C and 85°C, the ARM cores will be throttled back. If the temperature exceeds 85°C, the ARM cores and the GPU will be throttled back.It shouldn't be dangerous,...
View ArticleBeginners • Re: Specific number of nanosecond pulses generation
The best way to generate fast accurate pulses is to use Secondary Memory Interface (SMI) and Direct Memory Access (DMA), see https://iosoft.blog/raspberry-pi-smi/I'm afraid the code is in C, not...
View ArticleBeginners • Re: Is it still worth using an original Raspberry Pi Model B?
Thanks for your replies. I guess what I want to do currently is learn a bit about how the pi works beyond just writing python code, which I could do on any computer, but what I don't want to do is...
View ArticleRaspberry Pi OS • Sound from applications running within CHROOT
I'm doing something that might seem like a bit of an odd/strange thing to do, but it does (mostly) work.I'm running graphical programs within a CHROOT setup into a Raspberry Pi OS LITE image. X-server...
View ArticleAutomation, sensing and robotics • Re: IP65+ Sealed Cased for RP 5?
This will be a diy project. There are cases which are IP65 or better. Your problem will be cooling. If you don't want to much trouble and try outs with dead RP5's you could do best to choose for...
View ArticleMicroPython • Using a keypad to get user input
I want to use a keypad to control a Robot Arm. I found code for how to program a keypad. I am able to read what key is pressed. However, when I use the input function, it apparently doesn't read the...
View ArticleGeneral • Re: 15 inputs that output 15 outputs using a Pico and seral to...
I now have my Pico connected to a breadboard and have run 15 switches to inputs GP0 to GP15.Is there someway to scan and read all 15 input switches, maybe define a 15 bit binary word/value that's the...
View ArticleTroubleshooting • Re: How to set RGB full (0-255) on Pi 5? (Edit: wrong...
Thanks for the detailed answer.I was able to check, that my color needs are not related to the RGB range setting of the pi. I realized that I can set my monitor manually to different input range...
View ArticleGeneral • Re: Emulating an iPad compatible Game Pad with RPi pico?
OT - there is 2350B, so it could eliminate GPIOs savings when interfacing to CYW43439, but I suspect it'll never gonna happen for Pico 2 W. At least it might solve SCO problem if it is related to...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
No. By headless I mean without monitor (and keyboard, and mouse).No, my pi isn't headless. I have a TV with a keyboard and mouse connected.BTW, that user's systemd solution didn't work. I doubt that's...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it
Could you also run cmake asCode: cmake .. --debug-find-pkg=picotoolin your sdk build and post that output here? This helps debugging where it's looking for the picotool packageI am having the same...
View ArticleGeneral • Re: Pico2 and SWO
I heard back from the engineer who integrated the trace components.The description applies when using the M33 specific TPIU - a low cost trace solution, that lacks many of the features of a full...
View ArticlePython • Re: Getting more out of the CPU when running python project
Python threads do not run in parallel. To get more stuff to run in parallel you'll need to run stuff in different processes. That way you can get 1 process running per core and if need be, you can...
View ArticleGraphics, sound and multimedia • Connecting external plugs to DAC Pro
Hi,After some testing of different sound boards, I managed to get the official DAC PRO to run as exptected, in a bare metal MiniDexed project. Compared to the previously owned RASPIAUDIO Audio DAC...
View ArticleGeneral • Re: debugprobe_on_pico (i.e. not the retail debug probe)
Problem is that while OpenOCD had a fork for picoprobe (using raw I imagine) it's rather dated (so likely not a solution as sdk too old)That shouldn't be the problem. The Picoprobe (whether retail,...
View ArticleSDK • Re: picotool 2.0.0 is installed, cmake says it can't find it...
Noticed this problem about a week ago so I was pleased to see this thread appear.I installed the sdk using the current pico_setup.sh on bookworm and have the same problem, a fresh picotool appears in...
View ArticleGeneral • RP2040 / RP2350 Secondary USB HID (guest, not host)
I am trying to figure out if it's at all possible to have the RP2040/RP2350 hooked up to two computers in the following way:- Connected to computer A via the standard USB interface, in USB Serial...
View Article