Automation, sensing and robotics • Re: VL6180X TOF Sensor - How to Determine...
Interesting read there. I'm looking at level sensing over long span of time not the fast acting case in link/article provided.I'm currently processing the raw data without filtering. The averages over...
View ArticleRaspberry Pi OS • Re: What is the new command to read CPU temp on Bookworm?
See my comment above.vcgencmdStatistics: Posted by bensimmo — Sun Aug 10, 2025 2:29 pm
View ArticleRaspberry Pi OS • Re: Debian 13 Trixie released. upgrade options?
It is not recommended and still will not be, that's already been posted (see provided links)Yep, we've been testing it out.Some with different than the standard PiOS setups.and found what has caused...
View ArticleRaspberry Pi Connect • Re: Missing mouse pointer
HiHas there been any solution or updates for this issue, as I am also having this issue?Statistics: Posted by DJOSHI — Sun Aug 10, 2025 2:58 pm
View ArticleAdvanced users • Re: RP1 PIO DMA speed on Raspberry Pi 5 unexpectedly slow
I'll have a chat with engineering to see what the plans are here. They are VERY busy though, and this is a relatively low priority (compared to the other tasks they have).Hey, thanks for checking! I...
View ArticleOther • Which is better for Nexmon: the Zero 2 W or the Zero W?
Hi!I wanted to know if there are any differences in how Nexmon works, whether it performs better with the first or second version of the Raspberry Pi Zero. But most importantly, I wanted to know if I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting a Display via DSI with...
Hi Were you able to run this display eventually? Struggling to find the proper configuration for ICN6211 as well.Followed your advice and connected I2C to the bridge - still no image. The I2C signal...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI LCD works on Pi 5 but not on CM4...
Sorry, it's the pixel valve registers that's needed, not dsi1. That would be crtc1_regs in the same directory.Statistics: Posted by 6by9 — Sun Aug 10, 2025 3:24 pm
View ArticleBeginners • Locked out of my Pi
So I am trying to make my pi run as a kvm server (this is its first job, I plan to run home assistant next) and I am having a lot of difficulty setting up barrier/input leap/deskflow, also if someone...
View ArticleNetworking and servers • Re: Pi Zero W Keeps disconnecting from the wifi
Whoops Sorry - I read that wrong. On the other hand I did find out why it takes 10 minutes to boot and start recording data - I believe that Influxdb is doing something and not start til about 5/10...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 + PoE HAT?
No, just not released yet.Are you very sure it hasn't been cancelled? It appears to have been cancelled.I'm sure it hasn't been cancelled.Statistics: Posted by dp11 — Sun Aug 10, 2025 4:13 pm
View ArticleAdvanced users • Locked out of my Pi
So I am trying to make my pi run as a kvm server (this is its first job, I plan to run home assistant next) and I am having a lot of difficulty setting up barrier/input leap/deskflow, also if someone...
View ArticleAdvanced users • Re: Locked out of my Pi
please don't duplicate postsviewtopic.php?p=2331132#p2331132this thread reportedStatistics: Posted by wildfire — Sun Aug 10, 2025 4:51 pm
View ArticleTroubleshooting • Re: Cannot Get Cron Jobs Running
but nothing happens.I expect something is happening but as you're letting the cron daemon discard all output and error messages we don't know what that is.[shameless self promotion]Cron – A Beginner's...
View ArticleNetworking and servers • Re: Slow transfer speeds on a shared USB drive on Pi5
Does you USB drive/adapter have a Jmicron chipset? Those are know to be problematic under Linux unless you disable UAS.*Further:Is it plugged in to a USB 3 port?What's the network performance like...
View ArticleGeneral • Re: 264KB SRAM, 2MB flash, and shows up as 128M USB disk
Just a note to point out that, while the Pico SDK will usually generate UF2's no larger than twice the size of maximum Flash, there is nothing which prohibits other things being included in a UF2...
View ArticleBeginners • Re: Trying to understand the ECO system of the Pi
You say that 70% of sales have gone to commercial customers. That is good news as it surely helps to fund the original more "humanitarian" aims of the whole "PI project".But....who are they? What are...
View ArticleRaspberry Pi OS • Re: From Debian 12 to Debian 13
fastfetch is the only "info" that shows as rpios.Code: fastfetch --logo nonecraig@craig-----------OS: Raspberry Pi OS aarch64Host: Raspberry Pi 500 Rev 1.0Kernel: Linux 6.12.41-v8+ Code: cat...
View ArticlePython • find() function behavior
I have written the following code to scan through a line of text and return the index of the key strings that exist in the scan stringWhat I want it to do:1. Return ALL the instances of the key...
View ArticlePython • Re: find() function behavior
https://stackoverflow.com/questions/466 ... -substringKudos for the ELP reference.Statistics: Posted by jamesh — Fri Aug 15, 2025 3:20 pm
View Article