Networking and servers • Re: Help with Network Gateway? Bridge?
In infrastructure mode (aka AP mode) ethernet bridging isn’t possible on the client side. That question is quite settled.Powerline adapters or proprietary wireless hardware/protocol might be able to...
View ArticlePython • Re: Raspberry Pi pill dispenser using servos 30
can someone help me fix the html code for now the I can begin testing it see it work for me.Since you did not provide any html code, I assume you'll need to learn how to code that too.While you're at...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
Latest compatibility updates are now in rpi-update firmware. In general, cards that are broken should be less broken - but this doesn't mean more cards will work with CQE.Thanks. As expected, both the...
View ArticleBeginners • Re: Fan on 5" Monitor Broken
There are no markings on this fan. The place where it is plugged into on the monitor is called FAN.The monitor is compatible with the Raspberry. I don't know why this monitor comes with a fan like...
View ArticleTroubleshooting • Re: How to prevent headless mode in bookworm when no...
How does the Raspberry Pi determine whether it should go into headless mode? And how has this changed from RPi 3B+ (Stretch) to RPi4 (Bookworm)?There's a wire in the HDMI cable for this purpose plus...
View ArticleTroubleshooting • Re: Making a solar powered PI
I didn't connect it yet , i just used the type C charger for now , but the solar panel is a mini one with the specs : 6V, 160mA, 0.96WOk. You said "The issue is that my PI is not powering up." That's...
View ArticleGraphics, sound and multimedia • Re: run vlc from crontab
@reboot cron jobs run before the desktop has started.You need to use a different method (or an ugly hack). See Running A Program At Start Up A Beginner's GuideStatistics: Posted by thagrol — Wed Mar...
View ArticleBeginners • Re: Brand New Pi5 Will not boot
See viewtopic.php?p=2206889#p2206810Statistics: Posted by MiscBits — Wed Mar 27, 2024 8:34 pm
View ArticleHATs and other add-ons • Re: Searching for a good NVME drive for my RPi5 NAS.
On the other hand, running a Pi from an SD card has the advantage of being standard. Then one could simply mount the SSD as extra storage.And, as I mentioned above, it's a lot less work if you ever...
View ArticleGeneral discussion • Re: pydantic-core requires GLIBC_2.33 but latest...
I'm not completely positive that this will work, but the correct Python ecosystem way to solve dependency issues is to use Python's virtual environments (venv) feature to isolate your program from the...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
Do you know any people that when asked simple question seem to expand the answer beyond all reason?No, not people I know, and I find it's usually a 'tell' that it is 'AI' output rather than human. I...
View ArticleBeginners • Re: Pi 5 KDE Black Screen
i'm going to try the fedora 40 beta.if it works i'll let you know.https://fedoraproject.org/spins/kde/downloada preconfigured setup might be a better option. Statistics: Posted by kerry_s — Thu Mar...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
C'est assez impressionnant l'overclockage sur certaines versions de cartes!!!Le test de Jeff : https://www.jeffgeerling.com/blog/2024/ ... ck-314-ghzCertains vont encore plus haut :...
View ArticlePython • Re: GPIO and Buzzer activation
According to the product web page...Funzionalità e dettagli ❧1☙ Il modulo cicalino elettronico attivo ha una sorgente di oscillazione interna, un trigger di basso livello, un'uscita sonora continua e...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Oh, thanks. To me that explanation sounds very similar to 'never'.When considering possible 'other stuff' then anything else must be vastly more complicated to get done than putting different batch of...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
I want to share some positive developments regarding the freezing issues I've been experiencing. After some investigation, I've discovered that this time the problem wasn't with my hardware, but...
View ArticleTroubleshooting • Re: Bookwork raspi-config wait for network
I am configuring a new Pi5.I normally configure wait for network before boot in raspi-config on my other Pis so my fstab mounts will work during boot.Running raspi-config on bookworm in the Pi 5, I do...
View ArticleCamera board • ov9281 stopped working P4 B => Pi5 migration
Hi, I had a software working with a 200fps OV9281 on i2c on Pi4 B, the board blew up so I bought a Pi5. The camera is not registered properly by libcam now. My `boot/firmware/config.txt`Code:...
View ArticleSDK • Re: MPC23S17 Reset pin
If you run rotary encoders to a port expander, I would propose to route the INT output to the MCU to have faster access instead of polling the external port.Not really. Polling at 1ms intervals is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Innomaker ov9281 vs Raspberry Pi 5
Any updates on this issue?I'm upgrading to Pi5 but my OV9281 is not registered. Is 'next' branch additions mentioned above already in main? my libcamera outputs:Code: $ libcamera-hello --camera=0...
View Article