Camera board • Re: How to handle same resolution
Please identify the sensor so we can at least know which of Sony's product ranges we're discussing, and if necessary I can ask Sony for the relevant datasheets. I'm guessing Starvis or Starvis2 based...
View ArticleGeneral discussion • Learning Linux
Hello,I'm new to the raspberry pi world. I bought a raspberry pi 5 several months ago and have been running the raspberry pi 5 OS on it so far. However, as I learn more and more about Linux, I'd like...
View ArticleBeginners • Camera not working in Chromium (and other apps)
I recently bought a Raspberry Pi 5 with a camera V3. When I connect everything I can test/see the camera is working with $> rpicam-hello -t 10sor $> libcamera-hello --camera 0However, in...
View ArticleBeginners • Re: rugged outdoor use
I have a couple of outdoor RPI deployments. I haven't had to consider impacts only environment. Some of my learnings:The size of the enclosure will be larger than you expect or want. DIY does not...
View ArticleBeginners • Re: Sound on airpods poor Pi5
Try getting rid of the wireless keyboard and mouse.Temporarily use wired ones to see if that improves it.I have experienced issues with wireless keyboard/mouse intermittently interfering with BT Audio...
View ArticleCamera board • Re: More FPS for HQ camera on RPI 5
I tried again, there is still a gain but it seems more limited than in June.For the request loop metadata only without any processing in RGB888 full resolution, 10fps with the official kernel, 20 fps...
View ArticleBeginners • Mosfet Selection (sorry, again!)
Hi all,Just want to confirm a few things.... I think I did my homework, I just want to make sure the homework is correct Looking for a small footprint, SMD FET to power 24VDC inductive loads, <=...
View ArticleRaspberry Pi OS • Re: 3270 terminal for raspian lite command line app
Hi all, I was wondering if there is an app out there for Raspian lite in the style of a 3270 terminal. I have been googling around, but can't find if there some is existing. Currently I have windows...
View ArticleGeneral • Re: RP2040 With No Flash
Some kind of GPIOs ... SIO, but no PIO.Sure, but nearly any design you have at least a few 'vanilla' GPIOs that can be pushed to the other bank, freeing up more of the primary bank GPIOs for the...
View ArticleNetworking and servers • Re: brcmfmac on RPi-3B with new kernel 6.6.57-v7+ is...
The latest release kernel for Raspios 12/Bookworm is 6.6.51, so you appear to be running a pre-release or custom kernel. Do you get the same problem if you run the standard release kernel?N.B....
View ArticleTroubleshooting • Re: Pi 5 chip came off
Good luck with that. Why would anyone buy that when they can get them new, undamaged with a warranty for about the same price?some people may want to scavenge parts like the PMIC or RP1 to repair pi's...
View ArticlePython • Re: PID controller help
Are you using something like this? If so, you must declare the variables you plan on using in other functions as global.In this example, if you want to use done and target_temp in the thread (or any...
View ArticleBeginners • Re: Learning Linux
I'm new to the raspberry pi world. Welcome, which world are you coming from?I'd like to install an operating system on my pi 5 that doesn't come with so many things pre-installed. I'm guessing that...
View ArticleTroubleshooting • Re: Combination of OS/settings for smooth video on Pi Zero 2 W
Is the OS up to date? There have been recent updates to Rasp Pi OS which were video related. I wonder if it's RAM related. The Pi3 has twice as much RAM as the Zero 2While it's running and playing a...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Code: #include "hardware/vreg.h" ////---------------------------------------------------//void setup() //{ // vreg_set_voltage(VREG_VOLTAGE_1_10);//Set voltage // delay(100); //...
View ArticleCamera board • imx290 (4 lanes) rpi5 max fps?
Hi,So I have a small project where I'd like to get as high frame rate as possible from a four lane imx290. IIRC, 290 should be able to do 120FPS, but I only see 60FPS from libcamera --list-cameras....
View ArticleTroubleshooting • Re: VPN failure - PrivateVPN post installation failure
I would try uing Wireguard with the VPN configuration file.Statistics: Posted by neilgl — Mon Oct 21, 2024 11:20 am
View ArticleBeginners • Re: Mosfet Selection (sorry, again!)
Hi,Yes, I am aware of that. Again, if someone can please take the time to look at the datasheet and the figures that I am asking about, it would help. Damn but this place is useful.I am not asking...
View ArticleAdvanced users • Re: Buildroot pi5 kernel fails to boot - pinctrl/pinconf
Are there any new restrictions on how the sdcard needs to be formatted?No, the problem is in your kernel build.What is the head commit of your buildroot linux tree? You aren't using a pure upstream...
View ArticleTroubleshooting • Re: Need a way to safely shutdown 3B+, no USB no SSH no...
And in general, is there a way to make sure the OS and the file system is working as expected and nothing is corrupted, in the event that it does boot up after an unexpected shutdown? Windows has...
View Article