Raspberry Pi Connect • Re: Missing mouse pointer
Firefox 141.0.2 (64-bit) on Windows 11 Home 64-bit with all updates (24H2), Windows Feature Experience Pack 1000.26100.107.0Pi4 2GB running Bookworm 64-bit with desktop.Output of the 3 commands:...
View ArticleGeneral • Re: RP2350 USB disable?
You can use RP2350's OTP page locks to specifically specify read/write permissions for OTP pages when accessed from `picotool`Statistics: Posted by kilograham — Wed Aug 06, 2025 2:31 pm
View ArticleRaspberry Pi Connect • Re: Mouse Icon in Raspberry Pi Conenct
Sorry, my mistake, I'm using both, but I meant to say that when I am using RP Connect, I only see a black dot.For cross-reference, there is a similar active discussion here [ viewtopic.php?t=389721 ]...
View ArticleBeginners • Re: Raspberry Pi 4 B with 3.4" round screen?
Do you mean tech spec?Wisecoco 3.4 Inch Circular Display 800x800 LCD Round Screen Dual Panel MIPI 60Hz Driver BoardDescrition a-Si TFT-LCD ,3.4 inch, 800×800An actual web link would be less...
View ArticleGeneral • Re: Writing data into flash memory on PICO2
Thanks for the input.Instead of stopping the other core, can I keep it permantly disabled and run FreeRTOS only on single core?I tried settingCode: #define configNUMBER_OF_CORES 1But it doesn't even...
View ArticleAdvanced users • Re: Custom 20V power distribution board for Raspberry Pi 5
The issue is whether we can wire the 5V V+ directly to the VBUS on the USB-C output connector that will power the Pi — and the 5V V- to the USB-C GND — but without connecting anything to the CC1/2,...
View ArticleAdvanced users • Re: using readl() to read GPIO MMIO always returns 0 values
thanks, will try with the address reported by pinctrl, that is indeed 0x20200000 BCM2835.quite strange that the gpio.py using 0x3F200000 reported bit changes when plugging the test high level on a pin...
View ArticleTroubleshooting • Re: Traumatised RPI not turning on!
Update on my end, I tried to read the SD card on my computer and its completely dead. Doesnt show up on disk management, doesnt appear to have connected. No idea why it died. Statistics: Posted by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using PIO-PWM on RPi5
Are you sure you are using the correct pwm "chip"?Code: $ ls -l /sys/class/pwmtotal 0lrwxrwxrwx 1 root root 0 Aug 7 13:50 pwmchip0 ->...
View ArticleOther projects • Re: UK Telephone Caller ID Decoding Revisited
Guys,Just discovered a little issue with my new VoIP telephone enabled Router which has sort-of stuffed me a bit.Whereas an Echange, on caller hang up, will drop the line current for a second my...
View ArticleSDK • Re: Trojan in Windows 'pioasm'
Give the RPi folks some time, I'm sure they will clear it up.I am sure they will and there's nothing I can do other than give them time to investigate and analyse.I am certainly not going to be so...
View ArticleMicroPython • Re: Help with slow framebuf display code
Perhaps you should check the runtime of the drawClock and lcd.show method. Moving all the pixel from the framebuffer to the display controller can take considerable time. Have a small display here I2C...
View ArticleTroubleshooting • Re: Issues when powering Raspberry pi 5
there are so many post here on the forum which are dealing with powering the Pi from unofficial PSUi.e. viewtopic.php?p=2215448&hilit=Unofficial+psu#p2215448I'm sorry to bother you ;(( but you...
View ArticleTroubleshooting • Re: New to raspberry Pi images
Ouch!You're going to need to restore from your backups.Statistics: Posted by kip_the_elder — Thu Aug 07, 2025 2:33 pm
View ArticleGeneral • Re: How to make a universal firmware for all boards (LED issue)
There is no #if #endif guards, but switch/if directed by whats inside flash at address lets say aboard binary.I guess I simply don't comprehend your proposed solution.The Pico SDK is full of '#if' to...
View ArticleTroubleshooting • Re: Raspberry pi 5 displays a green light only for a few...
I tried every method of booting (NVME, USB and micro SD card) and they all have the same issue.the light going from green to red sounds like its shutting down, it doesnt matter what your booting from,...
View ArticleCompute Module • Re: Compute module 4/5 programmer
Is that a real photo of a real board? It looks a bit odd.I think it just looks hand solderedStatistics: Posted by scotty101 — Thu Aug 07, 2025 3:09 pm
View ArticleGeneral • Re: Actual C++ (as in OO) code for the pico ?
Anyway, I want to be more positive about all programming languages for Pico going forward , so I tried to find a Pico C++ dual-core synth project that I just remembered was discussed on these forums...
View ArticleRaspberry Pi OS • Re: Problems with X11, Chromium and EEPROM update
For Wayland, the video playback in Chromium has been fixed with the update a few minutes ago.I was able to update the EEPROM with another installation on another SD card. I will test a new card next...
View ArticleBeta testing • Re: rpi-swap (Trixie only) - zram-based swap
That's very odd, both 'inotify-tools' and 'systemd-zram-generator' are upstream Debian packages in both Bookworm and Trixie:It looks like your install might be in an unusual state.I don't doubt that...
View Article