Android • Re: Connecting Raspberry Pi 5 to a TV
What happens if you remove those three hdmi lines from config.txt and let the TV and the Raspberry Pi swap some EDID information and choose a screen size that works for both?Statistics: Posted by...
View ArticleJava • Installing JDK on PI
Hi AllNew to all this and I'm trying to install Open JDK 17, I have tried this using UI, so heading to add/remove programs, searching Open JDK and selecting all the checkboxes against all the JDK 17...
View ArticleCamera board • Re: Picamera2, does the size stream parameter crop the image ?
Thanks a lot @6by9, it works !I was expecting a bit more light sensitivity, but yes it is more sensitive !I guess that the i2ctransfer command you suggest activate both V and H binning ?Following is...
View ArticleTroubleshooting • Raspberry Pi 5 8GB wont boot from SD card
I'm having trouble booting my New Raspberry pi 5 from SD card. When I try to boot it from SD card, it gives this error. failed to open SD card "(CMD 810010 status 0)" It will boot from USB and works...
View ArticleRaspberry Pi OS • Re: Bookworm LVM rootfs
Sigh. Best intentions and all that.Unfortunately, with what you've provided there are way too many things where I'd say "you can do this, or you can do that", because of missing context, etc. I really...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: gpio export 17 out not working
sysfs for GPIO has been deprecated since 2015.With the 6.6 kernel it is now actively logging errors if a gpio driver tries to set the base GPIO number for the chip, therefore we aren't.libgpiod is the...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Hi njhThe output from kmsprint -m isConnector 0 (44) Composite-1 (connected)704x432848x738720x576704x512720x480720x288544x380704x256720x240704x216The output from wlr-randr isComposite-1 "(null) (null)...
View ArticleAdvanced users • Re: What are the default 802.3 ethernet settings in Bookworm?
eth0 is the deviceWired connection 1 is how its setup.click the wifi icon -> advanced -> edit connectionsto configureif your headless use nmtuiStatistics: Posted by kerry_s — Fri Mar 29, 2024...
View ArticleTroubleshooting • Re: shiny new pi 5
if the screen is the problem, why no info on the screen.the rest is just useless info that can't be used to help you.the only thing to say is "try a different screen"Statistics: Posted by kerry_s —...
View ArticleAdvanced users • Re: RPi4: Reloading VL805 firmware after boot
Thanks. Apart from the discussion about resetting the VL805, I have some new info: It seems the USB stack experiences problems, either periodically, e.g. because of EMI, or by user action when for...
View ArticleTroubleshooting • Re: V4L2 remote I/O error with IMX219 on RPi5
Can you check your kernel version with Code: uname -aIf it reports 6.1.73 then a step back to 6.1.65 with Code: sudo rpi-update d16727dshould workaround the problem.Or sudo rpi-update should get a 6.6...
View ArticleGeneral discussion • Re: EMG audio jack to RPI audio jack ?
So, if i use ADC will work?It'll help, you'll also need to verify the output of the ADC won't exceed 3V3, I'll step back now that others have a little more info to provide you with help.Statistics:...
View ArticleGeneral discussion • Raspberry Pi OV5647 camera not working
Hi All, I was able to get my raspberry pi camera to work after a long struggle. I was able to get a preview as well. But the next day I get erroe messages when I run this code:rpicam-hello -t 0...
View ArticleTroubleshooting • Re: Trying to install Processing under bookWorm
I had a look at at your link but I couldn't see anything about MIDI in the list of all libraries.I have a lot of processing code that I have worked with over the years, and I will need to use it on a...
View ArticleRaspberry Pi OS • Re: rdesktop slow
We normally use VNC Viewer, not rdesktop (MS RDP), so what happens if you use that?Note I also use RDP with my Debian 12 Bookworm AMD64 - all fine.Statistics: Posted by neilgl — Fri Mar 29, 2024 10:08...
View ArticleGeneral discussion • Re: Raspberry Pi OV5647 camera not working
[0:01:39.241077338] [2701] ERROR RPI pipeline_base.cpp:1377 Please check that your camera sensor connector is attached securely.[0:01:39.241090801] [2701] ERROR RPI pipeline_base.cpp:1378...
View ArticleTroubleshooting • Re: Wifi unstable
I see you are on 2.4Ghz wifi. I have been having issues if i select a 40mhz channel. Try 20mhz. The wifi/bluetooth chip on the RPI (3, 4 and 5, all of them) has been given me all kinds of problems...
View ArticleAdvanced users • XZ compression
On both of my raspberries, one on bookworm, one on bullseye, they show:Code: $ ldd $(which sshd) | grep liblzma | grep -o '/[^ ]*'/lib/aarch64-linux-gnu/liblzma.so.5I am worried, please...
View ArticleSDK • Re: FreeRTOS+TCP vs lwip?
Mongoose peaked my interest, however I also need FreeRTOS and it also took me some time as a newbie to understand LwIP. Specially when it comes to when to copy data, when sockets get's closed etc.....
View ArticleBeginners • Re: raspberry pi5 cluster to use in a multi-charger hub
If you plan to add an NVMe or USB flash storage device to any of the PI 5 computers in the cluster that Pi will need 5A. If they all run no monitor, no keyboard and no storage except SD card, then 3A...
View Article