General discussion • Re: Adding thermal tape to bottom of the Pi5 - is it safe?
the operating range is a design thing, it runs optimally between 50' & 60' lower doesn't really matter, up to 80' is tolerated.the fans are normally set to turn on @ 60' and turn off when it cools...
View ArticleTroubleshooting • Raspberry pi 4B components
I need help identifying the components in the photosStatistics: Posted by Solarus — Tue May 14, 2024 11:44 pm
View ArticleOther • Re: Tried Running Win 95 on Dosbox pure on Retropie just for Fallout...
So how do I run Falltergeist after installation?Statistics: Posted by Fenderas — Wed May 15, 2024 11:12 pm
View ArticleSDK • Re: Valid CPU speeds
Section 2.15.3.1 states clk_sys, clk_ref and clk_peri have a max nominal frequency of 125MHz.You're adding the "max" yourself. It doesn't say that in the datasheet. There are numerous mentions of the...
View ArticleGeneral • Re: Pico Debug Probe wiring
I have posted a feedback issue. I don't understand the SWD circuitry, but being able to connect the two SWD ports would make the debugging interface simpler.MarkStatistics: Posted by microenh — Wed...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO not working after upgrade to...
More information about my environment:Code: pi@gpi:~ $ dpkg-query -f '${binary:Package}\n' -W | grep...
View ArticleGeneral discussion • Re: How to minimize power consumption
If your workload has short peaks, there are other things to look at. Huge heatsinks to absorb the heat peaks and dissipate the heat. A fan on the heatsink could be powered from somewhere else.If the...
View ArticleTroubleshooting • Re: gpiozero.LED leaves pins in floating state
Thank you for the notes, @rpdom. The line has been changed from "pinctrl set 19 op" to "pinctrl set 19 pd" and works as expected. Statistics: Posted by anilles — Wed May 15, 2024 11:19 pm
View ArticlePython • Re: I got a massive error and have no idea what it means
I've been able to get your program to work but there looks like there could be conflicts between 'keyboard' and 'pyautogui'. Sorry I wasn't able to replicate your problemI took your code and commented...
View ArticleRaspberry Pi OS • Re: libcamera-apps fails to detect tensorflow-lite
I fixed this out - the solution was to change `post_processing_stages/meson.build` as follows to explicitly tell meson where libtensorflow-lite.so is located, rather than using its dependency...
View ArticleTroubleshooting • Re: How do I get raspberry pi to recognize usb?
That's not the output from the command requested. Try again with lsusbJudging by those filenames, those drives are for kernel versions up to 5.X.X. RPiOS is now on a v6.X.X kernel.3. We're mainly...
View ArticleTroubleshooting • Re: External SSD not recognized
rpdom and thagrol,Apologies. It must be frustrating to work with the illiterati of which I am a full member.During my whole RPi life of a few years, I never heard of "sudo apt full-upgrade" .I only...
View ArticleNetworking and servers • Re: RealVnc retiring Home plan
This is why open source is so important.Hopefully the penny drops for a few more people.Statistics: Posted by ame — Thu May 16, 2024 12:05 am
View ArticleHATs and other add-ons • Re: Active Cooling Fan Not Spinning
I will take a look and see. I don't recall any issues inserting it.Statistics: Posted by ironfruit — Thu May 16, 2024 12:17 am
View ArticleOther RP2040 boards • Re: Arduino Nano RP2040 Connect: reliability?
USB power is fine.The problem was that there was some kind of stuck/corrupted DOS filesystem in flash. This cleared it:Code: import osimport machine, rp2bdev = rp2.Flash()os.VfsFat.mkfs(bdev)vfs =...
View ArticleRaspberry Pi OS • Re: PcManFM show full directory path
Re your reply:1) The full directory path is shown in the directory history drop-down box. > Can you please explain where this is?2) The complete path to a file or directory can be copied from a...
View ArticleRaspberry Pi Connect • Re: does rpi-connect run headless?
Well I read the paragraph titled Wayland and I now know that Wayfire is the compositor for Wayland. so I did the following:pi@raspberrypi4:~ $ sudo apt list | grep wayfireWARNING: apt does not have a...
View ArticleBare metal, Assembly language • Re: SIMD LDR from device memory
Yeah, I agree that a Q sized LDR would be inappropriate here, but I only mentioned that as a side note and to further demonstrate the oddity. The instructions GCC is generating are 32bit S sized LDRs...
View ArticleGeneral discussion • Re: Help determining proper model
Pi 4 WiFi at 2.4 GHz has good range, the full length of a house, and at 5 GHz has less range, across a big room, but more speed.Your workload with almost no processing would run on a Zero 2 which has...
View ArticleTroubleshooting • Re: Trouble with MicroSD-Card (128GB) in Raspberry Pi 4
^^ AI generated?Edit: Post in question has been silently removed. By moderator????I'm sorry, but I guess I don't really get your point?Are you wondering if my post was AI generated?Statistics: Posted...
View Article