Troubleshooting • Raspberry disconnecting
This is driving me crazy. I have a problem with one device (Raspberry Pi 3B+) disconnecting prematurely. At first I thought it was a faulty cable, it wasn't, so I replaced the device with a Raspberry...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.6
I found the problem of memory leak.It come from nfs.My raspberry is use as NFS server with this parameters : (This thread came up in a google search for memory leaks)I'm experiencing something like...
View ArticleBeginners • Re: I use cams pi 5
How are you trying to use them ? rpicam-vid ? Picamera2?Statistics: Posted by gordon77 — Thu Jul 25, 2024 5:53 pm
View ArticleTroubleshooting • Re: Raspberry disconnecting
The device is on a fixed IP address and there is no firewall rule on it. I have three other units, 2 rpi4 and one rpi5 and all without problems.Statistics: Posted by MSLdk — Thu Jul 25, 2024 6:02 pm
View ArticleSDK • Re: Lua math issue
Thanks for that, I don't do much with these higher level maths, it's been a very long time since I had any practical use cases.I have an algorithm that is said to run fin on Arduino (What processor...
View ArticleBeginners • Re: How to permanently change hostname through file edits
Are you saying you don't have /etc/hostname nor /etc/hosts files? That's normally what you have to change but I have no clue what OS you're asking about.Statistics: Posted by ed1k — Thu Jul 25, 2024...
View ArticleBeginners • Re: What PI model should I choose?
Or you advice me to buy any single component (so board + case + power supply) separately?I'd buy the separate bits, easy enough to set up, & perhaps buy an SD card with the Operating System...
View ArticleTroubleshooting • Re: Two RPi 5 dead
So for this guy the Pi worked and then suddenly stopped with this error. Seems worrisome. Properly designed electronics don't just die.Of course they do. Everything has a lifetime.You could have the...
View ArticleRaspberry Pi Connect • Access RPi Connect over smart phone
Hello, I can acces my RPi-4 over Raspberry Pi Connect from PC without any problems. However, accessing it from my smart phone is much diferent story. On my phone I can see only small part of the left...
View ArticleTroubleshooting • Re: Pi 5 Stopped booting
Thanks, I didn't know that's what HPD=0 meant, but I suppose it's obvious in hindsight.It's interesting to me that the cables work fine with the Pi 4's. I need to do some research on HDMI cables....
View ArticleGraphics, sound and multimedia • Re: Kdenlive on Pi 5
Any chance for us to have HandBrake on Pi-Apps? Anyway, thank you so much for your work.We try to stick to things that are not on apt.Does the version of Handbrake that can be installed from the...
View ArticleGeneral • PWM Callbacks like in arduino CTC mode
Hello, this is my first post here so if anything is wrong about the title or anything fell free to question, back to the point, i'm trying to drive a 3 phase motor driver with the pico using the c...
View ArticleBeginners • activate output pin based on presence of internet.
I'm looking for a way to trigger an output so i can have a light if there is internet present and no light if the internet is down. is this possible on a nano?Statistics: Posted by relicsrepair — Fri...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
Throughput is Code: 812.000 kBytes/s…Oh, 600 KB/s minimum? That should be enough to get 10 frame/s, each frame using 60KB.I was so busy trying other things that I didn't even try what you did. Thanks...
View ArticleTroubleshooting • Re: SD Card 256GB stuck on welcome screen
Hi everyone,I'm currently trying to install Raspberry PI OS using the official imager.I wabnted to use a 256GB sd card to have some space to be able to store a lot of files directly.But after...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
looking at your driver source I see it different.That sounds like a tease.Statistics: Posted by PhilE — Fri Jul 26, 2024 6:19 pm
View ArticleBeginners • Re: raspberry pi 02w +ssd + lifespan
You can set the Pi boot drive to RO and use an overlay system for the system. The option is in raspi-config.sudo raspi-configselect performance optionsOr you can use "preferences", "raspberry pi...
View ArticleBeginners • Re: activate output pin based on presence of internet.
I'm looking for a way to trigger an output so i can have a light if there is internet present and no light if the internet is down. is this possible on a nano?No. Cause there ain't no such thing as a...
View ArticleRaspberry Pi OS • Re: Rasbian Wheezy - mincraft pi
Found the sollution. So for others in the future with the same problem:Apperently Minecraft-Pi is also in Pi-apps. Simply installing a current Raspberry OS version (Bullseye 32-bit) and then...
View ArticleAdvanced users • Re: Pi4 B power 5V/4A?
The Pi5 will treat it as a 3A power supply unless told otherwise which will make the Pi5 assume it is a 5A power supplyThe Pi5 can run from 3A provided there is no significant load on the GPIO, USB or...
View Article