Troubleshooting • Re: Raspberry Pi drops off the network (eth0) after a few...
Having the same issue it looks like here, logging to a txt file my pings to see if it's time relatedStatistics: Posted by rchetj — Tue Jan 23, 2024 12:57 am
View ArticleTroubleshooting • Led Strip Script help
When I run this script all the leds light up. Occasionally and intermittently the leds will switch back off and I can see the code is working as it should. Moments after all leds light up again. Can...
View ArticleTroubleshooting • Re: Pi 5 eth0 drops out after 3 min
timing it and checking the txt file from ping looks like 3 min exactly it stops every time, unplug and plug back in.Statistics: Posted by rchetj — Tue Jan 23, 2024 1:08 am
View ArticleOff topic discussion • Floorp Browser
Anyone tried Floorp?https://floorp.app/en/https://news.itsfoss.com/floorp-firefox/It looks to be based on Firefox with a lot of customizations similar to Vivaldi.Statistics: Posted by craigevil — Wed...
View ArticleTroubleshooting • Re: RPi5, Ethernet Connection (Wired) and SSH Remote Log-In...
Looks like I'm having the same issue, Device Interrupt 107, eth0 drops every 3 min, unplug and plug in cat 5 and it works.Statistics: Posted by rchetj — Wed Jan 24, 2024 12:32 am
View ArticleBeginners • Re: How can I boot my new Pi 5 to autorun EmulationStation on...
Hoping there's an expert out there trying to accomplish the same thing and succeeds because otherwise I'm just junking up my pi with a bunch of stuff that isn't neededI know that feeling, all that...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
Would you just look at all that brick-a-brac hanging off that case!I wondered about that too. Why is a USB storage device plugged into a USB hub? Does that work around an incompatibility? I am having...
View ArticleOff topic discussion • Re: Floorp Browser
reminds me of microsoft edge.i don't care for all that, i just want speed, not more bloat.privacy is a myth, it's not the browser it's the sites. just interacting with any site requires you to forfeit...
View ArticleNetworking and servers • Re: R Pi as a NAT router, but not quite
Run a web server on the Pi with a reverse proxy pointing to the device?Or even just a simple proxy service.I'm not sure, but it sounds to me the person making the original post wants to set up port...
View ArticleAdvanced users • Re: "Realtime" GPIO with bcm2835...
Code: #include <sched.h>struct sched_param sp;memset(&sp, 0, sizeof(sp));sp.sched_priority = sched_get_priority_max(SCHED_FIFO);sched_setscheduler(0, SCHED_FIFO, &sp);That block of code...
View ArticleTroubleshooting • Re: Pi4 on XRDP: Distorted applications
Found this post while looking, you need to add a new user and use that one, then close and reconnect with the new user. That fixed it for me:viewtopic.php?t=358947Statistics: Posted by Katianie — Wed...
View ArticlePython • Adafruit Python Library Deprecation
Hi,Although I've been messing around with Raspberry Pi SBCs and Python for several years, I'm still getting used to it all - especially given that it's a moving target. What isn't helping, and I'm...
View ArticleBeginners • Raspberry Pi Imager: help with unmet dependencies?
HelloI'm trying to install the Raspberry Pi Imager on an XUbuntu 20.04.06 box, so I downloaded the .deb file and get the following errors:$ sudo apt install...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 1-Wire / DS18B20 is unstable
OK doing an example in C++ and I found out that the Pi5 on DS18B20 is really unstable.I connect my sensors on my PI4 and everything works perfectly fine.Then I connected them to the Pi5 and some of...
View ArticlePython • Re: Adafruit Python Library Deprecation
The second link is the source code.The third link is a link to the pip installer project, it installs the same software found in the second link.But it is for LCD libs only.I didn't look at the entire...
View ArticleGeneral discussion • Raspberry Pi 5 gpiochip4
I maintain and use a homegrown GPIO library that at the low level opens a /dev/gpiochipN device node and issues ioctl() calls to manipulate the GPIO pins. At a higher level, GPIO pins are identified...
View ArticleCamera board • Re: Libcamera memcpy from mmap'd region very slow (CM4)
Hi Will,I forgot to respond to this. If its still helpful, here is some pseudo code which works for me on Rpi4 with Bullseye.Basically, you replace the DMA file descriptors libcamera allocates with...
View ArticleTroubleshooting • VNC File Transfer greyed out and VNC is flaky
I just got a brand new Raspberry Pi 5 and installed the default (64-bit) OS on it using the Raspberry Pi Imager. So, I am running Bookworm but I am used to working with Raspberry Pi 3B+ with Buster. I...
View ArticleNetworking and servers • Re: Speedtest for Upload for Raspberry Pi OS...
The question is: why is the download rate with "speedtest" so much lower?Very likely because it's a Pi Zero (2W) on 2.4 GHz WiFi.In my experience, wireless performance on Pi computers is not great,...
View ArticleCamera board • Re: Correcting for 60 Hz lighting flicker
ah, thanks!Statistics: Posted by scruss — Thu Jan 25, 2024 12:53 am
View Article