Troubleshooting • Re: Raspberry showed like a 0.0.0.0 device
It very much depends on the router, on some it indicates that it is no longer connected or lost its lease. If it is a wireless connection it may indicate a wireless connection has been made but not...
View ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
Thank you all.Regarding sdm:Great, I will read about it this weekend.Regarding using a .sh script:Originally that was my plan.The thing is this:There are 2 parts that we should look at, in this...
View ArticleRaspberry Pi OS • Re: How to launch xscreensaver in GUI
I am having the same problem as KL7VKI have the same results when I run "cat /etc/os-release"How do I get X11 installed? I was using imager_1.7.5 to create a working image on the micro SD card. It was...
View ArticleTroubleshooting • VLC fullscreen playback on Pi 3B - poor performance
Hi there,I'm trying to play a 1080p 8-bit h264 .mkv file using vlc on Bookworm 32-bit with a Pi 3B.it works as expected from tty, default settings, using `cvlc -f <file>` with no tearing or...
View ArticleC/C++ • Re: How to set date time to Y2040 and get time - a Y2038 problem
Does anyone know if MMAL on a 64 bit Raspbian is also 64 bit MMAL?This isn't what you want to hear but MMAL is a deadend. MMAL not supported in Raspberry Pi OS 64-bit and Pi 5 doesn't have MMAL at...
View ArticleAdvanced users • Re: SD card writes cause dropped USB packets
I have a working solution. I created a 1GB RAM disk and wrote everything to that. I then have a script that checks for files on the RAM disk that have not been accessed for at least 6 minutes, and...
View ArticleItaliano • Re: Raspberry + Dac + AMPLI
volevo sapere se è possibile sovrapporre un raspberry a un hat DAC e questo a un ampli (hinnomaker) posto sopra il DACA occhio direi di no, se entrambi gli HAT hanno la EEPROM di configurazione,...
View ArticleMicroPython • Re: Error on Raspberry Pico with Micropython
The OP's source code is about 200,000 bytes. If a 'print("Started")' is put at the very start of the code it never shows, never gets executed, so it looks like it's failing during compilation, never...
View ArticleCompute Module • Re: CM4 USB error / MSG not working
It looks like there might be a problem if rpiboot is run in the same directory as bootfiles.bin but there is no boot.imgThis seems to work for me where usbboot is in $HOME/usbbootcd...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
want to bring your attention to an issue which I've seen when working on a replay - viewtopic.php?p=2191429#p2191429Wayfire seems to be totally ignoring a forced resolution...
View ArticleGeneral discussion • Re: Which raspberry pi models are still being manufactured?
As ever, https://rpilocator.com is your friend Statistics: Posted by andrum99 — Sat Feb 10, 2024 12:00 pm
View ArticlePython • Re: Writing generated audio as FLAC?
I think I have now worked out what to do. Code: #!/usr/bin/env python3import numpyimport soundfile as sfduration = 0.1 # base in secondsamplitude = 0.1 # range [0.0, 1.0]sampleRate = 44100 # integer...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Avrdude missing Linuxspi and linuxgpio
I noticed just because linuxgpio and linuxspi are listed when running:Code: avrdude -c ?type 2>&1 | grep linuxdoesn't mean they work.You said neither was included in your original post so that...
View ArticleRaspberry Pi OS • Re: Starting the Desktop after booting to CLI
Sorry, meant Bullseye. Corrected. Definetly cannot start it in the background over SSH.No, you won't be able to. As I said above security settings prevent it. You have to be logged in on the physical...
View ArticleRaspberry Pi OS • Re: How do I get Freerdp 3.2.0 on my Raspberry (Bookworm)?
@ MiscBits: I am not a programmer and do not understand the instructions.Statistics: Posted by rodo2024 — Sat Feb 10, 2024 12:27 pm
View ArticleSDK • Why won't PlatformIO upload to my Pico?
Hi everybody,This topic is a the following of my previous topic "PICO : Can't update firmware uf2 by drag and drog" : viewtopic.php?p=2191870#p2191870Oddly, the problem fixed itself, but now I can't...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
I started a new topic :viewtopic.php?t=365396Statistics: Posted by Krivers — Sat Feb 10, 2024 12:31 pm
View ArticleGeneral discussion • Re: Weather station using raspberry pi and GY-BME280
Each and every GY-BME280 I have had outside has failed causing the moisture sensor to always read 100%. In fact, it is not even made/recommended for outdoor usage, so why use it in a weather station...
View ArticleHATs and other add-ons • Controlling mains devices
I need my Pi to control several low or medium power mains devices (solenoid valves, circulating pumps, boilers, lights etc.). What is the most cost effective way of doing this? Does anyone make a...
View ArticleTroubleshooting • Re: Bookworm feedback thread
The initial installation with wayland gave me so many problems with the taskbar, desktop and menu icons that I switched to the Xserver settings in advanced config.With that I was able to easily add...
View Article