General discussion • camera module 3
this is my problem: raspberry@raspberrypi:~ $ libcamera-vid -t 10000 -o video.h264[0:31:11.329512663] [1999] INFO Camera camera_manager.cpp:284 libcamera v0.2.0+46-075b54d5[0:31:11.368351263] [2002]...
View ArticleCamera board • Re: Camera not detected even with freshly updated OS
Are you sure the cable is correctly connected?Statistics: Posted by gordon77 — Thu Apr 11, 2024 5:32 pm
View ArticleTroubleshooting • Re: Pi OS Bookworm/Wayland crash to login (broken pipe)
Statistics: Posted by rpiMike — Fri Apr 12, 2024 4:44 pm
View ArticleNetworking and servers • French speaking self-hosters ?...
Take a look at https://www.k-sper.fr and tell me what you think.Statistics: Posted by Eirikr70 — Fri Apr 12, 2024 4:57 pm
View ArticleGeneral • Re: Help with PIO fundamentals to drive matrix-based displays.
I have dma1 reading from my array and writing to a PIO. How does a second dma channel make that into a loop? Does it monitor and modify control channels? I just need to restart dma1 when it...
View ArticleBeginners • Re: NTP time issue
This should allow you to check if you can access an external NTP server on port 123. Works for Python 2 or 3 ...Code: import socketGET_NTP_TIME_URL = "pool.ntp.org"GET_NTP_TIME_PORT = 123print("Try...
View ArticleTroubleshooting • Re: Issues with auto-refresh in kiosk mode Raspberry Pi 5
Have a read of my Cron – A Beginner's Guide but I suspect the problem is Bookworm on a Pi 5.On a Pi 5, RPiOS Bookworm uses wayland/wayfire not X11/lxde for the desktop. That means many of the older X...
View ArticleBeginners • Re: SSH to Raspberry Pi Zero W
You mentioned a guest network - does your router allow traffic between each network?Like client isolation (with can be PER network) routers often stop the guest networks connecting to any device on...
View ArticleRaspberry Pi OS • Re: Use of curl vs. pycurl and correct syntax
Thonny reports a SyntaxError at the quote after the closing }"Are you trying to run the command from a console/terminal in Linux, or are you trying to run the command from Python using subprocess?If...
View ArticleNetworking and servers • Re: Get DHCP Lease clients start time
Hello everyone thank you for the advice. Hi Multiplex I was trying to create a system that uses logs the employee's time in whenever they try to connect to the network. I'm still figuring out how to...
View ArticleGeneral discussion • Re: Office info screen project
Thanks for the input MiscBits.I am aware of the challenge to use the network at work to allow these office displays to work and show current status of the employees.I believe there is some tunnelling...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: PiServer and Raspberry Pi OS Bookworm
Being as we need a minimum of Raspberry Pi OS Bookworm for the RPi5; does anyone know if there are plans to update the Raspberry Pi Desktop to Debian BookwormThe distribution that is running on the...
View ArticleTroubleshooting • Re: The screen resolution automatically switches to...
What is the native resolution of the video?Statistics: Posted by jamesh — Sat Apr 13, 2024 4:39 pm
View ArticleGeneral • Wear leveling on flash is not helpful?
I'm going to periodically store data in the flash of my WaveShare zero. Looking at the source of this EEPROM library... https://github.com/earlephilhower/ardui ... EEPROM.cppIt seems like it's going...
View ArticleBeginners • Re: Forcing RPi 4 to output in 720p...
Thank you!!! I very much appreciate it. Statistics: Posted by Gabe1972 — Sat Apr 13, 2024 5:05 pm
View ArticleOff topic discussion • Re: Dream hardware
I'm building this:For Chrome users: http://risc.radiomesh.org/task?id=5426788454933520182So I need the small form factor.AFAIK 32-bit apps do NOT run on 64-bit linux.For Windows 32-bit is a...
View ArticleGeneral discussion • WPA3 on Pi4?
As part of some general security updates we've swapped our secured wifi over to WPA3 but it's had the negative side effect of requiring our Pi's to connect to our guest network to get internet which...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2c suddenly stopped working
Since I only have a Rapsi 2 Model B I can only install Bullseye.This is not the case. You can use Bookworm (32-bit) on a Pi 2B. If using the Imager just leave the "Raspberry Pi Type" on "CHOOSE...
View ArticleTroubleshooting • Re: An Operation Is Already Pending
Is it in "/boot/firmware/config.txt"?Do I have to put it under some specific label?Yes. As long as it's not underneath a label that is disabled (e.g. [pi2] on a pi5) anywhere is fine.Following an...
View ArticleGeneral discussion • Re: WPA3 on Pi4?
Hello bomblordMaybe this will help you: viewtopic.php?t=298942- namedStatistics: Posted by named — Sat Apr 13, 2024 5:30 pm
View Article