Device Tree • Re: Using dtoverlay GPIO expander gpios in kernel driver
Thank you both for your help, it was indeed the _cansleep method that was mandatory.That is great and helps me a lot.Just to know, where could I have found this information by myself ? The device tree...
View ArticleMicroPython • About the core use when using _thread module?
I read "Raspberry Pi Pico Python SDK" document, 3.5 Multicore Support write:"Only one thread can be started/running at any one time, because there is no RTOS just a second core. The GIL is notenabled...
View ArticleRaspberry Pi OS • Re: Best way to disable WiFi Power Save?
One way is to create a file (using sudo) in /etc/NetworkManager/conf.d with the file type ".conf" e.g., powersave.conf, with the contentsCode: wifi.powersave=offMake the file protection 600 and...
View ArticleAutomation, sensing and robotics • New to Pi and need help
Hello, I am planning a project and i know there are easier ways but decided this is how im going to get my feet wet. I am hoping to have a Pi the will take simple momentary inputs from an array of...
View ArticleAutomation, sensing and robotics • Re: New to Pi and need help
If your using Pi4's I think this should work:https://gpiozero.readthedocs.io/en/stab ... _gpio.htmlStatistics: Posted by rpiMike — Tue Nov 26, 2024 2:22 pm
View ArticleRaspberry Pi OS • Buildroot + Raspberry PI CM4 IO Board
Hello, i've been working with buildroot and raspberry pi CM4 IO board. I have been able to fully compile the system and get the system to boot to graphical GUI within 5 seconds which has been...
View ArticleRaspberry Pi OS • Re: Mega App install
The app won't work. Use rclone + rclone-browser (or rclone-shuttle).https://rclone.org/mega/https://help.mega.io/megas4/setup-guide ... or-mega-s4Statistics: Posted by craigevil — Tue Nov 26, 2024...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
The https://elinux.org/RPi-Cam-Web-Interface works very well on a Zero . Doesn't work on Bookworm, though.Statistics: Posted by CharlyDelta — Tue Nov 26, 2024 2:31 pm
View ArticleAdvanced users • Re: Image File Utilities
Code: root@HAS:~# blkid /dev/nvme0n1/dev/nvme0n1: TYPE="isw_raid_member"Ubuntu installed directly via RPi Imager on NVME SSD connected via USB-NVME adapter, then run on official RPi M.2 HAT+ hat. No...
View ArticleTroubleshooting • Re: PCIe port may be bad
..rpi-eeprom-config :boot_order=0xf416pcie_probe=1..Don't touch the boot order until you know all is working and you perfectly know what you're doing!As you're having 'pcie_probe=1' in the EEPROM...
View ArticleTroubleshooting • Re: Pi 4/4Gb; Open media Vault Won't Boot
Hi Neil,That OMV image for the Pi may be too old.Maybe forget that 2019 tutorial and use this for OMV: https://pimylifeup.com/raspberry-pi-openmediavault/Just to let you know, I've successfully...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Subject: Conflict Between HiFiBerry...
I was able to successfully set up the overlay but I'm still not able to use both devices together.Code: from rotary import RotaryEncoderfrom animation import Displayfrom mixer import Mixerfrom PIL...
View ArticleBeginners • 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 Article