Raspberry Pi OS • Re: Flatpak broke earlier today
Look at /var/log/apt/history.log to see what was updated.Things to try:Run:Code: xdg-user-dirs-updateFollowed by:Code: systemctl --user import-environment PATHsystemctl --user restart...
View ArticleOfficial Display • Re: Is there an official case for Raspberry Pi Touch...
I'm using this already for a different device and--since 1) it works very well, 2) is portable, 3) the distance between the uprights is a bit over 4", and 4) is very reasonably priced--I intend to try...
View ArticleGeneral • Re: Cleaning cache on RP2350 with PSRAM writes outstanding causes...
Thank you for support, LukeW and kilograham !I want to stress that "my workaround" was not intended as a workaround, just experimental to see 'what if'. Also, I still think that there's no need (or...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico for model railroad
I say chaps, It's been a while, but here is code which works, sort of. The voltage from potentiometers is compared to the back e.m.f. which is measured at the last time-slot for each track, during...
View ArticleGeneral • Re: How to prevent PIO Rx FIFO write from conflicting with C code...
Have the CPU dump the FIFO. The packet standard and FIFO are the synchronization. Add an alignment marker to the packet if you want to. Reset the PIO state machine if misaligned. Do not attempt a CPU...
View ArticleOther RP2040 boards • [SOLVED] Re: Custom rp2040 and Flash Memory (W25Q16JVSSIQ)
Marking as closed as this flash memory model (W25Q16JVSSIQ) works with my custom rp2040Statistics: Posted by iloveraspberrypi — Sat Nov 09, 2024 3:10 pm
View ArticleTroubleshooting • Re: Volume control with momentary buttons, works but not on...
So it works in Thonny, does not work when run @reboot in crontab.Have you tried running from the CLI instead of running in Thonny? It seems like you are not using a virtual environment so Thonny may...
View ArticleRaspberry Pi OS • Re: After switch to Labwc black screen
Can you SSH into your Pi5 from your laptop using (say) PuTTY for Windows. I use PuTTY a lot. Find the pi ip address in your router or using fingStatistics: Posted by neilgl — Sat Nov 09, 2024 3:12 pm
View ArticleTroubleshooting • Re: Ethernet randomly stops working on RPi3B and RPI4B
I have 3B and 4B.Problems occur on both of these devices.Everything worked fine until last reinstall to newest Ubuntu Server 24.04 LTS.[ ... ]How to fix this ? it stops working very often. Sometimes...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
Update 8.5 (it's a small one)1. 24+ hours of usage without any issue2. passed an hour-long stress test (i used a passive cooler though)3. Currently, overclocked to 1.9ghz and running a minecraft...
View ArticleGeneral • Re: No DCF77 reception without wifi?
Congratulations for using a scope on power rail. The noisy mode is documented in Pico (boards) Datasheets.Pimoroni Pico Plus 2 (wireless or not) is using :LDO...
View ArticleGeneral • Re: Rpi pico w not showing up anymore on pc
Isn't that jrunner misbehaving on Win11 and interfering with Pico ?Not sure what jrunner is (suppose it's a program for flashing something for xbox through Pico) and what 'constantly read the...
View ArticleCompute Module • Re: Dead CM4, possible cause of death?
Sorry, but which baseboards do you use? Are these CM4 with eMMC or lite ones (with uSD card interface)?Statistics: Posted by aBUGSworstnightmare — Sat Nov 09, 2024 3:39 pm
View ArticleTroubleshooting • Re: [Solved]Keyboard layout issue since migration from...
Hello jojopi.I was not aware of that. For me, raspi-config hasn't done the work automatically. Understand I do what I can with my poor knowledge of the OS…If you know a way for me to investigate more...
View ArticleBeginners • How to install locales with a script
Is it possible to install additional languages/locales and to change the default locale through a script in Bookworm?I've been trying this script but it doesn't work:Code: #!/bin/bash# Script to add...
View ArticleRaspberry Pi OS • Re: 2 kernel versions on PiOS Bookworm
Thanks for the info. I am running both pi-4bs and pi-5s, so it looks like I could remove the v8 from the pi5s and the 2712s from the pi4s. Mystery solved.Statistics: Posted by doctordruidphd — Sat Nov...
View ArticleBeginners • Re: Is there an easy to use snipping tool for Raspbian 5?
Maintain a set of note on commands that you need occasionally, but don't remember the details. If you use them enough, you'll remember how. There are also the man pages (try "man man") and other...
View ArticleTroubleshooting • Re: PiZero2Ws headless: connecting ocassionally?
Another bump. Anyone?Statistics: Posted by PlasticTotem — Sun Nov 10, 2024 3:43 pm
View ArticleOfficial Display • Re: Is there an official case for Raspberry Pi Touch...
#3Statistics: Posted by tigernero — Sun Nov 10, 2024 3:43 pm
View ArticleTroubleshooting • Re: Pi Zero unable to connect to a Pi 5 access point
It works. It's not pretty, but I have an open access point running.But first, I decided to try with a Raspberry Pi 4 I had. Same results. Then I tested hostapd. Same results. It meant something's...
View Article