Raspberry Pi OS • Re: Diferent look of GUI on Bookworm and Legacy OS
It looks PyQt 5.15.9 comes with Bookworm OS. Is it possible to uninstall it?Statistics: Posted by California — Mon Jan 29, 2024 5:48 pm
View ArticleBeginners • Re: Pi 5 1500mhz
On my slightly overclocked to 2800MhZ Pi 5, I can see it runs between 1500MHz and 2800MHZ. I haven't tried setting arm_freq_min on it thoughCode: rpdom@raspi16:~ $ cat...
View ArticleOff topic discussion • Re: Windows on raspberry corrupted.
Please tell me what can I do. Thanks in advance.Run a supported Operating System. RasPiOS comes highly recommended. https://www.raspberrypi.com/software/Statistics: Posted by B.Goode — Mon Jan 29,...
View ArticleTroubleshooting • Re: Pico W: Lifeless Blink example
Many people have fallen foul of that one.Good LuckStatistics: Posted by neilgl — Mon Jan 29, 2024 5:52 pm
View ArticleGraphics, sound and multimedia • Re: DSI screen cropping
Code: $ kmsprint -pConnector 0 (32) HDMI-A-1 (disconnected) EDID (1) = blob-id 0 (immutable) DPMS (2) = 0 (On) [On=0|Standby=1|Suspend=2|Off=3] TILE (4) = blob-id 0 (immutable) link-status (5) = 0...
View ArticleGraphics, sound and multimedia • ffmpeg: error while loading shared...
Hi everyone, I'm running Openmediavault instance on a raspberry pi2 with Raspbian GNU/Linux 10 (buster).I'm running Code: Linux raspberrypi 5.10.103-v7+ #1529 SMP Tue Mar 8 12:21:37 GMT 2022 armv7l...
View ArticleGeneral discussion • Re: No RPi 5 for me.
The discarding of the headphone jack was the right decision.For some people maybe but not all. I have the same "if only they'd spent a tiny bit more" criticism as Eben has of Sinclair, designing to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DS18B20: wire.ko vs BitBangingDS18B20
@bruger Wow!I was planning to do that! You save me time. Perfect!Which version of BitBangingDS18B20? Is it my version ?Now just waiting for the kernel driver correction.This was the post complaining...
View ArticleGraphics, sound and multimedia • Re: ffmpeg: error while loading shared...
Try installing libfdk-aac1Statistics: Posted by rpdom — Mon Jan 29, 2024 6:11 pm
View ArticleRaspberry Pi OS • Re: Disk Encryption
To promote understanding of the two disk encryption methods described in this thread, the net result of the disk encryption process done by sdm and 0x67757300's guide should be similar, with respect...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Merci pour ces infos, je vais recevoir la base Pimoroni, petit topo dans quelques jours.Statistics: Posted by daveheart14 — Mon Jan 29, 2024 6:14 pm
View ArticleTroubleshooting • Re: Cannot control a servo motor precisely
It is not possible to read back the current position from that servo.The MG995 servo does not provide the feedback signal which would be necessary for that to be possible.Oh I see, but then how can I...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
The update has improved the image greatly and removed the jittering/ghosting line effect. https://youtu.be/fy9UlKWp9iU?si=nKAQbyLBWipx57ojI would say that you can tick the box on 405 lines with the...
View ArticleGeneral • Re: Pi Pico W - DHT11 - wrong number of pulses ONLY after 2 reads
You seem to be reading the sensor more often, and perhaps more quickly, than you want to admit.During setup -Code: pin = Pin(0, Pin.OUT, Pin.PULL_DOWN)sensor = DHT11(pin)t = sensor.temperatureh =...
View ArticleSDK • Re: tinyUSB TX Fifo size
Pico SDK programs I believe use '~/pico/pico-sdk/src/rp2_common/pico_stdio_usb/include/tusb_config.h' by default and that has the buffer size hard-wired to 256 -Code: #define CFG_TUD_CDC_TX_BUFSIZE...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem with HDMI VC4 audio (channel...
My guess is a sample is being lost in the dma to hdmi audio fifo. That will result in a channel swap from that point onwards.I'll need to check from logging whether when the underrun messages appear...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
For now I'm claiming that the slow algorithm makes a better test of Julia on the Pi Zero.On a Pi Zero I obtainedCode: julia> include("day21.jl") # Pi Zero 700 MHzAdvent of Code 2023 Day 21 Step...
View ArticleFrançais • Re: gpio c++
Eh bien, abondance de biens nuit ... ou pas, quand c'est très bien.Avez vous fait, depuis un terminal :Code: git clone https://github.com/danjperron/ArduinoToPi # raméne le travail de danjperron chez...
View ArticleHATs and other add-ons • Re: Compatibility official Add-Ons Raspberry Pi 5.
I have a staging question about the Pi5 POE hat:We are deploying Pi5s, and will use the POE hat (when released) as well as the active cooling module.We have our first batch of Pi5s and their...
View ArticleTroubleshooting • Re: Trouble installing an Image of Debian Buster
Forgot to reply but thank you to both davidcoton and rpdom as that was the solution I needed. I just ended up following the manual and the Pi booted on Buster with no issues. Thank you...
View Article