Graphics, sound and multimedia • Re: 9 displays output
You have Pi4's, right?Use i.e.https://www.berrybase.de/usb-type-c-kab ... versorgunghttps://www.reichelt.de/schaltnetzteil- ... gKMAvD_BwEWould make some mounting fixtures to get all the HW placed in...
View ArticleRaspberry Pi OS • Re: Build directory missing for rpi kernel 6.1.21-v8+
I'm facing the same issue: how can I compile a module for the 64-bit kernel used in the 32-bit RPI OS?If you require an out of tree kernel module to be built, then the recommendations would be:Use a...
View ArticleGeneral • Re: GPIO pins dynamically set as input or output within C program?
This is certainly possible. gpio_set_dir() is the function to change a pin direction; you can call it at any time.The SDK functions for GPIO control are documented here:...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Bonjour,Merci pour toutes ces remarques. Je réédite le post.Pour plus d'informations sur ces distributions, voici un descriptif détaillé : https://fr.wikipedia.org/wiki/Liste_des ... _GNU/LinuxPetit...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: PI 5 BCM2712 Need for package & Code
If you're referring to the board available at https://www.bausano.net/en/hardware/eth ... berry.html, then it looks like their examples use the bcm2835 gpio library. bcm2835 directly accesses the...
View ArticleSDK • Re: PICO : Can't update firmware uf2 by drag and drog
But could you confirm that a pico plugged on a windows (10 or 11) shows a usb to serial com port on device manager?Or is there somewhere in the code something that needs to be set to have access to...
View ArticleAdvanced users • Re: microSD Cards "Application Performance Class"...
Thank you.Actually I don't have both,I only have several of the 64GB.The images are from the internet..Statistics: Posted by spaceman5 — Thu Feb 08, 2024 12:11 pm
View ArticleBeginners • Re: pi5 cooler
You will not burn your Pi even when not using any cooler at all! The Pi will start thermal throttling at 85°C.To me the noise generated by the active cooler when mointed to the official chassis (which...
View ArticleSDK • Re: TinyUSB Toggle between HID_PROTOCOL_BOOT and HID_PROTOCOL_REPORT
It looks like an issue with the hardware controller. Perhaps raise it as an issue on the appropriate Raspberry Pi or TinyUSB GitHub...
View ArticleOther programming languages • Re: Pari/GP CAS (Computer Algebra System)
I did determine maximal number of vertices in a single plane (same level, same color), then determined normal vector for that plane (I learned on PARI/GP email list how to do that with this nice short...
View ArticleTroubleshooting • 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 Article