General • Re: Strange PIO behavior
I think that the root of your problem here is your handling of pindirs - how you have done it won't work and will be causing all sorts of other problems.You are using !OSRE (presumably combined with...
View ArticleTroubleshooting • Echo when using headset and webcam in Zoom
Pi 4 running Bookworm. Webcam Logitech BRIO100 WITH built-in microphone USB connected. Plexgear headset SV-120 USB connected. Zoom installation for Raspberry.Get an echo of my own voice in the...
View ArticleAdvanced users • Re: Raspberry Pi simple monitoring and dashboard
Now with screenshot functionality of each RPi X display, so you can just scan the monitoring page and see issues immediately. Plus browser Digest authentication, if securing dashboard behind login is...
View ArticleCamera board • Re: Using a virtual Colorchecker24 image for CCM: quantum...
A co-researcher brought an interesting question into our discussion about creating camera profiles based on the pure spectral sensitivity function (SSF) of the RGB channels combined with the UV/IR...
View ArticleGaming • Re: Using a Nintendo Switch LCD Display as a monitor
That sounds like a cool project idea! Using a Switch Lite shell for your emulator is a creative choice. As for using the Switch's display with a Raspberry Pi, it's technically possible but quite...
View ArticleGeneral • Re: [CLOSED]How to measure the RPI 0w's temperature using the PI...
I see the thread is closed by the OP - not sure we actually helped with an answer did we?They are misled into thinking all they need is a computer, only need ask how to do it, that others will know...
View ArticleBeginners • Re: I just fixed an error with the EEPROM but my Raspberry Pi 5...
with the light flashingwhat pattern is it blinking?Statistics: Posted by cleverca22 — Wed Jul 03, 2024 12:15 pm
View ArticleCamera board • Re: Pi camera sensors without lens?
If the HQ camera doesn't fulfill your needs, then then Vision Components is probably your best bet for a range of sensors with the option for lens mounts. https://www.vision-components.com/en/pr ......
View ArticlePython • Re: How to get Python to use a custom library path
An advanced hack I use for a library with only *.py files is to simply copy the files into the system's library path, then set the owner and permissions to match the existing libraries in the system...
View ArticleBeginners • Re: The Pi5, new HAT - how to dd image from SD-card
Thanks for advices. I will try the SDCard copier when the HAT arrives.. It is in transit now. I will update this thread when the copy is done..Statistics: Posted by thomeven — Thu Jul 04, 2024 11:54 am
View ArticleTroubleshooting • Re: Pi-Apps installed but nothing in Menu?
The normal method for installing GIMP or Inkscape is from the Add/Remove software menu, or by using apt on the terminal command line.Code: sudo apt update && sudo apt install inkscape...
View ArticleCamera board • Re: Raspberry Pi 4B with Camera V2.1 ***no cameras...
Sticky at the top of this forum - What to do if your camera is not detectedStatistics: Posted by 6by9 — Thu Jul 04, 2024 12:08 pm
View ArticleAdvanced users • Re: Reading the RTC
I am trying to do something as close to "real time" as possible. Using a system call (IMHO) just adds overhead.gettimeofday() has the lowest overhead due it to using vDSO as cleverca22 mentioned. One...
View ArticleGeneral • Re: Bare-metal Bit Banging GPIO (AQA Assembly style)
There is quite a lot of work I need to do here but for now I am adapting the files in Life-With-David's repositoryHe has created a linker script and it uses elf2uf2 which simplifies things for me a...
View ArticleCamera board • Re: GS camera on Pi 5 colours wrong
Hey everyone!I'm glad to bring some good news regarding this issue. My name is Nicholas, and I am the current technician working at PiShop (South Africa). I have been in contact with JP regarding this...
View ArticleTroubleshooting • Re: Assistance Needed for Using Huawei E3372-325 USB 4G...
might be an old firmware (there are reports on the internet that ID 3566:2001 is not working on Linux).You will have to use a Windows PC for running a FW update.Statistics: Posted by...
View ArticleTroubleshooting • Raspberry Pi parts
I am posting here after being directed from Pimoroni.comI have an 8Gb Raspberry Pi and an HQ camera for it, however I have noticed that the adapter ring has a crack on it. I am wondering if I can get...
View ArticleBeginners • Re: Raspberry Pi 4 Model B Boot/display Issue
Is there anyway to get this topic bumped back to the top or request it to be stickied for a couple days?Or a recommendation on a good support channel?The forums are sorted by last post, so you just...
View ArticleRaspberry Pi OS • SBOM (Software Bill of Materials) for Raspberry Pi OS
Hello, I am looking for a SBOM (Software Bill of Materials) of the various flavours for the Raspberry Pi distribution, as delivered by img/iso file. We use Raspberry Pi OS as the basis for a product...
View ArticleOfficial Display • Re: Inverted Screen for Raspberry Pi 2 Model B (Rev 1.1)...
what is 'inverted mode' from your understanding?Is the screen upside down? Then you have the display mounted upside down (some cheap chassis have the orientation incorrect).Please post some pictures...
View Article