Graphics, sound and multimedia • Re: How to control waveforms during HDMI...
That is not a valid link.The fact it has the word "secure" fairly early on in the URL probably means you need to be signed in to Nvidia's site to view it.For compliance issues it is generally best to...
View ArticleTroubleshooting • Re: Pi 5 Wi-Fi Disconnects - Is this a power supply issue
Far more likely that the steel case is the issue, but why do you want to avoid the official Pi5 PSU? It is known good quality and good value too.Statistics: Posted by davidcoton — Fri Jul 19, 2024...
View ArticleAdvanced users • Re: Rpi and BT extended advertising mode
RPi 4B specs says Bluetooth 5.0https://datasheets.raspberrypi.com/rpi4 ... -brief.pdfRPi 5 specs says Bluetooth 5.0https://www.raspberrypi.com/products/raspberry-pi-5/BlueZ seems to have support for...
View ArticleNetworking and servers • Re: New Router from ISP - reset all my PI's
Edit: it occurs to add that if you can keep your old router it'll insulate you from events like your new router packing up. Maybe consider getting an old router, used as above, to insulate your Pi...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
I have no idea how much data can be sent using 'sendto', whether it splits up larger packets or you would have to.Right - I believe datagrams are limited to single packets (around 1500 byte).Ideally,...
View ArticleBeginners • Re: 256G SSD - creating image on 32G USB
Remember that one of the main things we do on these boards is try to "curve fit" the comments and issues raised by OPs. That is, we try to develop and express real world explanations that align with...
View ArticleTroubleshooting • How to setup SSL in Claws 4.1.1
Last days I did the step from I believe Bullseye (32bit) to Bookworm (64bit). Complete new install from bought SD with distribution. Needed some time to set things strait. Al is working so far, until...
View ArticleAdvanced users • Re: Installing Docker Package
Thanks everyone this has been really helpful and informative, and I have learned a lot. I did realise at the time that I was removing some of the code and see now that it was an error on my part. I...
View ArticleCamera board • Re: Waterproof low latency camera compatible with esp32 or...
Then a raspberrypi solutionlike zero or pico or whateverPihut have some cameras for the pico.. https://thepihut.com/search?q=Pico+came ... ncy&page=1I don't know if they meet your...
View ArticleTroubleshooting • how to stop listing at boot
Last week I did the big step from 32bit to 64bit, puzzled out a way how to do. All is working on some minor problems. One of them is that I have a listing at boot, probably did enter some "wrong"...
View ArticleGeneral discussion • Re: Will this work
Also have a look at this post re animated eyes viewtopic.php?p=2205391&hilit=Eyes#p2205391Statistics: Posted by neilgl — Sat Jul 20, 2024 1:05 pm
View ArticleAdvanced users • Re: Still use an SD alongside an SSD on Pi5?
A lot depends on what the OS you have installed on the 3B is.If it's RPiOS Bookworm transferring it is likely to just work though if it's 32bit you'll end up running with a 64bit kernel and 32bit...
View ArticlePython • Re: gpio library for new projects? is pigpio still the best answer?
For python have a look at gpiozero (“ which is installed by default in Raspberry Pi OS.”)Also rpi-lgpio (and gpiod)Due to Pi5 having the new I/O chipStatistics: Posted by neilgl — Sat Jul 20, 2024...
View ArticleTroubleshooting • Re: how to stop listing at boot
Conversely, I always use raspi-config System Options, Splash Screen, Would you like to show the splash screen at boot? NoMaybe try it as YesStatistics: Posted by neilgl — Sat Jul 20, 2024 1:35 pm
View ArticleGeneral • Unexpected interrupt behaviour in PIO
I've been experiencing some unexpected behaviour while using interrupts in PIO to synchronize the operation of two state machines.Code explanation:Although the project itself is quite complicated, the...
View ArticleRaspberry Pi Connect • Re: "systemctl --user disable...
Thanks Andrum, appreciate your recommendation. Makes senseStatistics: Posted by bondskin — Sun Jul 21, 2024 12:15 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Creating a custom spi channel
I need to create a custom spi channel on Raspberry pi 5. Due to some reason the spi channel 0 is not generating clock signal. But Spi channel 1 works fine. In my project, I need 2 spi channels. Can...
View ArticleNetworking and servers • Re: Using a Pi as a "router"
A TAP connection might be a better choice.If memory serves, TUN conections cannot be part of a network bridge so you need routing and/or NAT at the server end in order to access the network teh server...
View ArticlePython • Re: Need help for read numbers from a picture
True. But building from source, if do-able, does have the benefit of ensuring that you are getting the latest and greatest version.Versions in repos - especially in the Debian ecosphere - are...
View ArticleRaspberry Pi OS • Re: Wrong Simplified Chinese translation in Appearance...
Screenshot:[img]https://smms.app/image/JFkwf7YjIaTA2Do[/img]Your screenshot doesn't work. You should have taken the BBCode example and used that on here.Statistics: Posted by DougieLawson — Sun Jul...
View Article