Troubleshooting • Re: a file mounted over nfs is accessible to me, but not...
I'm in new territory here, using thagrol's nas guide to get started. He mentions a few options related to squashing, terse man-page style, but I don't yet understand the implications. Ten minutes of...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
You have bought "WS2815 Individually Addressable RGB LEDs", not simple LEDs.You need to wire up the LED strip with power, ground and a communication wire.And you need your code to address each LED to...
View ArticleTroubleshooting • Re: Raspberry pi 5 power delivery
the "lock in" that does not exist.Can you tell me which other vendor USB-C PD supplies deliver 5V/5A ?But I do agree it's not actually lock-in if there are alternatives to the manufacturer's...
View ArticleGeneral discussion • Re: how much would it have cost per pi500 to fit the M.2...
It is indeed about $1 per socket. But I suspect the real cost would be testing that socket. If fitted somebody, or perhaps a robot, would have to plug something into it to check it works before it was...
View ArticleGeneral • Re: Multicore optimisations and memory use
Will be interesting to see if this helps, since the smaller loop iteration count may be what gets GCC all excited about "improving" the code!Unfortunately, although this did as it said and stuck more...
View ArticleCompute Module • Re: CM5: What's the status of audio on GPIO 12~13?
Any update or news on this?Office has been shut for the last two weeks, and I do not think this work is scheduled anyway. I will promote it to see if it can be added.Thanks James, I'd like to see this...
View ArticleGeneral • Problem with call rom function on pico2 rp2350
I program in arm assembly on the pico2 and I want to end a program with a reset to restart the pico in usb bootrom mode.The rom api documentation indicates that you have to use the R B codes with the...
View ArticleCompute Module • CM4: USB xHCI documentation
Hi —We’re using the CM4 for an internal project here and are running up against limits when connecting many USB devices (we have 26, not including hubs and the root controller, connected to the built...
View ArticleAdvanced users • Re: using a 2nd SD card on the PI4 blocks all IO when using...
Do you have a reproducer that explodes on the the "IO blocked" condition? It can be anything with a measurable result (e.g. toggling GPIOs from userspace gets slower, or UART TX throughput...
View ArticleAutomation, sensing and robotics • Re: Hall sensor issues
Did a simulation here and the code seemed to work.Simulation: - IR sensor = 1- HALL sensor 10 ms pulses 0->1->0 each 0.51 sec- wheel diameter 0.7- distance 1kmIf you have other parameters, let...
View ArticleTroubleshooting • Re: I can't flash an OS - has my Raspberry Pi SD card gone...
OK I found the way to do it. Instead of using a USB HUB where I plugged the SD card adapter into, I plugged the SD card adapter directly into my PC and it worked. The USB HUB was the reason why it was...
View ArticleGeneral • Re: Base PI4 used for PICO2 development; HowTo?
I use the RPi debug probe from a Linux PC to the Pico hoping any electrical issues will take out the probe first. Binaries are uploaded via SWD debug port. To power the Pico I use the same model wall...
View ArticleGeneral discussion • Re: Hints on 2025's roadmap?
Should we expect to see new hardware in 2025? It would be surprising if there wasn't any.There are a few known products planned but anything else will probably arrive without pre-announcement -...
View ArticleTroubleshooting • Re: Pi 5 video playback on YouTube fails.
I was randomly losing HDMI audio, turned out installing fluidsynth had caused the issue. Uninstalling solved the problem but it was a fresh install that proved the OS was not the problem. Just lucky I...
View ArticleTroubleshooting • Re: Pi 5 installation / booting not correctly working
Hello,I don't know what else I can try. I've been trying to get the Pi up and running for over 5 hours.Today my new Raspberry Pi 5 (8 GB) arrived with the extra power supply for it (27 W). I first had...
View ArticleTroubleshooting • Re: Changing wayfire.ini not affecting the UI
I actually was using the command that you indicated. Auto-correct ate the two dashes.I didn't know that labwc is a thing, I will check, but since this is a new Raspberry Pi 5, then you may be correct....
View ArticleRaspberry Pi 400 and 500 • Best browser with google sync
So as I understand it, Google limited access to the Chrome API which broke google sync with Chromium on ARM. What is the best and easiest to install browser that has sync? The two I have heard about...
View ArticleRaspberry Pi 400 and 500 • Re: Best browser with google sync
any browser with a working sync is not syncing to googleStatistics: Posted by kerry_s — Fri Jan 03, 2025 10:06 pm
View ArticleCompute Module • Re: PWM Not Working with dtoverlay=pwm-2chan on GPIO 18...
Thank you for the suggestion! Here are the results of dmesg -l err,warn:The logs show:pinctrl-bcm2835 fe20a000.gpio: pin GPIO18 already requested by fe215080.spipinctrl-bcm2835 fe20c000.pwm: status...
View ArticleAdvanced users • Re: Any changes around how sym link permissions work in...
Excuse me, but what do you have against security ?Nothing most of the time.But it's my machine and I'll do as I like with it, will decide on what security it needs and doesn't.You have the user 'pi',...
View Article