Beginners • Re: A replacement for MotionEyeOS?
Does a motion capture video now work OK ?Which, mine? Or rpdom's?Statistics: Posted by Cubytus — Sat Dec 14, 2024 11:04 pm
View ArticleGeneral • Re: Getting Out Of A UART Framing Error
That pattern could wrongfully lock the sync, I agree, but that suppose bit 6 to be always 1, then bit 7 always 0 (I think NL space, and many other characters below ASCII 64 will break the pattern),...
View ArticleCamera board • Re: Sanity check on JPG capture speed
You'd have thought so!but commenting out the call to save_images: (using if (0) to avoid "unused function" error)Code: diff --git a/apps/rpicam_still.cpp b/apps/rpicam_still.cppindex 5e97aa7..51054cb...
View ArticleBeginners • Remote Operation Pi5
Hifor telescope control there is a nice tool called "astroberry" - unfortunately (yet) only for 32bit OS. The good news is that the main software (KStars) is also available for 64bit (bookworm). This...
View ArticleMicroPython • Re: Lets talk about lightsleep on PICO
For instance, if lightsleep(5000) always returns in 5 seconds on 2040 it should do the same on 2350.Not if one of the rp2350's additional features triggers an early exit. lightsleep(n) is always the...
View ArticleTroubleshooting • Re: Pi 500 HDMI works in firmware, but not in Linux
Maybe try a "D" in the "forcing a mode" ?- Forcing a video mode with `video=HDMI-A-1:1280x720D@60`RE: Specifying an HDMI mode with `hdmi_group=2` and `hdmi_mode=85` (720p)BTW: the new KMS driver...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
As far as I know OpenCL is not supported.Then you may be able to use Vulkan Compute Shaders to run code on the GPU. That is what I was planning to do. But to do that efficiently, I want to know more...
View ArticleGeneral • Re: A Snek port for a Pico ?
That is a bit weird. He or someone involved still seems to be active as I noticed there were commits to Snek just two weeks ago.Yes, he seems to make a checkin a couple of times a year.But the...
View ArticleGeneral • Re: USB cable with power switch for setting bootloader mode
A much more elegant (and inexpensive) solution.Thank you (both)!Statistics: Posted by picopirate — Sun Dec 15, 2024 10:39 pm
View ArticleRaspberry Pi OS • Re: mousepad startup very slow.
Is X11 / Wayland the cause?viewtopic.php?p=2217965&hilit=mousepad#p2217965I think so.If you have solution, help me please.Re: Odd application load times in BookwormReport this postSat May 04, 2024...
View ArticleBeginners • Re: Remote Operation Pi5
Usually we use either rpi-connect or VNC Viewer to do remote control of the pi from a Windows PC (or other system)Creating a WiFi Hotspot on the Pi is covered in the documentation...
View ArticleTroubleshooting • TF card can't been recognized as SDR104
I have a SDR104 tf card,named DH13L.But when i using it boot up raspi-os .Pi5 can't recognize it as SDR104,but only SDR25.Here is boot up log:Code: 5.31 SD HOST: 200000000 CTL0: 0x00800000 BUS: 400000...
View ArticleRaspberry Pi OS • Hard drives that won't go to sleep under Linux
(I think this topic has come up a few times before on these forums - not sure if there was ever a good answer given)I have a 10 year old, spinning rust USB hard drive (formatted NTFS). For most of...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I can understand why Raspberry Pi might have chosen to produce a single board for the Pi 500 and for use in "other contexts".The first "other context" might be a Pi501... This remember me two...
View ArticleGeneral discussion • Re: Can you get Pi 5 Serial number from the box?
Some producers put the serian number of their devices on the external of the box, together with the MAC addresses of the various interfaces.This helps a lot also for non commercial reasons, so you can...
View ArticleTroubleshooting • Re: Upgrading from 3B+ to 4 or 5
There is no "Model 4-specific installation" (or Model 5 specific one). If it is a Bookworm installation, then there is no performance improvement to expect from a new installation. If it's a Bullseye...
View ArticleAdvanced users • Re: MCP23017 overlay error -EIO: can't write IOCON 32
"dtoverlay=mcp23017,i2c-path=/i2c@0,gpiopin=12" (the default is GPIO 4)How can I see If the interrupt happen and which register is written??appreciated your time and also your help with that its...
View ArticleGeneral discussion • Re: Connecting GPIO pins together - am I an idiot?!
I think you are not an idiot. It is quite valid to connect an GPIO input to an output. The question is, why? Normally, you would connect the input via a link to 3V3 or 0V. It is preferable to use a...
View ArticleTroubleshooting • Re: Windows Imager fails as Windows keeps asking to format...
I suspect this request to format only happens if you have an action (eg open in filemanager) when a device gets mounted. I have mine set to "Do nothing" and never see this format request.Statistics:...
View ArticleRaspberry Pi OS • Re: Samba problem with mounted directory
But really, in all seriousness, most problems in computers would go away if you have the luxury of throwing everything away and starting over from scratch. In the real world, that is rarely an...
View Article