Graphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Some results from a prototype modulator HAT showing a YouTube video in 405 Line Sysrem A Channel 1 Video 45 MHz, Sound 41.5 MHz.Still plenty to do, audio level is too low from DAC so a stage of...
View ArticleGeneral • Re: Running an IRC client on raspberry pi pico
There is this guide written a few years ago:viewtopic.php?t=298761But doesn't cover the Pico.It shouldn't be too hard to write a simple one. IRC isn't complicated.Oh - I overlooked Pico.That is a...
View ArticleGeneral discussion • RPI Camera Module 3 Wide not working with Lineage OS 20...
Hi, I have a raspberry pi cm4 with lineage os 20 by konstakang. Camera previously has worked, except the V3 official raspberry pi one. These are the lines that are in my config for camera:...
View ArticleTroubleshooting • Re: Pi 5 RTC charging files/directories do not exist
I did today another update and tried it again with the rtc battery and now it is working and the battery is charging, just no idea which update that now fixed.Thanks for all the help.Statistics:...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
When, how many, and how much, doesn't appear to have been revealed yet. Nor exactly what share RPF will retain via Mid Co.Nor any indication of what a company raking in almost $40 million profit a...
View ArticleTroubleshooting • Re: Offline wireless access point
The official RPF documentation does not include a specific tutorial on how to do this, unless I am a real dumb guy and missed it. Is this what you need?Host a wireless network on your Raspberry Pi -...
View ArticlePython • I got a massive error and have no idea what it means
This is my code:import timeimport pyautoguiimport keyboard# Get initial mouse positioninitial_x, initial_y = pyautogui.position()while not keyboard.is_pressed("esc"): # Click at the initial mouse...
View ArticleCamera board • Re: Max shutter speed on GS Camera
It's a function of how the sensor is programmed.Frame interval and hence max exposure is documented at https://www.kernel.org/doc/html/latest/ ... ra-sensorsReading from the sensor driver...
View ArticleTroubleshooting • Re: How do I get raspberry pi to recognize usb?
Thank you for your interest.The file is a file imported from *linux by the Linux driver in the link below.https://www.e2box.co.kr/entry/USB-%EB%9 ... EB%B2%84-5The image below is the answer to the 3rd...
View ArticleTroubleshooting • Re: Rasp p 5 not booting after install updates from GUI
solved,copy bootfs files from clean image to old bootfs volume, change root = PARTUID to actual partuidget actual partuid via easybox.Statistics: Posted by infsecure — Wed May 15, 2024 9:31 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • GPIO not working after upgrade to...
Hi,I just upgraded my Raspberry Pi Zero W (v1.1) from Buster to Bookworm (well, not really an upgrade, but just installed bookworm from scratch and copied my scripts to it) and the python script that...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Raspberry Pi Official M.2 HAT+ on sale now at $12https://www.raspberrypi.com/news/m-2-hat-on-sale-now-for-12https://www.raspberrypi.com/products/m2-hat-plusOne (VERY welcome) product released and an...
View ArticlePython • Re: I got a massive error and have no idea what it means
One of the imported libraries in your python code is trying to run a program called dumpkeys with the command line argument --keys-only.The program is failing. Try running Code: dumpkeys --keys-only...
View ArticleSDK • Re: Valid CPU speeds
Is the RP2040 even fully qualified on 125MHz in all cases? Is the RP2040 compliant with laws to be used in certain environments? I was under the impression only some were blessed and you needed...
View ArticleGeneral discussion • A Hypnotix.deb for RPiOS yet?
Greetings!I've had an . . . exciting. . . afternoon, the latest of several, trying to get Hypnotix, the IPTV viewer, to run on my fully updated RPi 5 8gb. This time it was via an appimage from...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO not working after upgrade to...
Pi5 has a different chip for GPIO so the old RPi.GPIO doesn’t work on the Pi5 (shim may do).However, you are using Bookworm on a zero W, so that is not relevant.It may be that Bookworm has introduced...
View ArticleTroubleshooting • Setting up hotspot
I am following the following https://thepi.io/how-to-use-your-raspbe ... ess-point/ but when it comes to the installation of bridge-utils I get Unable to locate package bridge-utils.How can I solve...
View ArticleTroubleshooting • Re: getting rpi 0 2w to work with arducam IMX219 on bullseye
Tidy up the config.txt file by commenting out both of the lines with the camera_auto_detect=1 entries.Remove and replace the dtoverlay=imx477 entry by dtoverlay=imx219.And finally ensure you haven't...
View ArticleTroubleshooting • Re: My pi 5 wont boot
why is no-one replying?Statistics: Posted by 3_random_Dots — Thu May 16, 2024 9:07 pm
View ArticleRaspberry Pi OS • Re: Lost console history when shutting down with on/off button
Sorry if this is unclear. Try this test:On a RPi 5, running Bookworm, with a Desktop:Open a terminal, type 'history'. Type in a new command.Shutdown with Shutdown->Shutdown.Restart.Open a terminal,...
View Article