Off topic discussion • Re: Has the Crowdstrike global outage affected any key...
From this point of view poor quality assurance by CloudStrike seems the main problem. This is a horrendous failure of testing, probably caused by cheaping out on it and/or lack of oversight of the...
View ArticleOther projects • Re: Connecting a laptop keyboard and trakpad to a Pi?
It would be useful if the trackpad were a USB device, but I couldn't find any info about it on Google. It has on it G3A AD000G3A000 VER3A, Transimage, 2018 0130. The ribbon has 8 tracks whoch seems...
View ArticleCamera board • Enable UART breaks IMX462
Hello everyone,I've been working through an issue with an Arducam IMX462 alongside Arducam Support. I am working on integrating this camera in a BlueROV2 but have replicated the issue on plain...
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
Please hippy, do tell more! (Interested)I would rather not solder and hack my way to installing pull up/dn 10k resistors in the hardware itself to regain functionality.Statistics: Posted by LPSeg13 —...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry 5 issue that did not exist...
On a pi5, create a venv (with --system-site-packages) and activate it.Code: pip install rpi-lgpioThe blink example with "import RPi.GPIO as GPIO" then works perfectly.Works on latest PI5 with latest...
View ArticleGraphics, sound and multimedia • Re: Help with logarithmic potentiometer
You may also want to think whether or not you have the GND and 3.3V in the correct order. If they were linear potentiometers it would not matter, but for logarithmic ones it does. With the slider in...
View ArticleTroubleshooting • PI 5 not booting from HDD after power failure
Relatively new to PI so please pardon for basic questions. I set up my Pi 5 about two months ago with Plex, Teslamate and CasaOS, Was booting off a 512mb SSD with no sd card. We had a power failure...
View ArticleHATs and other add-ons • Re: TV Hat reliability
Cross-posting from the other thread, as there may be different people subscribed to this one:viewtopic.php?t=359876&start=25#p2239044There is a candidate fix in rpi-update for this issue. Closing...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4B mounted to the...
Thank you for the helpful feedback and the test trial as well to confirm, I'm still relatively new in the world of Pi/Linux, so any insights are appreciated. I'm using a Debian Bullseye OS, and...
View ArticleCamera board • Re: Picamera2 save cropped(?) raw/dng
Hey, sorry for not replying earlier. I did what you suggested, managed to crop an image and then save it as png. Then I decided I'd just use the supported resolutions and postponed the whole thing....
View ArticleCamera board • Re: rpi5 with imx219, no camera available on interface...
OK, thank you. It works!Statistics: Posted by walterda — Wed Jul 24, 2024 2:22 pm
View ArticleHATs and other add-ons • Re: How to run a Hailo HEF file
Take a look here... https://github.com/hailo-ai/hailo-rpi5- ... stallationIt mentions about using another HEF file...". To use a custom model, you can load its HEF using the --hef-path flag....
View ArticleOff topic discussion • Re: Is it possible to use two of the four charge cells?
There you go! Glad it worked out.Statistics: Posted by memjr — Wed Jul 24, 2024 2:36 pm
View ArticleGeneral discussion • Re: Setting data rate in config register of ads1115...
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [_Code_ ] tag markup to preserve indentation. This is found on the fifth 'button' from the left at...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: VVX10F034N00 LCD with CM4
Thanks, but I already looked this up and don't have access to the paid datasheet. Is there a way to access/pay without the countless information required to create an account?not that I'm aware of!but...
View ArticlePython • Re: Help Request: Loading Python Script at Boot / Script Behaves...
I seem to recall something about audio running in the user space but not at the system level? And the solution for that was to reconfigure things so that audio was available without anyone logging...
View ArticleBeginners • Re: What PI model should I choose?
The pi3 (1GB) costs the same as the 1GB pi4, so choose the pi4.If you want 4GB then the pi5 is only £5 more than the pi4.I would go for the pi5..Statistics: Posted by gordon77 — Thu Jul 25, 2024 2:43 pm
View ArticleGeneral • Re: Pi Pico VScode extension: Failed to setup example
Were things installed to other than default directories, or is the VS Code Extension doing differently to what the Official Pico SDK Installer is doing ?The VS Code Extension is doing things...
View ArticleAdvanced users • Re: How do I revert kernel 6.6.28--> 6.6.16 offline?
I have tried a few other things that were fruitless so I want to try to revert the kernel back to 6.6.16. Can I do this offline?Do you have a linux machine you can update the sdcard with?rpi-update...
View ArticleAdvanced users • Re: Rpi5 stucks on solid red led after boot with a camera...
Yes it says at the beginning of the project (just below pictures) :Update on 2024/03/24This project is also compatiable with RPI5, the quickstart guide has been updated.The FPC cable I use is the...
View Article