General discussion • Re: Official Foundation Pi 4 case has no holes for airflow?
If I had a guess, the computer will not overheat with the base clock speeds, and is the reason why the case has no air vents compared to a laptop.Cell phone cases, and media tablets have a similar...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Today i found a cheap PD compliant power supply which claims to deliver 20 watts max and i bought it. I then found out it is only 15 watts max when the current is 5 volts. Anyway, up to this point, i...
View ArticleTroubleshooting • Re: No Supported Network Connection Manager Found
Gotcha thank you for the suggestions! I figured I'd probably end up wiping the SD and starting again, but I've been running a server via OpenMediaVault on it I really hate to have to set up again. Any...
View ArticleTroubleshooting • Re: How to set RGB full (0-255) on Pi 5?
Where are you seeing the RGB not at full 8 bits (0-255) per channel?If it is the frame buffer, then yes this is RGB565 (16 bit)From viewtopic.php?p=2223165#p2223165The /dev/fb0 that you see is the...
View ArticleSDK • SDK 2, VS Code + Pico extension, where are PIO examples
My congratulation to the team for the ease of use with SDK 2 and RPi OS + VS Code + Pico extension. Is there a plan to add all the examples missing from "New Project from Examples" selection...
View ArticleGeneral • Re: Is SPI Slave (on Pico2) still fubar'ed?
RP2350 has two identical SPI controllers, both based on an Arm Primecell Synchronous Serial Port (SSP) (PL022) (Revision r1p4).Statistics: Posted by trejan — Tue Aug 20, 2024 9:22 pm
View ArticleRaspberry Pi Connect • Re: Unable to read device serial number from...
What OS are you running and what model of Pi board?Statistics: Posted by trejan — Tue Aug 20, 2024 9:23 pm
View ArticleGeneral • Re: Problem building project.
you need to delete your build directory (contents) when updating to the latest SDKAhh, that's got me further thanks, now getting a failure to link as it can't find set_sys_clock_khz :Code: [build]...
View ArticleBeginners • Re: GPIO mode and I2C mode conflict
Thanks for your help with this.I setmode to BCM + changed the PINid numbers . . . . . This got the python program working.As suggested, I will research gpiozero and migrate over to it. This should be...
View ArticlePython • Re: Python script not running on startup
Thanks for everyone’s advise so far. thagrol is right though I am novice to this and it can get a bit confusing, but I am learning a lot and fast!Travelling at the moment without my PC when I settle...
View ArticleAdvanced users • Re: Pi 5 - dwc2 not working
Thanks, that was helpful.Statistics: Posted by stuartlynne — Tue Aug 20, 2024 10:00 pm
View ArticleTroubleshooting • Re: Pi4 doesn't connect to wifi after reboot
To fix WIFI try removing conman.Code: sudo apt remove conmanStatistics: Posted by klricks — Tue Aug 20, 2024 10:00 pm
View ArticleBeginners • Re: How do you handle your IoT services? Does the Raspberry Pi...
I wouldn't make a smart plug, I use a ready made one that you can change the firmware, +1...unless you are fully conversant with all your local electrical safety codes, and can design and build to the...
View ArticleRaspberry Pi OS • Re: trixie
... works find on ubunut x86.Where can I get ubunut? It sounds fun Statistics: Posted by davidcoton — Wed Aug 21, 2024 9:53 pm
View ArticleBeginners • Re: What is the dangerous temperature for RPi5?
Thanks for your reply.And what temperature is considered as damaging to the soc?The soc could survive 120C easily. Even at an ambient of 85C and under stress it won't get to much more than 105. Higher...
View ArticleGeneral • Re: 15 inputs that output 15 outputs using a Pico and seral to...
Better go for an Arduino Mega.No comment. Statistics: Posted by davidcoton — Wed Aug 21, 2024 9:56 pm
View ArticlePython • Re: Errors with p5 and Target Practice Tutorial
which online code editor are you using? If it's p5.js or OpenProcessing, they're not expecting Python, but the JavaScript flavour of p5Statistics: Posted by scruss — Wed Aug 21, 2024 9:56 pm
View ArticlePython • Re: Running PyAudio Script On Startup Issue
Also, when I run the .service file just from terminal, it works, How are you running a .service file from the terminal? Those aren't usually executable.Statistics: Posted by thagrol — Wed Aug 21, 2024...
View ArticleAdvanced users • Re: Image File Utilities
I see that the flag for Ubuntu is listed as Deprecated. Does that mean it won't work with Ubuntu...or you just don't need the flag anymore. The Ubuntu option (-u/--ubuntu) is no longer needed. I just...
View ArticleTroubleshooting • Re: RPi5, USB3.0 and Interference with local GPS
Thanks for the reply. The project I had been using the GPS with was using USB2 devices, thus I did not notice the impact. Recently we upgraded to a USB3 peripheral as they no longer made it in USB2...
View Article