General discussion • Re: Will this work
Should be possible and maybe a Pi Pico could do it.Statistics: Posted by hippy — Sat Jul 20, 2024 11:49 am
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 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 ArticleTroubleshooting • Re: Raspberry Pi 4 Cannot Find Any Wifi Network
Try running this command line to see all WIFI networks. Code: $ sudo iwlist wlan0 scan|grep ESSID ESSID:"Roycroft" ESSID:"BerryHub" ESSID:"Rogers" ESSID:"" ESSID:"" ESSID:"" ESSID:""...
View ArticleTroubleshooting • Raspberry Pi 5 stuck on red light when power comes back for...
Hi, i noticed that my Raspberry Pi 5 gets stuck on a red light when the power goes out and then flickers and comes back for a short amount of time (less than 1 second), then when the power fully comes...
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 ArticleBeginners • Re: Turning it on
Not sure what your problem is. The 30 seconds could be the RPI boot time.Statistics: Posted by DS256 — Sun Jul 21, 2024 1:12 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 stuck on red light when power comes back...
Hi, i noticed that my Raspberry Pi 5 gets stuck on a red light when the power goes out and then flickers and comes back for a short amount of time (less than 1 second), then when the power fully comes...
View ArticleRaspberry Pi Connect • Multi-column device list?
I see a lot of empty space on the device list (see screenshot).Would it be possible to use 2 or more columns with devices. Would give me a better overview (and save a lot of scrolling).Statistics:...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
I also doubt the "overhead" of MQTT will be significant for this use case. It reads from a TCP socket and does some very light processing on the first byte or two of data in each message.If MQTT...
View ArticleTroubleshooting • Raspberry pi 4 randomly turns off and needs os reinstalled.
I have 4 new raspberry pi 4s for a project. After setting all up. The pi just turns off, then won't turn on again and brings up sd card installer page. Sometimes it happens s when I reboot pi...
View ArticleGraphics, sound and multimedia • Re: Dolby.io / millicast gstreamer bookworm
https://gstreamer.freedesktop.org/docum ... epsrc.htmlPackage – gst-plugin-webrtchttpAIUI It's written in Rust, so not part of the normal GStreamer...
View Article