Troubleshooting • Re: Music to iPhone
https://www.idrive.com/idrive/sh/sh?k=w0h6h3s7z7Statistics: Posted by eiger3970 — Thu Feb 29, 2024 2:17 am
View ArticleC/C++ • Re: C to ASM
you need to adjust the sideset config, and set it to optional sideset, 1 pin, and set the base to the pin of your choiceits all in the c sdk docsStatistics: Posted by cleverca22 — Thu Feb 29, 2024...
View ArticleTroubleshooting • Re: OS 64 bit: Questions and bugs
Turns out the reason I couldn't get to the login screen after reboot was a change I'd made to try and resolve a different issue. After removing that config change, I can now log in again. Login screen...
View ArticleTroubleshooting • Re: OS 64 bit:Turning off monitor sometimes forces logout.
This 'fix' just more issues - rebooting after adding this prevented me from logging in at all. The boot config file actually specifically says not to use video=.Statistics: Posted by RedRobin — Thu...
View ArticleSDK • Re: i2c slave mode question [ANSWERED]
I haven't used I2C yet on RP2040 so have no idea if this works but maybe there's a way to fake NACK. When the I2C interrupt handler runs, the I2C controller is bus stretching by bringing SCL low. It...
View ArticleRaspberry Pi OS • Re: RasPiOS Bookworm Lite with GUI on Pi5
I suspect for some use cases it'll be aroung longer than that. I need an easy, reliable way of running GUI applications (not the entire Desktop) on remote displays before I can drop X11. AFAIK Wayland...
View ArticleGeneral discussion • Changing the DE without a fresh OS image?
I want to switch from the default DE to KDE. Can I do this without a fresh install of the OS? If so, how? Which is the better option?Statistics: Posted by RedRobin — Thu Feb 29, 2024 3:15 am
View ArticleGeneral programming discussion • Re: VSCode: 1.86.2 update broke basic...
I've seen the same thing! Driving me nuts, I installed the code-insiders version 1.88.0 and that seems to be fine for now. Interesting you only had the icons on the left going I also lost the tabs for...
View ArticleGeneral discussion • Re: Changing the DE without a fresh OS image?
Code: sudo apt install task-kde-desktopkde uses sddm for login so change to thatCode: sudo dpkg-reconfigure sddmrebootraspberry os lite + desktop/wm of choice is always the better option as you get a...
View ArticleOff topic discussion • Re: Repair Café turns 15
Well it turns out there is one close to me but the search does not work by town name.I had to use part of the name of the club to find the club Fortunately the map is more accurate (if painful on a...
View ArticleTroubleshooting • Re: HDMI issues with new Pi5 8gb
Starting from a fresh image, on a RPi4, I discover that the 1080p bin file does enable audio, but the display resolution is awful- speckles in the desktop background image. Worse, it disables the 7"...
View ArticleMedia centres • Re: Peppy Player Buttons
Thank you, I'll experiment with the button settings and see if I can figure it out.Statistics: Posted by dancil — Thu Feb 29, 2024 4:50 am
View ArticleOther projects • Re: Miniature CRT computer for miniature laboratory diorama
I think someone will be interested and have skills and knowledges for a project like this Statistics: Posted by SERRASALMUS — Fri Mar 01, 2024 12:36 am
View ArticleBeginners • Re: Wirelessly starting up RPi Zero 2 W
My router needs mac address of all devices that will be connected. So how to read RPi 2W's mac address before installing the OS on it, or after instaling OS on it without using keyboard and...
View ArticleTroubleshooting • Re: Hotspot no IP4 being given to client. Like the is some...
viewtopic.php?p=2146592#p2146592Statistics: Posted by bls — Fri Mar 01, 2024 12:48 am
View ArticleMicroPython • Re: How to exit gracefully from the second Pico thread ?
I think it's because you pass the terminate flag in as a parameter variable, so it's set once and that's it. You need something like this where it's global, can be changed live in the main code and...
View ArticleRaspberry Pi OS • Re: Quite some problems
Thanks!Yes nr. 1 is indeed fixed! I'll report the rest as bugs after checking whether it is still happens and whether it is not already reported.Statistics: Posted by nielsbaloe — Fri Mar 01, 2024...
View ArticleAdvanced users • Re: App crash at startup on RPiOS
Run it from the terminal.Umm no. That will tell you almost nothing about it's behaviour when started during boot.The way I understood the question was that the app crashes when it starts, I did not...
View ArticleCompute Module • Re: CAM1 lags behind CAM0 on CM4 when running dual camera
Have confirmed the issued was due to GStreamer buffering. I had opened two separate streams sequentially and was combining both streams using OpenCV. Instead I have changed the GStreamer configuration...
View ArticleBeginners • Re: Custom boot logo
I don't think that's gonna work. I mean, the first 6 seconds are completly black screen. And I'm wondering if I can place splash screen right there. Right before I power on.Statistics: Posted by...
View Article