Official Display • Re: Alimentation cable on display touch 2 make a pin useless
https://forums.raspberrypi.com/viewtopic.php?t=372255 and https://forums.raspberrypi.com/viewtopi ... f#p2150080 might give you some ideas.https://forums.raspberrypi.com/viewtopi ... 5#p2306189 is a...
View ArticleBeginners • Re: I'm having some issue's and I hope someone Knows why??
For the second part "Can't initialise pigpio library": this library does not run on a Pi5. See for example https://forums.raspberrypi.com/viewtopic.php?t=382706DHT11, see...
View ArticleGeneral • Re: Pico 2 - Multicore code, possible conflict SPI/DMA
I changed code which sends buffer to use interruptCode: void dma_buffer_irq_handler(){ dma_hw->ints1 = 1u << dma_channel; display_refresh(); _hardware->write(LCD_CS_PIN, 1);}void...
View ArticleGeneral discussion • Custom Resolution Issue in Raspberry Pi 4 Bookworm OS
I wanted to configure Raspberry Pi 4 with Bookworm 32bit Desktop OS in Kiosk Mode to display a Website such that I can VNC from iPad with Custom Resolution set at Pi end for the same.Below are the...
View ArticleGeneral discussion • Re: Custom Resolution Issue in Raspberry Pi 4 Bookworm OS
What model is 'the other Pi'?Statistics: Posted by aBUGSworstnightmare — Tue Apr 29, 2025 5:50 am
View ArticleMicroPython • Re: Unable to get I2C working
Many thanks @ghp - and my apologies for the delay - I had logged in today to say this was the solution - and then saw your answer.The breadboard I had wasn't clear that there was a break in the power...
View ArticleMicroPython • Re: How can I upload uf2 and py scripts and make it read only
It's a security device, I don't want to go into details. I guess I just have to rebuild the project in c++.Statistics: Posted by PieChef — Tue Apr 29, 2025 6:18 am
View ArticleTroubleshooting • Re: Pi 4B Suddenly Not Booting
Try a new/spare microSD cardStatistics: Posted by neilgl — Tue Apr 29, 2025 6:55 am
View ArticleNetworking and servers • Re: Pi Zero 2 W To View IPC Stream
Re " I need to access networked resources via a browser to get VLC set up" - have you looked at using the command line version of vlc, cvlcStatistics: Posted by neilgl — Tue Apr 29, 2025 6:58 am
View ArticleLinux Kernel • Linux 6.12.y stable release for April 2025
Hi,We intend to migrate from RPI Linux 6.12 patches to linux-yocto 6.12.19 patches. Commits occur daily when we check "https://github.com/raspberrypi/linux/tree/rpi-6.12.y". Which stable commit (tag)...
View ArticleRaspberry Pi Connect • Re: Keyboardlayout
Thank you for your answer!It is not possible, if the Z-Key is pressed on the keybaord, to have the character Z send to the Pi?I think the browser never knew that a specific botton is pressed. It is...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PCIe HAT not detected after OS update
All done, and looks like nothing has changed! lspci still outputs: 00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 30) 01:00.0 Ethernet controller: Raspberry Pi Ltd RP1...
View ArticleGeneral • Re: ETM instruction tracing for RP2350
Thanks @gmx and @czietz.It works now. Now I just need to slow down the Pin speed as the default 75 MHz are way to unstable for my flying wire setup Statistics: Posted by TraceNV — Tue Apr 29, 2025...
View ArticleSDK • Re: [Not needed] How to kick RP235X executable Version Number ?
Not sure I need the 1BS_IMAGE_TYPE, LOAD_MAP and 1BS_HASH_DEF the 'seal' adds, whether that will be problematic or not.They shouldn't cause issues - the hash_def without a hash_value/signature...
View ArticleBeginners • Deer Scarer - HELP
My garden is being decimated by deer who wander in and eat any new shoots (especially roses). I have tried ultrasonic scarers, PIR activated garage lights, special scents that deer don't like,...
View ArticleOther projects • Re: Help Me Build an Offline AI Familiar (Pi 5 + E-Ink + TTS)
I can help you with TTS and offline LLM, but this LLM will be very small because the CPU of Pi, maybe 0.5b qwen model Statistics: Posted by jiahaoli — Tue Apr 29, 2025 9:23 am
View ArticleLinux Kernel • Re: Linux 6.12.y stable release for April 2025
I would defer till the latest commit of rpi-6.12.yStatistics: Posted by neilgl — Tue Apr 29, 2025 9:38 am
View ArticleTroubleshooting • SSH failure because overlay filesystem full
SSH connect failed on my filesystem. Time out on laptop, Terminus app indicated initial connection but closed with end of file error.I used claude AI to figure out what's wrong. I got some good...
View ArticleTroubleshooting • Re: AHT21 issues, I2c detect not registering
4.7k on both circuits.Statistics: Posted by Rainshine — Tue Apr 29, 2025 9:45 am
View ArticleBeginners • Re: Deer Scarer - HELP
I would use a Bluetooth (battery) powered speaker or a USB speaker. On my Pi5 I use either a Marshall Emberton II (not cheap) bluetooth speaker - excellentOr an Easy-Acc MC bluetooh speaker - very...
View Article