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 ArticleDeutsch • Re: Raspberry Pi OS Remote
Es gibt ja Wayland VNC Zeugs, evtl. mal danach googeln.Also: Nach Wayland VNC googeln und dann wird das bestimmt was.Ich dachte, dass ich deutlich genug war, dass ich so keine zufrieden stellende...
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 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 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 Article