Compute Module • Re: Raspberry Pi Compute 5 Release Date?
We have been waiting for the CM5 for a while, because PTP support on the CM4 is partially broken and somewhat lacking. Specifically, the Broadcom PHY doesn't support point releases in the packet...
View ArticleBeginners • Re: Find Driver for Raspberry Pi 7 inch touchscreen Windows 10 ARM
I'm currently running Windows 10 ARM on my Raspberry Pi 4, ... Then you're out of luck posting on this forum. Windows is not supported by anyone or anything from the Raspberry Pi Foundation nor from...
View ArticleGeneral discussion • Re: Raspberry pi 5 Fan
first is it possible to disable the fan running full speed until the system is bootedIf you mean the short bust (5-10 seconds) of full speed at initial power on, then I don't think there is a way of...
View ArticleMicroPython • Re: v1.23.0 released
yeah, I understand that all this work is done by amazingly talented volunteers and there are a ton of priorities. It looks like the long-awaited native USB support might need a little more work, given...
View ArticleAutomation, sensing and robotics • Re: Rs232 command change between 2 gears...
good remark thanks, I still have a small gap in size, despite I made select all / copy / pasteNow it is better and got new message:Thanks again for your supportStatistics: Posted by Tex61 — Mon Jun...
View ArticleTroubleshooting • How to map IR scan codes to Key symbols to ALSAMIXER keys...
Hello,I am using RP4 running Bookworm x64 Lite.I have interfaced IR Rx and installed IR-Keytable.I can detect the scan codes and create a key mapRemote key press is also getting mapped to key symbol...
View ArticleFrançais • Re: Alimentation 25W Mean Well - undervolt
Bonjour,L'alimentation 5V du Pi a toujours été source de problèmes. C'est malheureusement physique : trop d'intensité consommée sur le 5V, donc à la moindre résistance (de contact, de conducteur) la...
View ArticleCamera board • Re: Manual AFRage without changes to tuning file
Ok, thank you for clarifying.Statistics: Posted by steve1000 — Tue Jun 25, 2024 8:55 am
View ArticleTroubleshooting • Re: recently, can only get to sites hosted on my pi's via...
More data points say it's a browser problem....local address works in Firefox and netsurf-gtk, and even dillo.local address works from the default Chromium-browser ("125.0.6422.133 (Official Build)...
View ArticleCamera board • Re: Issues using Raspberry Pi Camera Module 3with OpenCV Video...
Are you using the Desktop version of Bookworm or the Lite?And how are you interacting with the Pi, attached keyboard and monitor, or remotely?(The response above - 'that it works'- was based on...
View ArticleBeginners • Re: I don't know the definition of development.
"I don't know the definition of development."Lots of meanings, depending on the knowledge domain you are operating in.Like -EducationAnatomy/PhysiologyAid for less-fortunate regions and...
View ArticlePython • Re: Add a timer to GPIO input for RPi
Personally I would use the gpiozero library and the button hold_time parameter:Code: from gpiozero import Buttonfrom signal import pausedef say_hello(): print("Hello!")button =...
View ArticleBeginners • Re: New sd card
@Squidcoder - PINN will dual boot Kali Linux with Raspberry Pi Os and many other OSes (depending on RPi model).I suggest you use the Rpi Imaging Utility instead of Etcher, as it includes a list of...
View ArticleRaspberry Pi 400 • Re: Pi 400 displays multicolor screen then No signal
I then changed resolution to 1280 (Raspberry symbol top left/preferences/screen configuration/layout/screens/noop-1/resolution.)I then plugged back into my monitor. (my monitor wasn't accepting the...
View ArticleOther projects • New Release (0.2.0) of "piggui" GUI for...
We're happy to announce a new release of the "piggui" GUI for controling and viewing GPIO hardware on a Raspberry Pi.Here you can find the release notes with videos and more gifs:...
View ArticleOther • Re: How to clone on a 512GB micro sd card?
@Squidcoder - it would be a good idea to test your 512GB SD card to make sure it is not a fake using some tool like H2testw, especially if you bought it for a "good" price. My son bought one (without...
View ArticleDevice Tree • Re: Linux Device Tree and u-boot
Hi Charles,Thank you for your reply.I've just tried with the DT file from the mainline Linux source file not with this from u-boot.I've found a solution by using the generated DTB file stored in RAM...
View ArticleGeneral discussion • Screen blanking from Bash
Morning,Is there a way to turn screen blanking on and off from a Bash script?I need a screen to go dark at around 4pm, vcgencmd has gone for a burton, so I'm thinking I simply disable screen blanking...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
There is a discussion of a 16GB Pi 5 and why it is a technical problem for this generation of chip.Statistics: Posted by peterlite — Tue Jun 25, 2024 9:33 am
View ArticleGeneral • Re: pico too slow to read bits from dht22 ?
If your goal is to just read data from your sensor, then you would be better off using a pre-built library e.g. something like https://randomnerdtutorials.com/raspber ... cropython/ (This is just an...
View Article