General discussion • Re: uninstalled Firefox for Chromium
Try disabling hardware acceleration in Firefox settings.Statistics: Posted by keyboardman — Wed Aug 07, 2024 6:03 pm
View ArticleGeneral discussion • Re: Running PyAudio Script On Startup Issue
Other I have a Pi Zero W 2 and my OS is Rpi OS 64-Bit (Debian Bookworm). So, BookwormStatistics: Posted by Henrik Gill — Wed Aug 07, 2024 6:10 pm
View ArticleCamera board • Extracting Chroma Data From Luminance Mat Object
Long story short, I'm using Libcamera and a IMX219 from ArduCam and I'm trying to get the chroma data from the YUV420 frame.I've done the following so far:1) Set the pixel format to YUV420Code:...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico for model railroad
More information seems called for, so here it is.On one side of the layout we have Cogload Junction, which is where the lines to/from Taunton divide to Bristol or Westbury. There is a single track...
View ArticleTroubleshooting • Re: button stops listening further input after single press
Yes, we probably don't want any long-running code or long sleeps in the fucntions called by when_pressed / when_released.Statistics: Posted by neilgl — Wed Aug 07, 2024 6:24 pm
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
For me personally, it's still not detailed enough to drive lego components. I could even add one or two missing things to it, such as the QSPI_CSn pin, or the power path from 3v3 to the ID...
View ArticleGeneral discussion • Re: Mosquitto -h option
- I was just hoping there is such a setting in mosquitto.conf like broker_address = 192.168.1.124 or somethingBut again, why?The broker binds to the network adapter and will listen there regardless of...
View ArticleTroubleshooting • Re: Raspberry Pi 5 USB 3.0 read performance is worse than...
Those gaps are way too big for it to be microschedule or xhci buffer-management related (the controller doing the buffer management, not the host). Assuming a nominal ADC wordsize, the biggest one...
View ArticleTroubleshooting • Re: Pi 5 - Wi-fi Issues
Looks like it is a metal case, might be at least part of the problem(?).(Wifi doesn't seem to like metal cases.)Statistics: Posted by KeithMck — Thu Aug 08, 2024 5:48 pm
View ArticleTroubleshooting • Re: USB Camera Detects but video won't work?
Although the camera has been recognised as a device, I'm not sure a driver has been loaded for it.Could you try this command to get more detailsCode: lsusb -v -d0ac8:3420That will produce quite a lot...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI Output Clock on RPI 5
I'm sorry, I was incorrect about it being merged into the latest 6.6.y. I was using the PR as a patch file and applying it to the 6.6.y kernel. Here is the latest patch file for it (as of 8/8/24):...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Again, many thanks for the help with the DSI driver!Is there any interest in a PR for adding this display to the upstream panel-sitronix-st7701.c driver or should we just maintain a patch for our...
View ArticleTroubleshooting • Re: Unusable WiFi on RPI5 with active Cooler
Probably not a design flaw - maybe the board is defective. My Pi5-4GB with active cooler is running fine on WiFi (shows 72%), and a Pi5-8GB with no cooler is fine (shows 71%). They are the same...
View ArticleTroubleshooting • Re: Symptom: Raspberry Pi3 does not maintain stable wlan0...
This problem appears to have been related to the group key handshake timeout. The 38 minute repeatability appears to be linked to the time at which the AP renewed the keys: every 3600 seconds.Setting...
View ArticleCamera board • Re: imx577 camera width CM4
Hi mappermapper,Thanks for helping out, this is much appreciated!What I've done is edit the drivers/media/i2c/imx477.c file by addingCode: #define IMX577_CHIP_ID0x0577static const struct...
View ArticleTroubleshooting • Re: RPI4B: Mobile Hotspot not in list of WiFi Networks
Today I have noticed if I change my Samsung hotsport to use 2.4GHz only the rpi can see the network (SSID) and can be connected to the hotspot. 5GHz does not work.But when rpi is connected via WiFi to...
View ArticleTroubleshooting • Re: raspberry pi imager provides no devices or os's
Gave up and just flashed using etcher.Statistics: Posted by lonewolfpr — Fri Aug 09, 2024 6:43 pm
View ArticleGeneral discussion • Re: API + Frontend, to simplify debugging/running small...
Can I run the web server code on Apache2 running on a Pi with Raspberry Pi OS (Bookworm) ?That is a good question At least, you can run both the API and the WEB using the builtin .NET Kestrel...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
A/B partitioning (supported in the latest SDK), and other options to disable USB boot (in the OTP) to prevent anything being downloaded at all.This is all covered in the documentation.I think we are...
View ArticleSDK • Re: SDK2.0.0 - all web include links failing
that is (n)make not `cmake` - want to see what is printed out when you run cmake for the first timeStatistics: Posted by kilograham — Fri Aug 09, 2024 6:49 pm
View Article