Raspberry 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 ArticleTroubleshooting • Re: 5-Inch Touch Screen Display
o.k. seems to be a CCC LCD screen with an HDMI interface where the great developers have missed for adding an EDID.As said, I have no idea on that OS, which version of the official OS it is based on...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Temperature Troubleshooting
Wireless or ethernet?If wireless USB3 can interfere with it, I use ferrite clamps on USB3 leads which near enough stops the problem.Always run on Ethernet, would never run anything like that on...
View ArticleTroubleshooting • Re: Chromium hardware acceleration Xorg Bookworm Lite
It all works as expected until the 99-fbdev.conf change is added.It's not a chromium issue. If you install mesa-utils and run glxgears -info you'll see that's using software rendering too.I haven't...
View ArticleMedia centres • Re: Peppy player
Hello, for some reasons after a recent "update" of the system components, peppy player service stopped working.Can anyone help ?pi@peppy:~ $ sudo systemctl status peppy.service× peppy.service - Peppy...
View ArticleTroubleshooting • Re: PCIe port may be bad
A. Not a SATAB. CompatibleC.- D. I have tried 3 different hats and ribbon cable with the same result. Wired correctly.Raspberry Pi's official hatGeekwormMcuzonesudo apt updatesudo apt full-upgradesudo...
View ArticleSDK • Re: Support for Pico2-W
My bad, I've tried to update the SDK before the extension (auto-update disabled), probably some old URL of tools, the SDK itself was fully downloaded.Yes, there was a bug in the picotool download for...
View ArticleDevice 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 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 • Re: Where to make requests for Raspberry PI OS?
Here ?https://github.com/raspberrypi/firmwareNo, the firmware repo (which related to code that runs on the VideoCore processor) has nothing to do with wifi.If your wifi device just needs a kernel...
View ArticleBeginners • Re: Connectors for power through GPIO
You should use both connectors for 5V as a typ 2.54mm pinheader is rated for 3A.--> 2 leads for Ground as well!You will most likely not be able to crimp an AWG16 to a DupontWell, no matter how many...
View ArticleAdvanced users • Re: Qbittorrent V4.5.2
From the linked article: https://www.sharpsec.run/rce-vulnerabil ... ittorrent/If you are running Windows ...The behaviour does not appear to be replicated for other OS variants ...AFAICT, the bug...
View ArticleNetworking and servers • Re: Definitive Guide for Rpi 5 AP-STA mode?
The recipe I'm currently using for AP+STA in MoodleBox appliance is documented here: https://github.com/moodlebox/moodlebox- ... dlebox.pdf (see section 3).It works on RPi models 3B, 3B+, 4,...
View ArticleGraphics programming • 7" Display 2 and rotating content using DRM
Hey.I've ported my software to use DRM to draw content on the 7" display. Right now I'm getting its 'preferred mode' property (It's a portrait 720x1280 mode), apply that transposed to the main VC4 DRM...
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 Article