General • Re: Cannot build DebugProbe firmware
I tried it here, and it worked OK for me. A search online found someone found it was their ISP causing the issue, supposedly. Check router?What is strange is the web pages for the submodules should...
View ArticleNetworking and servers • Re: WiFi benchmarking on RPi5?
Hi all, I'm new to the RPi world, just bought a couple of RPi boards to mess around with.I was wondering if anyone has done throughput profiling on the in-built (Infineon) WiFi? I've seen the Tom's...
View ArticleBeginners • Re: GPIO pins false positives due to digital noise on Buttons
This should help you understand how to add external pull up/down resistors.https://github.com/raspberrypilearning/ ... up_down.mdIf you are having problems with interference then switching you inputs...
View ArticleCompute Module • Re: Can an emmc CM4 boot from an sd card?
No, it can't.You can boot from USB/NVMe instead but there is no physical uSD connection on an eMMC version. So it's impossible to boot an eMMC version from uSD.Statistics: Posted by...
View ArticleCamera board • Re: libcamera-vid fails when running headless
This is solved bookworm 32 bit lite OS. headlessBy adding -n (or --nopreview) option to libcamera-vid command os.system("libcamera-vid -t 8000 --width 640 --height 480 --framerate 60 -n -o...
View ArticleGeneral discussion • lxqt desktop
Everything I tried - update-alternatives, edit lightdm.config - failed to start lxqt.Eventually an awefull hack did workI replaced /usr/bin/startlxde-pi with startlxqtHow'd a sane person get a lxqt...
View ArticleTroubleshooting • Re: Raspberry Pi 5, official active cooler always running...
Both Pi's have the same setup (same uSD/PSU) used, no other devices connected?Check the fan connector (plug and socket).If the fan keeps spinning after power-on the kernel was not able to detect/read...
View ArticleGeneral discussion • Re: lxqt desktop
Sorry I ment startlxqt not startlxdeStatistics: Posted by jamat13 — Tue Apr 09, 2024 4:22 am
View ArticleBeginners • Re: Reset eeprom of pi 5 to a clean official version
in light of the recent XZ backdoor this new update for the root firmware seems uncannily like it may be connected?the XZ exploit only triggered on x86_64, so it never had any impact on raspberry pi...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
On the other hand, if you have been able to design an electronics project that reliably draws 12V from a reused PD charger, I'd be interested.I've successfully reused a generic GaN PD charger with the...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 PCIE WIFI7 BE200 test
Any updates? Here's what I get.Code: pi@pocketpi:~ $ dmesg | grep iw[ 22.046065] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)[ 22.048609] iwlwifi 0000:01:00.0: Detected crf-id 0x2001910,...
View ArticleCamera board • Re: Problem Using `start_recording` with Picamera2 on...
You should specify an encoding method to use, eg H264Encoder, and, as you have specified an mp4 output, you should also use FfmpegOutput to package the h264 file as an mp4.Something like the...
View ArticleAutomation, sensing and robotics • Re: Problems with moisture sensor
Using micropython, there was a problem using the codemoist = machine.ADC(26)try using this one insteadadc = machine.ADC(machine.Pin(26))I remember a thread where the first line somehow worked, but the...
View ArticleGeneral discussion • Re: Overclock don’t work
Check HTOP to see where you may have resource constraints. Remember, ZERO only has 512MB of memory. I only run 32bit headless (lite) on my ZERO's.Maybe i need to install 32bit system?Statistics:...
View ArticleSDK • Re: Need help integrating database functionality into C web server code
Found some hint that other people are trying to do this https://sqlite.org/forum/info/88537f4c5 ... f5968133f3The pico is a microcontroller with no operating system and very limited resources. I would...
View ArticleMedia centres • Re: Peppy player
It's hard to say what could be the reason. This is pretty new functionality in the player and there could be some bugs. To fix that I need a reproducable steps which lead to the issue. Please let me...
View ArticleHATs and other add-ons • Re: Issue with using GPS and LTE network with Sim7000X
That's great. You can use https://www.amazon.com/UGREEN-Adapter-S ... r=8-4&th=1 for testing purposeStatistics: Posted by eldho1416 — Wed Apr 10, 2024 4:32 am
View ArticleCamera board • Re: I can't see the video on motion from my raspberry pi...
So, is it a package problem or what?Statistics: Posted by 1gel-papagou — Wed Apr 10, 2024 4:37 am
View ArticleTroubleshooting • RPi5 SD Card Copier not recognizing miniSD card
I am trying to make copies of my miniSD card, so I can use them with other RPi5s that I have in my classroom. Seems the SD Card Copier application is not recognizing my miniSD card, even though it is...
View ArticlePython • Re: servo PCA9685
I need code to stop servo?Statistics: Posted by bob5731 — Wed Apr 10, 2024 4:41 am
View Article