General discussion • Re: New Raspberry Pi Products
a Pi500 with only 4GB has no reason to be nowadays. it is not a specialized one, to be used for specific purposes, where you can foresee the need of ram. so an 8 or 16 G one wold be a must.I would say...
View ArticleCompute Module • Cooling
Beside the passive heatsink, will there be an active cooler as well?Statistics: Posted by koge — Tue Dec 03, 2024 10:23 pm
View ArticleBeginners • Re: A replacement for MotionEyeOS?
As I couldn't make it work with both GUI and proper settings in bookworm and bound by time, I settled for a buster+MotionEye combination, of course unsupported anymore, but not too worrying as my...
View ArticleGeneral • Re: Did I brick it?
If you are certain that is exactly what happened, then the most likely thing is that you have blown up the diode D1 which connects Vbus to Vsys.A second possibility is having damaged tracks.You could...
View ArticleGraphics, sound and multimedia • Re: PROBLEM FLESH INSTALL RPIOS 64B - RPI4B
Just so you don't get sidetracked, recheck your wiring. Maybe it's faultyStatistics: Posted by koge — Tue Dec 03, 2024 11:28 pm
View ArticleAdvanced users • Connecting 4 rpi to host system
I am making automation machine in which, 2 camera are operating separately (Microcontroller is giving high to pin, rpi is capturing image, processing it & giving high/low on one pin).3rd & 4th...
View ArticleAdvanced users • Re: Export as PDF issue with LibreOffice Calc
It might be possible to print to Pdf instead and just specify the page you want?Statistics: Posted by Pi5_User — Wed Dec 04, 2024 10:00 pm
View ArticleAdvanced users • Re: Pi 4 - help with IC identification
Any ideas anybody? Statistics: Posted by in_sympathy — Wed Dec 04, 2024 10:00 pm
View ArticleSDK • Re: Examples won't build for me either: Can't find cmake
Thanks for the reply. Did you see the last part of my post above? I found the problem.Statistics: Posted by Stokestack — Wed Dec 04, 2024 10:08 pm
View ArticleGeneral discussion • Is there sufficient power to run both USB Ethernet and...
I have a Pi4 and Pi5 (both powered by the respective official power bricks) and both with SATA SSDs in enclosures connected to one of their USB3 ports. I transfer quite large files (some up to 15Gb or...
View ArticleGeneral • Re: Proper RP2350 SWD Initialization Sequence?
BTW, in RP2040, each core must be halted one by one. Is it correct that in RP2350, core 1 will be also halted if I halt core 0?I don't know about that. I used the same dual core halting code for the...
View ArticleGeneral discussion • Re: Is there sufficient power to run both USB Ethernet...
What is the rated current requirements (Amps) for the adapter and for the SSD?If the total (with any other USB peripherals added in) is less than 1A2 (Pi4B) or 1A6 (Pi5) then it should...
View ArticleAutomation, sensing and robotics • Re: Simple light level detector using...
Or a TSL230 light-to-frequency converter.That would still need accurate pulse counting, something Raspberry Pi OS isn't good atStatistics: Posted by scruss — Wed Dec 04, 2024 10:38 pm
View ArticleSDK • Re: repeating_timer doesn't work
Could be a soft reset problem (like a soft/debug restart) which gets the hardware timer uninitialized.I've seen in debugger that Boot ROM checks and tends to skip some init after a (soft) debug...
View ArticleTroubleshooting • raspberrypi-ui-mods
So every single time i try to do something on my Pi, whether that be opening Pi Apps or literally doing ANYTHING in the terminal, i always get an error message: "raspberrypi-ui-mods could not be...
View ArticleMicroPython • Re: multi-core bug or feature?
I think it's MicroPython running REPL (USB) on Core0 only. If Core 1 steals USB ... it's predictable, you probably get in a spinlock (core 1 blocking the USB hardware), or worse in a so called...
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
"AI" just gives/sales you an excellent false sense of security, it's a trap, I would rather call it "Artificial Incompetence" (referring to the software, not to the person).Statistics: Posted by gmx —...
View ArticleAI Camera - IMX500 • Re: ValueError: tensor info length 260 does not match...
I am facing this issue as well.I have a Raspberry Pi 5 with a 64-bit OS.Code: $ uname -aLinux raspberrypi 6.6.51+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64 GNU/LinuxI am...
View ArticleTroubleshooting • Re: raspberrypi-ui-mods
try starting over, fresh installStatistics: Posted by kerry_s — Wed Dec 04, 2024 11:38 pm
View ArticleCamera board • Sony AI Camera IMX500 is unusable in Raspberry Pi OS Lite
A warning to anyone who intends to use the Sony AI Camera IMX500 in a Raspberry Pi OS Lite environment:The only available Python interface for the IMX500 is picamera2. (See:...
View Article