General discussion • Re: How many TxD and RxD pins does the Raspberry PI 5...
https://www.raspberrypi.com/documentati ... berry-pi-5Statistics: Posted by jamesh — Thu Jul 25, 2024 10:09 am
View ArticleOther RP2040 boards • Re: Custom RP2040 | USB Fails to establish...
Please don't start a new thread each time. By low capacitance probe how low ? 1pF ? thats 10% of the load capacitor. 12.000250MHz is +21ppm. So without probe load its even higher. The best way to...
View ArticleBeginners • Re: Multiple Relay Control with GUI....Suggestions Please
Serving offline pages:install Apache2 (or nginx)cd /var/www/htmlsudo nano page1.html <insert code for a valid html page>save and exitThen in a browser on the pi go to...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
I've just installed Lineage OS 21 and I get constant slowdowns and crashes even on the configuration process! O_O this is my hardware:Raspberry Pi 4B - 2GBStarTech Sata to USB3.0...
View ArticlePython • Re: Entering digits without pressing "Enter'
This is C code that changes the input mode to single key response without waiting for enter. (It shouldn't be this difficult.)Code: #include <termios.h>int readkey() { int n; unsigned char c; n...
View ArticleOther programming languages • Mojo - how intall on RasPi
today in old news i had read abot new language -> Mojo .For this language is compiller How install Mojo on Raspberry ? somebody aldready experimented ?Statistics: Posted by rapidograf — Thu Jul 25,...
View ArticleTroubleshooting • Re: RPI 5 Active cooler gets hot even when its off.
Sİnce it is metal, of course it will be hot.Statistics: Posted by keyboardman — Fri Jul 26, 2024 10:31 am
View ArticleGeneral discussion • Re: Is this architecture possible ?
The idea is to have a board with a light system that can encrypt all the data and no other way for the data to be decrypted without the AES key that it's given to the AES ASIC on the first start-up,...
View ArticleAdvanced users • Re: Question about official Pi4 Fan with RPiB3+.
I'm using official Pi 4 case fan with 3B+ and it works fine, including PWM control.Statistics: Posted by dpeltola — Fri Jul 26, 2024 10:47 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
You might find it helps to have a test image with 1-pixel borders of different colours, so you can see if pixels are being replicated, inserted, or dropped. For example, if the source is a black...
View ArticleRaspberry Pi OS • Re: owntone server (iTunes server)
pi@muyaad:~ $ sudo apt --fix-broken installReading package lists... DoneBuilding dependency tree... DoneReading state information... Done0 upgraded, 0 newly installed, 0 to remove and 0 not...
View ArticleTroubleshooting • Re: RuntimeError: The GPIO channel has not been set up as...
And I would advise against using both RPi.gpio and gpiozero in the same program,And I'd advise against using 'GPIO.setmode(GPIO.BOARD)' - Especially as 'gpiozero' uses an implit 'GPIO.BCM'. Having two...
View ArticlePython • Re: I want to teach Python to my kids
There is also https://www.python.org/about/gettingstarted/ and https://realpython.com/learning-paths/Note https://www.learnpython.org/ ca cost money but they have a discount for the kids courses at...
View ArticleRaspberry Pi OS • Re: Multiple Wifi's using CLI?
Which PiOS Lite - Bookworm or something else ?Statistics: Posted by hippy — Fri Jul 26, 2024 11:10 am
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
Thank you.Statistics: Posted by CutterX — Fri Jul 26, 2024 11:29 am
View ArticleGeneral discussion • Re: Can anyone help, ideally in the UK
Link to previous post asking feasibility of Animated Eyes project using two round displays and a Pi.Would need a bit more than "configuration".Statistics: Posted by drgeoff — Fri Jul 26, 2024 11:31 am
View ArticleGeneral discussion • Re: Discount on multiple pi4 order?
Does anyone offer bulk discount?Only on older Pi it seems, Pi 3B etc.Statistics: Posted by hippy — Fri Jul 26, 2024 11:35 am
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
As demonstrated by many types of malware, it's possible to render a system non-bootable without being a kennel driver.Presumably easy enough by corrupting CrowdStrike files on some user...
View ArticleTroubleshooting • Re: Unable to connect to RasPi
[/quote]It's much easier if you have a keyboard and monitor attached to the Pi.[/quote]I just found a HDMI cable but when i connect it to my laptop nothing happenSeem like my HDMI port on my laptop is...
View ArticleMicroPython • Re: How to receive large (>1024 byte) UDP datagram packets?
The trouble with readinto() is that there's no way to tell if the other side has closed the TCP connection.I thought that would throw an exception when the TCP socket connection has been closed but I...
View Article