Troubleshooting • Re: [rpi5] [AlpineLinux] How to force HDMI Console-Only...
then it's your screen rejecting the mode.have you tried a different screen.Statistics: Posted by kerry_s — Tue May 07, 2024 9:01 pm
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
...snd_bcm2835.enable_hdmi=1 relates to the legacy audio driver. As you're loading vc4-kms-v3d that won't be enabled - HDMI audio and video are inherently connected (audio goes in the video blanking...
View ArticleMicroPython • Re: Traffic_Lights.py example in Get started with MicroPython...
Thanks for the reply @hippyYeah, I did figure out the import machine problem later after I posted last time and changed the irq to add 'machine.Pin'. Though it still hangs at button press without any...
View ArticleArch • Re: Running Tkinter app without dektop environment
Working on a similar project; I'd recommend starting out with piOS and get the application, auto-behavior, etc. all under control before going to arch or building your own kernel.If that's the point...
View ArticleCamera board • Re: Ir vs normal camera
@HermannSW any 850/940nm comparisons?No.I just copied together the 3 types of IR leds that I bought over the years.I cannot figure out the IR frequency for top left product.But middle and bottom both...
View ArticleNetworking and servers • Re: Pi Connectivity Issue
not sure what happened but all of a sudden my web server was able to ping my pi3, which updated the arp table and allowed it to connect again. Very weird, but hope it persistsStatistics: Posted by...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
PINN auto updated to today's version (3.8.9.p) and now it enters the configuration menu at each boot without me touching anything.Statistics: Posted by gn77b — Wed May 08, 2024 8:22 pm
View ArticleTroubleshooting • Data transfer with NVMe ssd and raspberry pi 5
I'm looking for some advice!I just got a raspberry pi 5 board and I'm waiting on an NVMe base to arrive so I can attach a 1TB ssd. I'm still a novice when it comes to raspberry pi so I'm hoping to get...
View ArticleDebian • Re: GNOME 44 for Raspberry Pi and Nautilus Expandable Folders Feature
I know it will feel pretty similar but there's also an existence theorem - if Debian kernel 6.6 used in Trixie works on Pi 5 now there's a good prospect that a reliable vanilla version of Debian 13...
View ArticleGaming • Re: 10 Games for Raspberry Pi
Lots of Linux games work fine on the Pi, it's getting to the point where its fast enough for some quite decent 3D stuff.Linux games... quite frankly...Statistics: Posted by skinmarquee — Wed May 08,...
View ArticleCamera board • Re: High frame rates with the GS camera via Python/libcamera
In case this might be helpful for anyone, I'm getting consistent frame rates of 571 FPS on a Pi 5 when using the smallest cropping mode in the GS camera (96x88) now. This is inside C++ code that uses...
View ArticleGraphics, sound and multimedia • Re: Which Method Do You Use To Get Sound...
I just bought this one from Alihttps://www.aliexpress.com/item/1005005066056102.htmlAnd it works with my headphone and my amplifier with good sound. Was 2.- euro only, unbelievable cheap.How well did...
View ArticleTroubleshooting • Still in screen blanker hell
Device: Pi 5 8gb running daily updated Pi OS, connected to a current dpms-capable monitor, using X11 because Wayland ain't soup yet,Problem: Built-in screen blanker does what I want, which is cut...
View ArticleEspañol • linea de comandos no funcionan en el autostart
Tengo una aplicacion desarrollada en java con interfaz grafica y se iniciaba automáticamente al iniciar la raspberry en el archivo autostart en la ruta /etc/xdg/lxsession/LXDE-pi y se tiene esta linea...
View ArticleBare metal, Assembly language • Re: How would one go about linking two or...
I would start with a PIO-based UART-style connection for transferring 32-bits, that is '32N1' rather than '8N1', get that working and start building up from there. It won't be fast but it's a start. I...
View ArticleGeneral • Re: Counting internal clock pulses
Thanks - that’s a great list of options… I should have thought of sending it out on a pin still being readable! xDStatistics: Posted by martinthompson — Wed May 08, 2024 8:56 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4 DSI1 + SN65DSI83 Bridge based...
Sorry, which Linux is that?Firmware knows nothing about a DSI connected display --> which logo do you speak of?Kernel command line is where to place a rotate instruction for console.Is that a...
View ArticleAutomation, sensing and robotics • Re: Can't measure resistors
The shunt is 330 and the test resistor is 4690 and I never change them. The load is calculated from the voltage ratio of the shunt.PIco resultsCode: .-----.-----....
View ArticleTroubleshooting • Re: Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
The SMART status shows that the test passed. Details are below. I believe the SSD is fine.It has been mostly used as a spare SSD and for backing up relatively small amounts of data. I have no reason...
View ArticleTroubleshooting • Re: USB Drive issue
The primary difference between desktop and command line is that the desktop has an auto mounter and the command line does not.A logged in desktop will auto mount to...
View Article