Networking and servers • Re: Socket programming on rpi4 or rpi5
I want to do socket programming on python where I want to bind raspberry pi5 and esp32 with each other .esp32 continuously sending sring as raspberry pi response in rturn ,give me the code for thisMy...
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 • Re: Raspberry showed like a 0.0.0.0 device
Even with an external source connected the device is shown as 0.0.0.0Statistics: Posted by valdemirs — Fri Feb 09, 2024 12:03 pm
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 ArticleAdvanced users • Re: Any Tips for Speeding Up the Manual Process of Setting...
If the setting file in the latest version of the program is updated with new settings,your old file will not have them.That's why, when possible, I don't touch the original settings file, but create...
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 ArticleTroubleshooting • Re: Pi5 bookworm screen rotate
that's what i'm saying it's a limit of kms cause of mode matching.no! A screen that is 1920x1080 native resolution will happily display 1920x1080@60,rotate=90 as from the screen POV it's still...
View ArticleGeneral • Re: SSD1306 OLED Display connection RPI Pico W
It sems your display has either SPI or I2C interface. Factory default is SPI.Have you changed the BSx jumpers?Can you make a picture of the backside of your display?I was thinking the same thing and...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Day 24 is working for my data! Does it run on the Pico?float128_t is introduced in C++14. Best I can get for Pico is C++13.2Statistics: Posted by lurk101 — Fri Feb 09, 2024 12:45 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 Article