Raspberry Pi Connect • Multi-column device list?
I see a lot of empty space on the device list (see screenshot).Would it be possible to use 2 or more columns with devices. Would give me a better overview (and save a lot of scrolling).Statistics:...
View ArticleSDK • Re: Lua math issue
It is better explained in the RP2040 datasheet, see "2.8.3.2.1. Implementation Details" in the section "2.8. Bootrom", one very pertinent part I reproduce below:The scientific functions are calculated...
View ArticleAdvanced users • Re: Raspberry Pi simple monitoring and dashboard
Version 2 now comes with easy remote configuration updates, so you can manage all reported metrics (for all devices) from a web dashboard. How great is that?https://ambience.sk/raspberry-pi-monito ......
View ArticleTroubleshooting • Raspberry Pi 5 8GB corrupting disk file systems
I've recently bought a RPi5 8GB and plan to make a home server/NAS to replace my aging Banana Pi, but I'm having issues with disk file systems being corrupted/wiped and I'm kind of at the end of my...
View ArticleTroubleshooting • Re: OpenTabletDriver + box64 - - how to purge
This might be a different problem than I thought. I've manually installed dotnet 6.0.25 (ARM64 version) from the Microsoft website, and this has changed the error.dotnet --info...
View ArticleTroubleshooting • Re: Wisecoco 5.5" display issues
Why are you messing with config.txt? The display should have a valid EDID that describes the timings that are required.If using the default "dtoverlay=vc4-kms-v3d" then the kernel drivers should just...
View ArticleGraphics, sound and multimedia • Re: Pi 5 and Motion problem
I'm now running motion with libcamerify.I needed to install libcamera-v4l2 to get rid of an errorCode: ERROR: ld.so: object '/usr/lib/arm-linux-gnueabihf/libcamera/v4l2-compat.so' from LD_PRELOAD...
View ArticleTroubleshooting • Re: Raspberry Pi 5 8GB corrupting disk file systems
Have you tried asking the manufacturer of the "Penta SATA Hat"?Does said HAT power the Pi5 via the GPIO header or USB C? If USB C does it support the required 5V/5A mode? If GPIO or non-PD have yopu...
View ArticleTroubleshooting • Re: sound on autostart
Buster uses Pulse Audio.Pulse Audio is only started when a user logs in and then only for that user.rc.local runs before any user has logged in so audio is not available.One soultion is to run Pulse...
View ArticleMedia centres • Re: Peppy player
Yes, the player was trying to play a file from nas. That was the music playing before the player was rebooted. My nas was in sleep mode when the player was powered on. I have seen the player waiting...
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
I also doubt the "overhead" of MQTT will be significant for this use case. It reads from a TCP socket and does some very light processing on the first byte or two of data in each message.If MQTT...
View ArticleGraphics, sound and multimedia • Re: Dolby.io / millicast gstreamer bookworm
https://gstreamer.freedesktop.org/docum ... epsrc.htmlPackage – gst-plugin-webrtchttpAIUI It's written in Rust, so not part of the normal GStreamer...
View ArticleRaspberry Pi OS • Booting from zfs root
HiI installed pi os onto a sd, cloned it to nvme. I'm in the process of trying to migrate over to zfs. the 2nd nvme has rpool setup with lots of mount points. one being rpool/ROOT/pios.I have all of...
View ArticleTroubleshooting • Re: Chromium-browser package no longer only chromium
Hello kerry_s,To clarify, I installed Raspberry OS lite and then added GNOME. I didn't have any problems before, and these are the default sources. I haven't changed anything in the sources list. I've...
View ArticleMicroPython • Re: MQTT on Pico W with broker on Pi - How to connect to broker ?
(But since the OP is normally insightful and resilient I may be missing some deeper significance to the question... )Possibly that I am running on a Pico W, and using MicroPython, so the usual tools...
View ArticleNetworking and servers • Re: Getting log data from router
I've only played with Bookworm logging and not sure how well rsyslog merges with the new logging but some details are in /var/log/READMEThank you very much. It's not working quite yet, but I think I...
View ArticleMicroPython • Re: Pico W - MQTT
Ok is it working now?Hi, apologies for the very late reply. I was travelling and stuff. Yes its working. it is publishing to my broker.Thank you .Statistics: Posted by Ab25 — Tue Jul 23, 2024 1:25 pm
View Article日本語 • Re: ラズパイ4と5どちらにするべきでしょうか?
> DigiKeyから購入したラズパイ4に技適が付いているか教えていただけるとありがたいです。私が約1年前に RasPi-4B (4GB) を購入した時は、すでに技適マークが付いていましたよ。・DigiKey製品番号:2648-SC0194(9)-NDStatistics: Posted by mockun — Tue Jul 23, 2024 1:30 pm
View ArticleAdvanced users • Rpi5: Secure/Measured/Encrypted boot
Hello. I want to use Raspberry Pi 5 board for a kiosk product that will be placed in a public place, therefore I want to secure its software from tampering, prevent installing a backdoor and such. I...
View ArticleCamera board • Re: rpi5 with imx219, no camera available on interface...
As you may have read in my post, it does not work with "camera_auto_detect=0" in config.txt.Pardon? What's that got to do with anything?"dtoverlay=imx219" will enable an imx219 camera connected to...
View Article