Camera board • Re: RPi4 + RPICAM V1.3 no longer takes 640x480
Do you have a spare SD card to try that on a fresh image? "uname -a" should report Linux 6.6 now. That should give us a clue whether it's a software problem or not.Statistics: Posted by therealdavidp...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Can confirm that the OwlSight 64MP "just works". One has to be a little careful with buffer choice so you don't run out of memory, but it takes picture as expected and I can find many uses for 14 MB...
View ArticleNetworking and servers • Re: Using a Raspberry Pi with SAS HDDs?
...Those cables and interposers are for attaching a SATA drive to a SAS HBA. The cables don't work in reverse as SATA support is an optional feature for SAS HBAs.This one (sorry for the Amazon link)...
View ArticleRaspberry Pi OS • Re: "Received client request to flush runtime...
1262 7572 89536Statistics: Posted by gotaf80307 — Fri Mar 15, 2024 4:48 pm
View ArticleGeneral discussion • Re: Can I create a security risk with my Pi?
Hello, can using the Pi exclusively within my private network create a security risk?in general, its the same risk as using any other computerif you install/run malicious, then bad things happenif you...
View ArticleAutomation, sensing and robotics • Re: DS18B20 Temp sensor randomly disappearing
Just filter and error catch for them.It may even be a timing thing happening, voltage not quite right etc. (that was a recent problem on the Pi5) The 3s are better at it but not always brilliant. It...
View ArticleHATs and other add-ons • Re: Pi 5 NVMe PCIe 2 Patriot P300 M.2 PCIe Gen3 x4...
Thanks.Statistics: Posted by NetSecond — Sat Mar 16, 2024 4:23 pm
View ArticleCamera board • Re: RPi Cam Web Interface
Since this project is dead, is there anything similar to this that supports the module 3? Doesn't even need to be motionhttps://github.com/signag/raspi-cam-srvhas got many of the features of RCWI,...
View ArticleNetworking and servers • Re: WiFi fast-ish roaming for mobile robotics
Also I forgot to mention, I had the APs daisy chained to one another in repeater mode as I didn't have Ethernet set up yet. I know this isn't a good idea but it was just a temporary set up so I...
View ArticleTroubleshooting • Re: Notepad++ - Installation fails (Would you like to...
Notepad++ is a Windows only program - you cannot install it on a PiThere are plenty of editors available for the Pi - try JedStatistics: Posted by cct — Sat Mar 16, 2024 4:27 pm
View ArticleSDK • Support for W5100S-EVB-Pico board
I suspect I know the answer in advance, but recent events have encouraged me to check first....As part of my on-going self-education, I am looking at redeveloping some existing firmwares I have, that...
View ArticleMedia centres • Re: Peppy player
The delay in startup was recommended because there was a risk that the player will start before the network libraries are loaded. Now the player is a service. In the service configuration file it's...
View ArticleGeneral discussion • Pi 5 - change drive owner & group
Hi everyone,I have a raspberry pi 5 that I connected a sata drive via usb. I formatted the drive with Gparted in Debian (gui). How do I change the permissions from root owner & group to my...
View ArticleGeneral programming discussion • Re: What is the best free bash scripting...
HauntedPi,Consider starting a little project using Bash scripting language that you have no idea how to proceed with. Break it down into little tasks and, by asking simple questions of Google, search...
View ArticleGeneral discussion • Re: Pi 5 - change drive owner & group
if its formatted with a fs that supports permissions, the same way you would change the ownership of anything else, sudo chownStatistics: Posted by cleverca22 — Sat Mar 16, 2024 4:39 pm
View ArticleNetworking and servers • Re: Help, OVN/OVS on a Pi, Geneve Kernel Module Issue?
There is also this thread that may help (RonR's build tool) viewtopic.php?t=343387Do not forget to buy the T-Shirt:Statistics: Posted by MiscBits — Sat Mar 16, 2024 4:43 pm
View ArticleCamera board • Re: Advice required about broken pipe error on camera
Maybe move TheCamera.start() out of TimedImage(), and move it up to just after TheCamera.configure(camera_config)? It looks like your code might be calling start() each time an image is taken with no...
View ArticleBeginners • Re: Servo Jitter with Python on Rasbperry Pi 5
Also I see that there is no Hardware PWM HAT for the Pi5.Is there any hardware PWM device I could use to smoothly operate the servos, that I could buy and control via the PI 5?Any of the servo control...
View ArticleTroubleshooting • Re: Raspberry PI 4B killing home WiFi
Thank You for Your reply. I've been testing few things and now I'm nearly 100% sure that the main problem with the setup is that U-shaped USB connector that connects M.2 drive with the Raspberry PI....
View ArticleRaspberry Pi OS • Re: Pi 5 - change drive owner & group
Thanks.What would cause the drive to be installed with root permissions vs user permissions? Did I do something wrong when installing or is it a standard procedure that you need to change...
View Article