Beginners • Re: Upgrade Pi4 to Pi5
Currently got a Pi4 in an Argon One nvme case. Boots from nvme.I'm about to order a Pi5 and the new Argon One V3 or similar case. If I move the nvme from the old case into the new one, will it boot,...
View ArticleHATs and other add-ons • M.2 HAT for LTE Modem
I am looking for a suitable HAT to connect a 4G/LTE modem to a RPI 3 or 4 (not decided yet). The modem is a Fibocom NL952-EAU which has a standard 75 pin M.2 Key-B interface with the following...
View ArticleRaspberry Pi Connect • Mouse Coordinate Misalignment with Screen Rotation
I'm encountering an issue with Connect where the mouse coordinates do not align with actual mouse movements after changing the screen orientation. For example, after rotating the screen by 90 degrees,...
View ArticleGeneral discussion • Re: Pi-Apps deletes Librewolf!
Librewolf is also available as a flatpak. Not a solution for whatever happened to pi-apps.Code: flatpak install flathub io.gitlab.librewolf-communityWhich would install Librewolf 126.0-1 .In order to...
View ArticleBeginners • Re: SD Cards have the same declared capacity, but different...
Manufacturers can increase flash yields if they accept devices with more defective pages (equating to capacity loss).I have more of the same Kingston Canvas Select SD Cards. I plugged in other...
View ArticleC/C++ • Re: Basler Pylon C++ libraries are not loading via CMake
You haven't posted anything that anyone can help with. All I can say is try to use 'cmake' to build a simple "hello world" then repeat with it building a library and/or referencing one. Here's the...
View ArticleHATs and other add-ons • official Hat+ specification incompatible with...
Hi. I've had a look at the official spec document for hat+: https://datasheets.raspberrypi.com/hat/ ... cation.pdfThere seems to have been no official step file released for the pi5's case (could we...
View ArticleAutomation, sensing and robotics • Re: Connecting 2 rc522, 24 reed switches,...
I'm having problems because I would like to somehow make use of some component to reduce the GPIOs to use from the Raspberry, because in the future I will surely use more components. I have thought...
View ArticleRISCOS • Re: RISC OS 5.30 now available - with WiFi support
I got to the wifi setup bit (it's in the Welcome to RISC OS Pi doc which appears only once: then you need to go to Getting Connected Online page, which has a local copy) but:my 2.4 GHz access point...
View ArticleAdvanced users • Re: How to boot buildroot image from usb ssd disk rpi4b
Does any of my colleagues have experience creating a buildroot image to transfer it to an ssd drive connected to usb? The created image (with the packages and settings I need) loads correctly and...
View ArticleAdvanced users • Re: How to use OTP as a key provider for LUKS automount?
this shell script will allow reading and writing the key on any model of piYeah, I found it. Even more, I had to rewrite it for myself, as it filtered through if statements to "Chip unsupported" quit,...
View ArticleTroubleshooting • Re: Pi 5 & camera V3
OK. Double check the connections - and I am assuming no edits have been made to config.txt I.e. auto detect will happen.Statistics: Posted by neilgl — Thu May 23, 2024 10:11 pm
View ArticleBeginners • USB device not recognized - Low Voltage warning
Hello there!I've got some issues with my RPi 4:RPi OS is telling me, that the power supply might be insufficient. XBox 360 WiFi Controller doesn't work.Original 15W PSU from bundle.Will it be...
View ArticleBeginners • Re: USB device not recognized - Low Voltage warning
Is that “ Original 15W PSU from bundle” an official Raspberry Pi PSU? https://www.raspberrypi.com/products/t ... er-supply/Statistics: Posted by neilgl — Thu May 23, 2024 10:17 pm
View ArticleGeneral • Re: Forthcoming "RP235x"
I am thinking there could be a networking medium here for chipsets or industrial usage. Currently this is somewhat expensive on RP2040 as we have to use PIO via FPGA/CPLD. (RP2040 kept the M0+...
View ArticleCamera board • Re: Camera MMAL graph on baremetal with resizer
MMAL_PARAMETER_CAMERA_CONFIG "num_preview_video_frames" field is for sizing the internal image pool. For high frame rates there is benefit in adding a few extra images (which will inherently be at a...
View ArticleRaspberry Pi OS • Re: Disconnect, Reboot, Shutdown from Desktop by command
You can test it on a functioning system to make sure. If, for example, the sequence▶ CTRL - ALT - F1▶ ALT - SYSRQ + Hdoes not print a short help message on the console, then you established that the...
View ArticleTroubleshooting • Re: Weird Remote SSH Hang Problem
When I have problems like this - it is usually do to something along the line "timing out" - that is, sensing lack of activity and shutting things down.Try putting this line in your .ssh/config file...
View ArticleRaspberry Pi OS • Re: Raspberry Pi Zero - How to update linux kernel from...
Thanks @DougieLawsonI ran sudo apt update && sudo apt dist-upgrade; however, the Raspberry Pi device still has 5.10.103 version, also after "sudo reboot"pi@raspberrypi:~ $ sudo apt update...
View ArticleHATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case
The SD card copier tool has no cli interface available rendering it unusable for the lite installation without a desktop environmentI used Jeff Geerling's fork of rpi-clone which has worked a treat....
View Article