Troubleshooting • Re: Raspberry Pi 2W will not turn on.
My Order number 3W342878N20808123Order numbers are supplier specific. Without knowing who you ordered from no-one is likely tp be able to help. Even then, it's highly likely it will only mean...
View ArticleTroubleshooting • Re: Pi 500 HDMI works in firmware, but not in Linux
Adding `video=HDMI-A-1:1280x720D@60` to the command line had no effect. The display diagnostic line reads “display: DISP0: HDMI HPD=1 EDID=ok #2 DISP1: HPD=0 EDID=none #0”. The HDMI is working with a...
View ArticleGeneral discussion • Re: External Disk
i have a 8 TB pi 4. now I would like to attach an external hard disk of 8 TB. is it possible or not.???Yes. it's possible.Statistics: Posted by wildfire — Mon Dec 16, 2024 12:38 am
View ArticleGraphics, sound and multimedia • Re: Improve Monochrome Composite Display...
Here's an example of the dithering caused by the modulated chroma signalHere's an example of it fixed by pivecStatistics: Posted by d1g1t4l_g33k — Mon Dec 16, 2024 12:43 am
View ArticleBeginners • Re: command line tutorial
Thanks. I remember man now. I learned dcl from using help. I could have sworn that raspberry pi do umentation had something.RogerStatistics: Posted by Rcayot — Mon Dec 16, 2024 12:47 am
View ArticleGeneral • Re: SH1107 OLED 128x128 with C
I took a look at the SH1106 and SH1107 datasheets, the command sets are nearly identical. So the SH1106 write to display SRAM command should work. Plus the Adafruit SH1107 driver should also work.Here...
View ArticleAI Camera - IMX500 • Re: Raspberry Pi AI Camera
Are you operate in "super user" role?Maybe you could show the error message, that's more clear to debug.Statistics: Posted by okeyla — Mon Dec 16, 2024 1:13 am
View ArticleAI Camera - IMX500 • Re: Deploy TFLite model
Is there any recommend convert tool from TF to Keras?Thank you.Statistics: Posted by okeyla — Mon Dec 16, 2024 1:29 am
View ArticleGeneral • Re: USB cable with power switch for setting bootloader mode
I use one of those, short cable type, and I added an 'ON' label. Needs one short cable to match the micro USB socket of the PicoDoes not have to be disconnected. Just switch off, press the bootloader...
View ArticleAdvanced users • Re: RouterOS
If you mean their RouterOS, it looks like you can't. It's x86 only.Statistics: Posted by thagrol — Tue Dec 17, 2024 12:57 am
View ArticleGeneral • Re: A Snek port for a Pico ?
@scruss - While digging for anything I could find about Snek I came across "snek 1.10 is the only one that comes with examples - compiling 1.10 is at the "hahaha no" stage" which I believe may be...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 Screen Blanker
your doing it wrongthe default desktop is now labwcuse raspberry pi configuration to enable screen saver (on/off toggle)the time can be adjusted in ~/.config/labwc/autostartmake sure your using the...
View ArticleCompute Module • Re: Standard LCD 7 inches does not work fine on CM4 DSI0...
This overlay file looks neat, I tried this file, only DSI0 is working, DSI1 is not working. I only changed two lines to replace the compatible panel.Code: // Start dual DSI panel on DSI1 and DSI0// //...
View ArticleMicroPython • Re: 2 cores
I think it's worth reading the threadviewtopic.php?t=380254as well asviewtopic.php?t=380069before putting too much time into debugging.Sigh.So, what I can divine is that it IS possible, but that there...
View ArticleBeginners • Re: Pi4 Pi5 power supply interchangeability
The Pi4B PSU will provide 3A, which will cause the Pi5 to restrict USB output to 600mA. The Pi5 PSU will "handshake" (Power Delivery protocol) with the Pi5 and provide 5A, at which point the Pi5 will...
View ArticleTroubleshooting • Re: Network mount not surviving reboot
Looks like your network isn't fully up by the time fstab is processed, it may be better to do it as a pure systemd mount specifying network has to be up.Just because network is up at ethernet level...
View ArticleHATs and other add-ons • Why can't I find any PCIe 3.0 Dual Hat for Raspberry...
I'm just curious: Why can't I find a PCIe 3.0 Dual Hat for Raspberry Pi 5 on the market?Statistics: Posted by xjzz — Tue Dec 17, 2024 2:22 am
View ArticlePython • Pigpio alternatives?
Hello, recently i've upgraded from Raspberry pi 4 to pi 5 because the air duct inspection robot project im working on requires two cameras. Also, i've been trying to control the PWM Motors through a...
View ArticleCompute Module • Re: Compute Module 5 Fan goes to 100% on shutdown
POWER_OFF_ON_HALT can't cut out the main 5V rail from the fan port.PWM line regardless of 3.3V rail voltage after shutdown OS is permanently in high level.So from my perspective, the only way to fix...
View ArticleGeneral discussion • Re: Small Thermal Printer and Raspberry Pi 5
thank you very much !Statistics: Posted by aleshka — Wed Dec 18, 2024 12:04 am
View Article