Beginners • Re: Access rp GUI from Homebridge
Have you installed it using their "Homebridge provides a pre-made Raspberry Pi image." or using a repository with Code: sudo apt-get install homebridgeStatistics: Posted by neilgl — Sun Feb 25, 2024...
View ArticleHATs and other add-ons • Re: NVMe storage not recognized
Lixold;I do not know if this (what I am about to mention) is relevant to the problem you are having.I find that if I boot my Raspberry Pi 5 into UBUNTU 23.10 via USB from an external drive that the...
View ArticleBeginners • Re: Block Tracking Cookies
Can you give an example url?Statistics: Posted by pidd — Sun Feb 25, 2024 12:27 pm
View ArticleTroubleshooting • Re: Pi Zero 2 w - No wifi - [version 1.0 & brcmfmac43436+]
I was trying to run pikvm which suffers from the same issue of the lite/headless version raspbian selectable from pi imager.This version already stopped working....
View ArticleCamera board • Re: D14 camera mount what is it? And I can I make it work with...
Whilst i hadn't heard it referred to as D14 before, it's a 14mm unthreaded cylinder at the end.The fact that it comes with the IR cut holder means that it will just replace any existing mount on a...
View ArticleSDK • Re: Weird problem with C++ and strings - fragmented ram?
It might be worth putting something likeCode: target_compile_definitions(${PROGRAM_NAME} PRIVATE PARAM_ASSERTIONS_ENABLE_ALL=1 PICO_USE_STACK_GUARDS=1 PICO_MALLOC_PANIC=1)into your CMakeLists.txt.That...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
I will tomorrow check with other displays. RalfMany thanks, I think this resolution of 320 horizontal may cause the problem: another Waveshare display (5.5inch HDMI AMOLED WS-16103...
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
It could be something related to my AP.I don't know whether some security settings on my wireless AP is creating problems with the rpi. In my case, I have AP with wpa2/wpa3 and CCMP. Those settings...
View ArticleBeginners • Re: Flightaware dump1090
Guys,I have no idea what OS version underpins my PiAware thing. Don't think it an issue to have the latest bleeding edge OS release. I've had it several years, started it from a downloaded image and...
View ArticleGraphics, sound and multimedia • Re: cant run vlc from php
Now that I think about it, it might not be possible to do what you want to do. You see, PHP is a server side language. If you want to do what you want, use HTML & JavaScript. The <video>...
View ArticlePolski • Re: Przesył obrazu
Udało już mi się połączyć przez Lazycast. Wszystko mam ustawione i śmiga. Musze tylko wybierać Win+K do uruchomienia. Czy isnieje możliwość zrobienia tego po IP aby samo w automacie się łączyło ?...
View ArticleRaspberry Pi OS • Re: How can I retrieve fan speed ?
Do I need to install some package to get this value ?You shouldn't need to. It works fine on my Raspberry Pi OS Bookworm 64-bit Lite installation.Code: rpdom@raspi16:~ $ cat...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 Waveshare 5" DSI 800x480
...and I came back a few hours later and the screen is no longer working.I did update and upgrade once my install was done? Could some update cause an incompatibility with the screen?Statistics:...
View ArticleTroubleshooting • Re: Programs automatically shutdown when removing hdmi cable
That seemed to do the trick. So far I haven’t experienced any problem. Thank you!Statistics: Posted by antonstd — Mon Feb 26, 2024 1:03 pm
View ArticleAdvanced users • Re: Best way to install a VPN Server at home
I highly recommend PiVPN with Wireguard. I am pretty bad at networks, and I was able to set it up in minutes, installing and opening a port in the router included. You only have to create clients for...
View ArticleGraphics, sound and multimedia • Re: How do I fix this Python code?
I added the Code: try: and it didn't say "syntax error" but when I ran the code it recorded fine but when I stopped it, it still was recording. It was supposed to stop recording when I stopped the...
View ArticleCamera board • Re: Picamera2 questions...
Well, the Pi 5 goes through libav (FFmpeg) rather than the hardware v4l2 encoder (as there isn't one), so things could wind up a bit different. I said the h264 file has no timestamps, but I think you...
View ArticleUbuntu • Re: Forcing Pi 5 Fan Speed
I submitted a bug report and something is moving. https://bugs.launchpad.net/ubuntu/+sour ... ug/2054921Statistics: Posted by sblantipodi — Mon Feb 26, 2024 1:06 pm
View ArticleOther projects • Re: Audacity Export Python Code
Here's the whole code:Code: import sysimport osimport sysif sys.platform == 'win32': print("pipe-test.py, running on windows") TONAME = '\\\\.\\pipe\\ToSrvPipe' FROMNAME = '\\\\.\\pipe\\FromSrvPipe'...
View ArticleCamera board • Making a budget Pan and tilt Arducam clone with Arudcam sensor
This is a project thread rather than a help me oneI don't see many project threads on hereI have bought this setup which I have to pay import tax on https://www.uctronics.com/arducam-imx47 ......
View Article