HATs and other add-ons • Stacking multiple official HATs on Raspberry Pi
Can multiple official HATs be connected to the Raspberry Pi and stacked together at the same time?The current setup is:Raspberry Pi 5Official RPi 5 case (with top cover removed)Official RPi 5 active...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
The line singled out by Chatterbox shows that Apache is listening on port 80 for TCP/IPv6 addresses only.Ignore it. It's something to do with netstat misreporting. I don't know why it shows just the...
View ArticlePython • Re: Does RPi.GPIO work in Bookworm??
Ive since read that RPi.GPIO is no longer available in Bookworm but can find anything official. If that is the case then thats a real shame and also means I need to re-write a lot of my old python...
View ArticleCamera board • Re: 64mp Arducam stops working after OS updates
...They have, and the OwlSight works with the rpicam-* utilities. Haven't had so much luck with picamera2 on Python, though: it seems to run out of memory before it can take a pictureWould be happy to...
View ArticleNetworking and servers • Can't ssh into a pi 5 in gadget mode
Hello,I am using the raspberry pi 5, and attempting to ssh over usb. I have followed the information in https://forums.raspberrypi.com/viewtopic.php?t=358573 and...
View ArticleTroubleshooting • curl Error 60: SSL peer certificate or SSH remote key was...
I have three Raspberry Pi 4s running Buster. Each one uploads an image to a web host (HostGator) every two minutes using curl. The code is simple:Code: curl -s -S -u myname: \ --connect-timeout 25 \...
View ArticleGeneral • Re: Pico as a Macintosh 128K
Amazing result given the limits both from the new hardware and the historic hardware.And the best thing is, even it is slow through emulation, it can still be as good or better than the real thing...
View ArticleOther projects • Re: Custom Key pad
Ok. I have had a little time to look at this again. I'm still a bit stuck, but still willing to try and progress this.Thank you for the drawing and the PCB photos. I think it would be worth focusing...
View ArticleBeginners • Re: redshift.conf location
At night it was in the night mode which is goodafter most of the day went it was still in the night modeI think it might be better in the people that put the raspberry pi packages together put it on...
View ArticleAdvanced users • Re: External HDD/SSD/nVME for the PI5
Slightly different but...Pi5 8GB NVME Bookworm 64bit powered from an official Pi adaptor so not through the GPIO.Samsung 1TB portable drive (HK-M101TCB/G M3 portable) into USB3.It's recognised but...
View ArticleBeginners • Re: thermal throttling OS based or hardware based ?
Can you monitor/log/report thermal throttling across any Linux?Statistics: Posted by peterlite — Thu Jun 20, 2024 5:33 am
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
I will say that I’ve previously experimented with NVidia Jetson and Coral TPU, I am really enjoying messing with the AI kit on Pi5 .I’m not an experienced user of this tech, I’m getting my head round...
View ArticleTroubleshooting • Re: Issues with monitor and Wayland on RPi4
Hi all and sorry for late reply, i was away for a business trip.First of all, the reply to the question I was asked: my "bad monitor" has a max resolution of 5120x1440.My TV is capable of 4k...
View ArticleTroubleshooting • Re: Bookworm feedback thread
The single "-" is correct. From "man grim" ... Code: -g "<x>,<y> <width>x<height>" Set the region to capture, in layout coordinates. If set to -, read the region from the...
View ArticleCamera board • Re: 64mp Hawkeye Arducam stops working after OS updates
I can confirm it works. Thanks Statistics: Posted by gordon77 — Thu Jun 20, 2024 8:18 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem With High Resolutions With...
Hi,Is this the ultimate solution to the 4 lane problem or there might still be things to do to solve the problem? And can anybody confirm if they were able to observe the desktop image via an analyzer...
View ArticleGraphics programming • Re: Drastic Framerate Drop and Memory Utilization...
Hello,Thank you for your reply. I am using the H264 decoder, but the resolution is limited to 640x480.Statistics: Posted by Niranjan0423 — Thu Jun 20, 2024 8:37 am
View ArticleBare metal, Assembly language • Re: Unable to initialise translation tables...
Ah I'm starting to understand things now (atleast in theory).... That was a really insightful!I just received my debug probe, and I tried setting up openocd with lldb, but I have this weird issue,...
View ArticleCamera board • libcamera compile error
Dear SirsI recompile libcamera to add the new camera and currently I see below errors even using newly "git clone" libcamera environment.(I didn't see the error last time and I could add the new...
View ArticleCamera board • picamera module 3 AF not working in downwards/overhead direction
Hello there,I did some focus testing with picamera module 3 and compared the maximum sharpness (FocusFoM) reached in a LensPosition walk with the sharpness of where AF ended up.In straight forward...
View Article