Quantcast
Channel: Raspberry Pi Forums
Browsing all 5305 articles
Browse latest View live

Camera board • Re: More FPS for HQ camera on RPI 5

I tried with Picamera2 capture still in full resolution RGB888.I measure the fps of the request loop without any processing or saving. The fps exceeds 20fps whereas previously it didn't exceed...

View Article


SDK • Re: [Solved] Question regarding callbacks for MQTT

Do yourself a favor and document it, especially as it is still changing. I had to deal with loads of undocumented code in my programming life, and it is always a pain. Imagine debugging a 20 year old...

View Article


Python • Does RPi.GPIO work in Bookworm??

I have a pi 4 and upgraded the OS to Bookworm 64 bit yesterday. I then ran the python program (which worked fine before I upgraded) which uses the RPi.GPIO event detect library amongst other things....

View Article

General • Re: Help with Pico ADC project

I am trying with this,Code: from machine import Pinimport timeled = Pin(15, Pin.OUT)button = Pin(14, Pin.IN, Pin.PULL_DOWN)while True: if button.value(): led.toggle() time.sleep(0.5)But, I just have...

View Article

Raspberry Pi OS • Re: SSH connection issues with Bookworm.

Also in Windows Powershell you can use the Resolve-DnsName command. This will show you the IP address for the "device name" you are using in Putty.Statistics: Posted by AndyD — Wed Jun 19, 2024 8:25 am

View Article


Raspberry Pi Connect • Re: Copy and paste instructions

" I am using Firefox 126.0.1 64 bit - I did read the article posted but I am having no issues with copy and paste in Firefox for other apps Thanks for the detail.So, I've just tried this on Firefox...

View Article

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 Article

Troubleshooting • 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 Article


Python • 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 Article


Camera 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 Article

Beginners • Re: thermal throttling OS based or hardware based ?

thermal throttling OS based or hardware based ?none of the above!the thermal throttling is part of the firmware, start(4).elfso it doesnt matter what OS your using, as long as your using the official...

View Article

General • 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 Article

Other 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 Article


Beginners • 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 Article

Advanced 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 Article


HATs 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 Article

Troubleshooting • 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 Article


Troubleshooting • 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 Article

Image may be NSFW.
Clik here to view.

Camera 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 Article

Interfacing (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 Article
Browsing all 5305 articles
Browse latest View live