General discussion • Re: Is it possible to use a single USB-C cable for...
Just updated the documentation to add that, https://github.com/raspberrypi/documentation/pull/3561.Statistics: Posted by aallan — Mon Mar 18, 2024 5:49 pm
View ArticleMicroPython • Re: Web page re-direct from Pico?
I'm not sure I fully understand. Is the Pico the webserver?The correct way to redirect from the server side is that the server should send 303 See other, instead of 200 Ok.Statistics: Posted by Lobo-T...
View ArticlePython • Re: How Do I Open Audacity With Python?
The point is that Audacity is a GUI program (App) and needs a desktop (or at least an X or Wayland server).So starting it from cron is not the best way to do it as that runs in the background with no...
View ArticleTroubleshooting • Re: gstreamer v4l2h264enc not working in recent kernel 6..6
You said it was working, but isn't now. What was the system you had it working with? Bullseye or Bookworm?Statistics: Posted by 6by9 — Tue Mar 19, 2024 5:29 pm
View ArticleAdvanced users • KEEP autostart terminal open like in UI
I have been struggling a lot and tried the sticky notes to autostart and also this one to the same topic viewtopic.php?t=291785I have a pi 3 doing only 1 job: running grott to supply HA with mqtt...
View ArticleOff topic discussion • Re: 2024 Raspberry pi 3 a+ Boot problem
Hello. Recently I bought a Raspberry Pi 3 A+ and I can't boot any system through the Raspberry Imager other than PI OS (32Bit). How can I solve this problem?Thank you.What are you trying to install?...
View ArticleOther programming languages • Re: GnuCOBOL
Last time I wrote any COBOL was 1986/87.I was up to my elbows in Lotus-123, Dataease & COBOL code in 1986/87Blimey, DataEase is a blast from the past. Cannot remember if I ever did anything with...
View ArticleHATs and other add-ons • Trying to set a Qi LiPo charger, wiring doubts
I've been looking on how may I wire all components to create a LiPo Charger based on Wireless QiHere are the components I plan to use (the only ones I've found in Stock rigth now otherwise, I might...
View ArticleAdvanced users • Re: KEEP autostart terminal open like in UI
You say "None of them did the expected like I would get from the UI by opening the terminal followed by a [...]". So what do they do and what were you expecting? Remember we can't see your Pi or your...
View ArticleBeginners • Re: Rpi 5 and Pan Tilt hat
where i have to go to check error message?Code: sudo journalctlor betterCode: journalctl | grep pca9685-pwmmaybe make a small batch program to check if the pca9685-pwm module exist in the kernel using...
View ArticleTroubleshooting • Re: Unable to install linux-headers-rpi-v8 due to unmet...
Are you trying to do this on a 32-bit OS?Statistics: Posted by trejan — Tue Mar 19, 2024 5:52 pm
View ArticleBeginners • Re: SH1106 128x64 OLED Display on I2C in Raspberry Pi OS Bookworm
This displays the date at the top, with the time below in large monospaced characters filling the screen width which is exactly what I was after.Well, that is great.There is something which makes me...
View ArticleCamera board • Re: Libcamera error on Rpi5 when starting the gpiod
Have you tried using the gpiozero library not gpiod?Statistics: Posted by neilgl — Tue Mar 19, 2024 5:57 pm
View ArticleBeginners • Intermittent Screen Blanks
Raspberry Pi OS 64bit Full - 2017 Kano Kit 3B 128GB SDConfig Display Screen Blanking button is Left Grey OFF. Completely Black Screen for 2 seconds followed by only the Desktop Background going Black...
View ArticleBeginners • Re: Read a converted sensor value.
Thank you danjperron for your complete answer,I read a pair of articles about this solution, but I have a major doubt:If I scale down a range of voltage, how do I know that the there is no loss in the...
View ArticleGraphics, sound and multimedia • Re: v4l2h264enc vs omxh264enc
Hi @6by9thanks for your prompt reply! My fault, I was assuming that omxh264enc is a SW encoder. I know Buster is old, but I fear backwards compatibility issues for the application(s) when moving to...
View ArticleAdvanced users • Re: Pi 4 Unable to Boot Bookworm Lite Image From Network
Here's a working implementation: pxe-bootStatistics: Posted by RonR — Wed Mar 20, 2024 5:49 pm
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queuing on Pi 5
This is now in rpi-update kernel.You need to add this to config.txt to enable it:Code: dtparam=sd_cqeIf the card supports the feature and it's enabled you get this line in dmesg:Code: mmc0: Command...
View ArticleSDK • Re: Valid CPU speeds
I was hoping to find an algorithm that could predict what speeds would work and what wouldn't'check_sys_clock_khz' might be a good place to start...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Well, that almost works. I have been able to switch hosts, and when I switch back to pi5 the display worked, but unfortunately it doesn't always sync. Both hosts are using the same resolution (QHD). I...
View Article