Python • Re: Automatic start up of main.py
I think the author of those Guides knows more and in depth than I do. That's why I cited them rather than trying to answer myself.I don't have any further detail to contribute.Statistics: Posted by...
View ArticleCamera board • Re: rpicam stream NO FRAME
Which Pi is it Pi5 or Pi4 or other?Statistics: Posted by neilgl — Sun May 19, 2024 7:32 pm
View ArticleTroubleshooting • Re: App in menu doesn't show up for addition to panel
Not under X11. For my purposes Wayland ain't ready for use yet.i remember you can manually edit the panel file to add entries for custom apps.i don't however remember the steps. i'm currently on...
View ArticlePython • Help with detecting events with Buttons
Newbie at Python and Raspberry Pi usage here; I had a question regarding event detection and buttons. I have servos which I want to execute a specific coordinated motions with different button...
View ArticleBeginners • Re: Controlling high current relays - max safe GPIO current
SSR relay are available in many flavors.e.g. https://www.berrybase.de/solid-state-re ... v-dc-inputHave a similar of these laying around and at 3.3V it needs 3mA control current.Using these for pure...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Rpi 5, HyperPixel 4.0 Square PIM470,...
Documentation rarely gets updated. A GPIO I2C bus showing as i2c-3 is out of date, and has certainly never been true for a Pi5. Even on a Pi0-3 we've had a static i2c-10 for the camera/DSI display I2C...
View ArticleTroubleshooting • Re: GPIO pins are busy after use even after reboot
I also tried to change the libary to RPi.GPIO and before initializing the led a GPIO.cleanup() but this also did not work. The error still occursStatistics: Posted by Ghostplayer — Sun May 19, 2024...
View ArticleRaspberry Pi OS • Re: How to check the system partition for errors ?
That's nice. Thanks !Statistics: Posted by Marus780 — Sun May 19, 2024 8:16 pm
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Hi, I am kind of a noob in all these stuff, i just bought pi zero 2 w and configured ssh and vnc, but i am having the same problem. Someone said above in the thread that setting swap at 200 fixed it....
View ArticleRaspberry Pi Connect • Re: Pi4 Wayfire/Wayland rpi-connect won't start
I gave up, and created a brand new image on an SSD. ALL the issues went away and I now have rpi-connect working.Statistics: Posted by peterfelgate — Sun May 19, 2024 8:40 pm
View ArticleGeneral discussion • Re: Heatsink for 2230 SSD and Raspberry Pi M.2 HAT+ adapter
I’ve the RPi 5 with RPi M.2 HAT+. The HAT sits over the installed active cooler. I use a Corsair MP600 CORE MINI 1TB M.2 2230 SSD in the HAT. The SSD doesn’t run hot at all, so no heatsink is required...
View ArticleGraphics, sound and multimedia • C790 HDMI Board with RPi5
Hello,Finally, I can read raw HDMI data using the C790 Board. https://geekworm.com/products/c790I have created this basic script to enable the C790 Module.Code: #!/bin/shv4l2-ctl...
View ArticleRaspberry Pi OS • Re: Powered USB HDDs go offline during badblocks burn-in
It's referring to the Linux Kernel that issued the warning. Thanks for clarifying! My mind was on spacing and distribution, not on OS core processes. As Johnny Nash sang... "I can see clearly now,...
View ArticleBare metal, Assembly language • Re: SIMD LDR from device memory
Spent all day reading through ARMv8a and Cortex-A53 docs but couldn't find anything beyond what you mention above. That sentence though,There is a single, uncommon exception to this. If NEON...
View ArticleTroubleshooting • Re: Raspberry pi 5 : nvme I/O errors on many setups
I returned the 1 Tbyte NVME card. Now successfully booting off a Western Digital labled 256 Gbyte I had laying around which is showing "Non-Volatile memory controller: Sandisk Corp WD Blue SN500 / PC...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Looks like the hat might not be long enough to support the 2280 form factor SSDs?Nice touch that the board provides access to the GPIO pins and the camera connectors.Silkscreen visible on the PCB only...
View ArticleCamera board • Camera MMAL graph on baremetal with resizer
I have progress in my baremetal project with imx219 camera on raspberry pi 3b+.I have vchiq and threading implemented.I have this graph working well"ril.camera".video_out --->...
View ArticleGeneral discussion • Re: Pi5 Power Supply - Can I use one?
I just want to test if everything will load, then I will turn off and wait to correct supply, need 3-4 days to getI'm afraid of not to damage board with this phone charger supply, that's why...
View ArticleTroubleshooting • Re: Rotated HDMI image output, but with double cursors on...
It sounds like "video=...panel_orientation" is also configuring DRM in a manner that Wayfire doesn't undo.Can you run "kmsprint -p", and you'll get an output likeCode: pi@bookworm64:~ $ kmsprint...
View ArticleTroubleshooting • Re: Installing mysql 8
Architecture independent deb file https://dev.mysql.com/downloads/repo/apt/Which sounds too good to be true????Statistics: Posted by pidd — Mon May 20, 2024 8:09 pm
View Article