Troubleshooting • Re: Two RPi 5 dead
Yes. What do you suggest?An oscilloscope ideally. At the very minimum; a decent multimeter.And measure what exactly?The multi-meter will enable you to see what the voltage is under load..and to see...
View ArticleAdvanced users • Re: RPI Secure boot not working as expected
To diagnose further we'd need to see the UART output from the device. Recent firmware will print the sha256 key hash stored in OTP which you could cross check against your public key files.Statistics:...
View ArticleCamera board • Re: Enable UART breaks IMX462
I wanted to use the IMX462 but could only find the Arducam boards easily. Arducam Support can't figure out why it doesn't work with UART1 enabled so I'm digging in deeper. I wouldn't mind bypassing...
View ArticleGeneral • [Docu]: Connecting to the internet with picoW.pdf
Hi Guys,a general question to work with the Pico / PicoW.When i read the documentation:https://datasheets.raspberrypi.com/pico ... pico-w.pdf The I get the impression to don't use the C SDK and use...
View ArticleTroubleshooting • Re: ntplib not on the Raspberry Pi 4
Thank you both! I've got it all sorted out now (and you indirectly solved another issue I was running in to).Statistics: Posted by typicalanybody — Wed Jul 24, 2024 3:32 pm
View ArticlePython • Re: Help Request: Loading Python Script at Boot / Script Behaves...
I made a run at starting the script on boot via systemd.Before making any changes, I confirmed that my python script was working correctly with command prompt input:Code: python3...
View Article日本語 • Re: ラズパイ4と5どちらにするべきでしょうか?
もし DigiKey で購入されるのであれば、一緒にヒートシンクも購入すると便利&お手頃かもしれません。例えばコレとか。→ https://www.digikey.jp/ja/products/deta ... 7/10451876Statistics: Posted by mockun — Wed Jul 24, 2024 3:32 pm
View ArticleAdvanced users • Re: Rpi5: Secure/Measured/Encrypted boot
The above are possible but time consuming and possibly expensive to do on a per device basis, and are mitigated by not having shared secrets across a fleet of devices.Question is if it is per-device...
View ArticleAdvanced users • Re: Still use an SD alongside an SSD on Pi5?
Database. You need speed. The fastest on a Pi 5 is an NVMe SSD in a PCIe adaptor with PCIe set to speed 3. The speed is blinding. Things finish before you hit enter. If you stay with USB, you get half...
View ArticleTroubleshooting • Re: OS not booting
Thank you for your reply. The problem was the TV/monitor! I have used his particular monitor with every version of Pi up to version 3, including the Zero and Zero W, with no problem whatsoever. There...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Zero W hangs and becomes unreachable after...
Might be related: when trying to update a rpi 1b, I get the same problem. Screen stays black (after the colorbox), no networking, nothing.Statistics: Posted by flok99 — Wed Jul 24, 2024 4:01 pm
View ArticleBeginners • Re: What PI model should I choose?
The Pi 5 uses a PD protocol and so can take more power, which it may well require, by upping th voltage etc.The Pi 5 runs from 5V*, the same as every other Pi (so far). The PD allows it to request...
View ArticleAdvanced users • Re: Rpi5 stucks on solid red led after boot with a camera...
Short-circuit, crossed wire, something like that.Statistics: Posted by PhilE — Thu Jul 25, 2024 3:44 pm
View ArticleTroubleshooting • Re: Using pi 5 with usb thermal camera
Those missing pixels are way too small to be USB packet-sized. It looks like no more than a dozen or so.Please post a full [bsudo lsusb -v[/b] for the camera.Statistics: Posted by jdb — Thu Jul 25,...
View ArticleTroubleshooting • Zero W - apt update failing
Hi,I have a fresh install of Bookworm Lite 32 bit on a headless Zero W.Running sudo apt update returns the following -Ign:1 http://archive.raspberrypi.com/debian bookworm InReleaseIgn:2...
View ArticleBeginners • Re: 32GB SD card shown at 256MB when plug into Windows PC
Does the RPi OS offer different choice of File System? No.Not as a 'choice' offered at installation, or later.However, it is YOUR system. You can reconfigure it just the way you want.Statistics:...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Implement a TFTP server on the Pico-W and then you can easily send the images using a TFTP client on the Pi5. MMbasic on the Pico supports TFTP by default and transfer rates are very good.Statistics:...
View ArticleRaspberry Pi OS • Re: Trouble with getting cameras to work on Pi 5
anyone got this issue fixed??Statistics: Posted by aikoon — Thu Jul 25, 2024 4:02 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Insights on Raspberry Pi 5 and Sony...
Can someone please help me making the Sony IMX working with Raspberry Pi 5.. I searched everywhere but couldn't find any tutorial All Sony sensors start with the IMX prefix. Which sensor are you...
View ArticleBeginners • Re: How to permanently change hostname through file edits
Will check that out. Thanks.Really wish this stuff was more straight-forward.That's the problem with so many Linux distributions. They all do their own thing. So you pick one and learn that...
View Article