Python • 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 ArticleGeneral • Re: Is anybody using Google's Pigweed on the Pico ?
See their blog re RP2350 https://pigweed.dev/docs/blog/03-pigweed-sdk.htmlYes that is what led me to ask the question here. More likely to be people who know about the RP2xxx chips here than there....
View ArticleGeneral discussion • 3A+ no longer works with touchscreen
I've been using the Rpi 3A+ and the official touchscreen in a product I manufacture and sell for several years.I recently received a new batch of 3A+ (2022 version), none of these will boot up with...
View ArticleAdvanced users • Re: Image File Utilities
I haven't, as of yet, used image-backup so this question/confirmation may be getting out a little over my skis. I apologize if it's as such.So let's say I have a cluster and the slave units boot via...
View ArticleTroubleshooting • Trouble getting Transmission configured on fresh Bookworm...
Hi all --I just did a clean install of Bookworm on my RPi 4.0 and am having trouble getting Transmission to read the customized settings. Instead, it keeps reading in the default settings.Made sure I...
View ArticleTroubleshooting • Re: Running Bullseye, did a update and now VLC has problems.
Guys,I would very much like to say "Thank you" - with these fixes I was just able (on a 4B on Bullseye) to decode 2160p/x265 content to a 1080p screen - with the 4B not doing so much as frown.This is...
View ArticleTroubleshooting • Pi 4B can't read USB partition as FAT (unable to boot)
I have a SATA SSD via a USB adapter. The adapter isn't powered, but I have tried a powered adapter with the same result. The SSD has an installation of openSUSE Leap on it. More specifically, there's...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
I got it to work! I read your famous boot.pdf and it helped a lot! I created a .desktop file with the following lines:Code: [Desktop Application]Type=ApplicationDescription=run scriptExec=python3...
View ArticleOther projects • Re: Obscreen Studio - Digital Signage for the Raspberry Pi
Hello everyone, no responses yet but that's okay. Today, I'll update you on the latest features:- API- Dynamically display content stored on a USB key- Schedule a slide for specific days of the week-...
View ArticleNetworking and servers • Re: Control Raspberry Pi Via Networkless Interface
“ If running a web server would enable me to connect remotely and control the audio output from the Pi, I would consider setting one up.”See my post above, where I run a webserver and play audio using...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
It was the Bus Pirate development that found that bugInteresting - only discovered in July.And weirdly that became E9 and bumped what had been E9 to E10.Statistics: Posted by hippy — Sat Aug 24, 2024...
View ArticleRaspberry Pi OS • Re: Please remove broken mirror from mirrorbrain (2024)
Well, good. Sounds like you're all set, then.Statistics: Posted by BigRedMailbox — Sat Aug 24, 2024 6:32 pm
View ArticleBeginners • Re: Nano won’t show text
Yes that video uses the standard nmtui (the text based [ncurses] interface to network manager.I always use the "reserve address in the router" method.Statistics: Posted by neilgl — Sat Aug 24, 2024...
View ArticleGeneral discussion • When will the official reference schematic for Raspberry...
Friends:I am looking for the reference schematic of Raspberry Pi 5, but I have been searching for it in the official documentation for a long time without finding it. It seems that other previous...
View ArticleMicroPython • Re: RP2350 compatibility with RP2040 micropython code
A classic app note for resistive touch panels or screens is slaa384a.pdf from TI, titled "4-Wire and 8-Wire Resistive Touch-Screen Controller Using the MSP430", and one should be able to find it via a...
View ArticleGeneral discussion • Re: When will the official reference schematic for...
Partial schematics have been released for previous models. Only the first model ever had a full schematic publish and that is no longer available.I don't believe there are any plans to make a Pi 5...
View ArticleGeneral programming discussion • Re: 24 Minute Sun Simulation
The WS2815 are reported to consume 15mA per chip, not depending on how many LED are running. There is also a WS2815B version which reduces current to 13mA. Quiescent current is 2.1mA.The datasheet is...
View ArticleSDK • Re: Submitted Issues on GitHub
If that is true, Github has failed to understand their role in larger picture. The community service side of things is a privilege and now repository people want to consider themselves as rightful...
View ArticleGeneral • Any news on distributors getting the RP2354 ?
I know this is probably going to be "wait, we'll tell you when it happens" but thought I'd ask if there were any more details over and above "around the end of the year"...Statistics: Posted by...
View ArticleGeneral • Re: Any news on distributors getting the RP2354 ?
I know this is probably going to be "wait, we'll tell you when it happens" but thought I'd ask if there were any more details over and above "around the end of the year"...I think that if you do what...
View Article