Beta testing • Trixie doesn't close the Date when clicked
I clicked on the time on the Desktop, but couldn't close it with clicking it againI had to click on another menu to close itI never had the issue with BookwormStatistics: Posted by RaspyHat — Sun Sep...
View ArticleBeginners • Re: USB C to Micro HDMI External monitor
I see, what about the "USB Output 2: DC5V/2.4A"? I think this may be too low right?The Pi will have M2 hat for SSD and the peripherals will find something with their own batteries and connect to...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
Need help with Right/Left buttons not registering touch after using Search function. The buttons are mapped and the .png file displays when touched during normal use. But after using the Search...
View ArticleBeginners • Re: Update Errors
Used Imager 1.9.4 on a Pi5 to write 32-bit Bookworm to a microSD card and booted a Pi zero from that. I saw that sources.list has Code: deb [ arch=armhf ] http://raspbian.raspberrypi.com/raspbian/...
View ArticleTroubleshooting • Re: Pi HDMI CLI changes to huge font after few hours
the KMS driver ignores all video settings in config.txt - video mode changes made to this file will have no effect !(see this: https://www.raspberrypi.com/documentati ... splay-mode)NOTE: this assumes...
View ArticleZephyr • Re: Support for non-Pico boards ?
Poking around in the SDK, chips like the Wiznet W5500 are already supportedPimoroni Pico Plus2 is already listed there: https://docs.zephyrproject.org/latest/b ... index.htmlThanks. I must have missed...
View ArticleAutomation, sensing and robotics • Re: Broken RPi5 Fan Connector – Need Help...
I tried generate some code via chatgpt but it seems a lot of GPIO libraries is not supported on RPI5. So this python code below works for me with Noctua NF-A4x10 5V PWM connected to GPIO.more details...
View ArticleBeta testing • Re: Trixie doesn't close the Date when clicked
I never had the issue with Bookworm This issue is present on both Bookworm and Trixie here when accessing Desktop using VNC.Both Bookworm and Trixie exhibit the desired behavior when accessing Desktop...
View ArticleBare metal, Assembly language • DMA on UART0
Hi all,I've been trying to get DMA working on UART0. I've done memory to memory DMA, which seems to work.However when I try to set up for UART0, I see one character appearing, and then it stops.I have...
View ArticleBare metal, Assembly language • Re: DMA on UART0
did you setup dma pacing with dreq?Statistics: Posted by cleverca22 — Sun Sep 14, 2025 8:50 pm
View ArticleMicroPython • Re: Pico and Midi - Baud Rate Query
@hippy Thank you for the ideas and suggested code.Slow to reply because I have been out playing guitar and Bass all day with a great bunch, it sort of keeps us alive a bit.When I tested using the uart...
View ArticleGeneral discussion • Re: PI5 weak USB3 socket insert.
Nothing out of the ordinary ! That's why I wondered if it is a know problem. I've been plugging things into USB for as long as USB has been around (nearly 30 years) and I've never had this happen...
View ArticleGeneral • Re: PIO help for multiple ws2812 outputs
Okay, I think this might be the best of all worlds if I'm understanding correctly. No wasted memory, and the ability to "dynamically" set the number of pins. Just need to double the clock speed since...
View ArticleNetworking and servers • Re: [Help] Raspberry Pi stops working as DNS and...
PRETTY_NAME="Raspbian GNU/Linux 12 (bookworm)"NAME="Raspbian GNU/Linux"VERSION_ID="12"VERSION="12...
View ArticleBeginners • Re: turing-smart-screen-python on GPIO LCDs
If they show up as separate DRM or possibly fbdev devices, then Wayland or X11 should both be able to ignore them and leave them available for other uses.You'll have to give a bit more information...
View ArticleTroubleshooting • Re: SSH Hangs during authentication on wifi interface
Have a look at my reply here viewtopic.php?t=391874#p2337689I didn't mention it there but if I ran ping or repeated ssh long enough it would re-appear, hence how I guessed it was some weird power-save...
View ArticleAdvanced users • Re: Cannot find device drivers in menuconfig
That (2) means if you press "2" it will jump straight to that entry in the menu system.Thanks. That will make finding the correct option much easier.However AX88796B_PHY is already enabled as the PHY...
View ArticleGeneral discussion • Performance option: usb_max_current_enable
Hello! I couldn't find much documentation on the `usb_max_current_enable` option (also found in raspi-config Performance settings) and wanted to confirm it is safe/reliable to use. For context, we are...
View ArticleGeneral discussion • Re: What product would you like to see?
I would really love a PI 500 with m.2 slot for NVMe, 8 GB of RAM and maybe the option to choose the colour white or black.Statistics: Posted by kaze — Mon Sep 15, 2025 8:51 pm
View ArticleGeneral discussion • Re: Performance option: usb_max_current_enable
The risk is that with all the power going to the USB the SoC may not get enough when under heavy load and brown out. Depends on how good your PS is. You might want to consider a 5A supply.Statistics:...
View Article