Compute Module • Re: CM4 Wifi Compliance with wl utility
Sorry, I hadn't seen the original post. If you are having problems with compliance on a product that uses a Raspberry Pi, you can contact our compliance team for...
View ArticleGraphics, sound and multimedia • Re: Analog video was improved for RPi5 !!!!...
Thanks for the update -- I was going to suggest it might be some difference between the old firmware-based (fkms) and Linux/KMS/DRM-based drivers(?), but it sounds like you have it in hand. Please let...
View ArticleMicroPython • Re: How to control ESC with Raspberry Pi Pico W?
Isn't the code working?Statistics: Posted by barshatriplee — Tue Apr 30, 2024 1:42 pm
View ArticleGeneral • Re: pico w not running code after reboot
Please post your C code and your 'CMakeLists.txt'. There is unlikely to be anything wrong with your Pico W, only in how you are doing things.Statistics: Posted by hippy — Tue Apr 30, 2024 1:46 pm
View ArticleGeneral • Re: Control of Pico W from Android
There are four parts to the problem you are trying to solve - How you want to do it Whether that's over USB or Wi-Fi What runs on the Pico W What runs on your Android deviceI would suggest taking a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing with Touch Screen OLED
You can configure HID (Human Interface Device) orientation via libinputhttps://wayland.freedesktop.org/libinpu ... n-via-udevStatistics: Posted by 6by9 — Tue Apr 30, 2024 1:55 pm
View ArticleGeneral discussion • How to use btrfs on Rpi and is this a good idea
I'd like to switch to btrfs from ext4 on my Raspberry Pi. Typically, you configure this during the partition setup in Linux system installation. However, when I tried both Raspberry Pi OS and Ubuntu...
View ArticleGeneral discussion • Re: How to use btrfs on Rpi and is this a good idea
I'd like to switch to btrfs from ext4 on my Raspberry Pi. Typically, you configure this during the partition setup in Linux system installation. However, when I tried both Raspberry Pi OS and Ubuntu...
View ArticleTroubleshooting • Re: PCIe port plastic ribbon retention clip
I'm in the UKStatistics: Posted by Woodsie — Tue Apr 30, 2024 2:14 pm
View ArticleMedia centres • Re: A kodi issue
Inconsistencies in the file can lead to playback issues.Statistics: Posted by barshatriplee — Tue Apr 30, 2024 2:16 pm
View ArticleRaspberry Pi OS • Re: pCloud drive for Raspberry Pi
Personally, I use rclone to synch backups to pCloud. Very easy, and does what I wantStatistics: Posted by cct — Tue Apr 30, 2024 2:17 pm
View ArticlePython • Re: Looking for python code for 433 MHz reciever
Code: from rpi_rf import RFDevicefrom https://pypi.org/project/rpi-rf/ this library is not meant to send characters (what you want) but RC signals (can last a long time and be repeated... are not...
View ArticleGeneral discussion • Re: Using Raspberry Pi modules w/ BBC microbits.
Yes what thagrol said and looking at the pinout https://microbit.pinout.xyz/pin-p8-digital-gpio.html, and spec https://tech.microbit.org/hardware/edgeconnector/ modules with a SPI interface might...
View ArticleBeginners • Re: What's the lowest power the rpi5 can run on?
My STB provides power via the 40-way header from an internal PSU. Which is fortunate because USB-C extension leads required to allow PSU disconnection from the STB aren't USB-IF spec compliant.Other...
View ArticleCamera board • Security Cameras for schools
Hi,I'm looking to implement multiple Raspberry PI security cameras around my school to try and stop vandalism.What would be the best setup to do what I would want.Specs.Needs to connect to Enterprise...
View ArticleDebian • GNOME 44 for Raspberry Pi and Nautilus Expandable Folders Feature
Hello Raspberry Pi community,I’ve been eagerly following updates about GNOME and recently read something exciting regarding the upcoming GNOME 44, codenamed "Riga". According to an article on OMG!...
View ArticleAdvanced users • Re: Timers in Raspberry Pi model 4b
Ok, thank youStatistics: Posted by angelyn — Wed May 01, 2024 1:55 pm
View ArticleRaspberry Pi OS • Re: Disk Encryption
No support for unlocking via a USB stickDo you know if this is a general limitation when using raspberries? Because for debian based (x86-64) luks encrypted installation it is possible to (manually)...
View ArticleOff topic discussion • Re: older UNIX users use root
Seconded.And FYI, the usual reason for asking "why are you root" is because the person being asked the question is A. apparently inexperienced, B. doing something that does not need to (and should...
View ArticleDebian • Re: GNOME 44 for Raspberry Pi and Nautilus Expandable Folders Feature
Rpi OS follows Debian Stable and packages don't get major version updates. So you should wait for 2 years or something till the new Debian Stable release.Statistics: Posted by keyboardman — Wed May...
View Article