Beginners • Re: Connectors for power through GPIO
DuPont connectorshttps://amzn.eu/d/2FSOeRUStatistics: Posted by rpiMike — Wed Nov 27, 2024 1:31 pm
View ArticlePython • Re: Python program service
It is the latest version of RPiOS, no venv and pip install bme280.That's not actually very helpful. There are at least four "latest version"s: 32bit lite, 32bit desktop, 64bit lite, and 64bit...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
As to be expected, the CM5 just like the pi5 had the SMI functionality removed. It was a very useful peripheral for advanced use cases. Oh well, I can still use an rp2040/rp2350 in between as a...
View ArticleMicroPython • Re: Pico 2 W MicroPython UF2
Working now, once I had installed connect.py to the Pico 2 WStatistics: Posted by tonygo2 — Wed Nov 27, 2024 1:57 pm
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hi All,I have managed to successfully install update versions of Archlinuxarm and Manjaro on NVME drive. Both working fine, my Manjaro does seem to have any updates but arch is. Both these installed...
View ArticleGeneral • Re: RPI pico 2 sleep mode
And 10 uA lower it is.But now at VSYS at 3,6 V. At 125 MHz and clock divider set to 1 it doesn't require setting COOLDOWN to 0. But using powman with boot greisters set to 0, it would require now...
View ArticleHATs and other add-ons • Re: NVMe overheating issues with GeekWorm dual NVMe hat
Just a little update on this (probably final). It could help someone.I've found out that adding the dtparam=pciex1_gen=3 parameter in cmdline (which enables pci express gen 3) made the issue appear...
View ArticleCompute Module • Re: Pi CM4 EUROCARD io Board ( Home-Lab ) Update
update 81. all the front panels have arrived 2. Since the last post, 3/5 Boards run 24/7 without any issue, waiting for the cm5 to buy two for the remaining boards 3. still haven't finished the code...
View ArticleCompute Module • Re: CM5 in CM4 boards - USB 3.0 from CAM0/DISP0?
Good idea, thanks. I don't have kicad but I have uploaded the zip as is to https://www.pcbway.com/tool/ElectronicDesignViewer and can see both schematics and pcb ant it looks like it is straight...
View ArticleTroubleshooting • GPIO error on Rasp PI 3B+
Hello everyone, could not find answer here nor on the web. Pretty strange ... the system returns an error but seams to work anyway. I want to eliminate the error.Such is my code (lines 1-11)Code:...
View ArticleTroubleshooting • Re: unable to install fswebcam in rasberry pi 4
Odd one, as on a Pi4 running Bullseye 32-bit with desktop and all updates, it installed fine:Code: pi@pi:~ $ hostnamectl Static hostname: pi... Operating System: Raspbian GNU/Linux 11 (bullseye)...
View ArticleRaspberry Pi OS • Cannot "sudo apt update" after failed Postgresql...
sudo apt upgrade now has error saying wrong signature key. Before that, I tried to install postgresql. Installation aborted mid-way due to wrong signature. How can I totally remove postgresql?Code: $...
View ArticleFrançais • [noob] Combiner RetroGaming et MediaCenter
Bonjour tout le monde,Je viens d'acquérir mon tout premier RasPi, et je souhaitais en faire une station de divertissement, mêlant à la fois retrogaming et lecture de films/streaming/etc. (par...
View ArticleGeneral discussion • Custom shell over UART
Hello, I am trying to implement a custom CLI on a Raspberry Pi for real-time project.The desired flow is as follows:1. I flash the Raspberry Pi with the application and connect to it via UART from a...
View ArticleBeginners • No IP address for headless install of Ubuntu 22.04
I am just starting with a Raspberry Pi 4B and my purpose is installing Ubuntu 22.04 server so I can then use ROS2 humble. I have been trying to flash the SD card with Raspberry Pi Imager and choose...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Is that a yes to both questions?only to the first part (Did pastebinit work before the update to 6.12).Reverting to 6.6.62 requires me to compile the custom kernel again -> roughly 2 hours on that...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
Something odd with the quoting in that last post?Build motion from source as I said earlier - it works.Sorry, I thought your previous post provided a solution only for the most recent hardware and...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Crashes When Running FFmpeg for Jellyfin...
Drink more coffee maybe and then read the error message again.your file:/mnt/ssd/Movies/Smile-2022/Smile-2022.mp4 does not exist, nothing to do with ffmpeg or jellyfinfix the...
View ArticleBeginners • Upgrade kernel to latest stable kernel
How to upgrade the kernel to latest stable kernel? I managed to upgrade to latest beta version, which seems to never receive upgrades. On the rpi4 I did the upgrade the beta versions it's stucked at...
View ArticleBeginners • Re: Upgrade kernel to latest stable kernel
sudo apt updatesudo apt full-upgradewill get your system entirely up to date.Statistics: Posted by jamesh — Thu Nov 28, 2024 2:48 pm
View Article