MicroPython • 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 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 ArticleTroubleshooting • Re: Unable to install linux-headers-rpi-v8 due to unmet...
Did you run 'upgrade' or 'full-upgrade'? You need to run the latter to get some updated fully installedStatistics: Posted by DirkS — Tue Mar 19, 2024 5:21 pm
View ArticleSDK • Re: Anyone good with PIO?
Your code initially turns the pin low. Then it delays and turns the pin high. Then it delays and turns it high again. So it's going to stay high rather than flash.The loop will actually iterate 32...
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 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 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 ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Okay, it is likely the kvm at least removes hotplug when switching which is undesirable. Possibly meddles with the edid.You can force hotplug and provide a consistent edid.When directly connected to...
View ArticleTroubleshooting • Pi 4B Undervoltage condition relating to modern HDMI...
Strangeness ... I have a flock of Raspberry Pi 4Bs, purchased about three years ago (post the update defaulting to USB boot vs. SD card). I've used them for all kinds of things, desktops, servers,...
View ArticleFrançais • Re: Carte SD fonctionnelle sur 1 rasp mais pas un autre
Peut-être une solution: https://www.raspberrypi.com/documentati ... rpi-updateMais attention aux précautions mentionnées dans l'articleStatistics: Posted by PhL91 — Wed Mar 20, 2024 5:31 pm
View ArticleTroubleshooting • Re: Libcamera-vid app not capturing video
I am having the exact same issue. I am also using a Raspberry pi 5 and taking images works perfectly with my camera, however when recording video and the libcamera-vid saves the file as .h264 file...
View ArticleTroubleshooting • Re: Wayland can't mirror, X11 can't hotplug...
re-enable wayfire. in wayfire edit scroll to the output section and try 'mirror' optionMode can also be mirror <output_name>, where <output_name> is the name of another output. In this...
View ArticleBeginners • Re: Load desktop and a video without a monitor, then work when...
This this suggestion.Statistics: Posted by dom — Wed Mar 20, 2024 5:38 pm
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
It really depends on what your Scaler/converter box is expecting (VGA modes? 240p? 480p?); and whether you want full overscan (for compatibility with SD video platforms), a snug fit for a particular...
View ArticleRaspberry Pi OS • Re: Fail to commit transient machine-id on disk
systemctl status systemd-machine-id-commit.service returns:systemd-machine-id-commit.service - Commit a transient machine-id on disk Loaded: loaded...
View Article