Python • Re: gpio.setup() on raspberry pi5
If we are using Bookworm (64-bit) with Desktop…If we create a venv with system packages like this:Code: mkdir my_projectcd my_projectpython -m venv --system-site-packages envsource...
View ArticleNetworking and servers • Re: Monitoring network?
Have a look at iperf3Statistics: Posted by neilgl — Sun Dec 17, 2023 10:18 pm
View ArticleAdvanced users • Re: RPi5B wake-on LAN by magic packet?
Not really what you are after, however the end result would be the same. How about a smart plug, you can get the tp link tapo plugs for about 9ukp....Statistics: Posted by itsmedoofer — Sun Dec 17,...
View ArticleTroubleshooting • Re: Pi5 and 2160p (HEVC)
Uhm, is this normal?:Code: # for codec in H264 H265 MPG2 WVC1 MPG4 MJPG WMV9 ; do echo -e "$codec:\t$(vcgencmd codec_enabled $codec)" ; doneH264: H264=disabledH265: H265=disabledMPG2:...
View ArticleCompute Module • Re: Need assistance getting DSI display to work on TOFU board
I'm running Bookworm. And thank you for the insight, everything I'd read said you just connect up the DSI cable, fire it up, and "it just works" (royalties paid to Todd Howard).I found these arguments...
View ArticleGeneral discussion • Re: Once more... Pi 5 & Powerbank
Are there plans to make an official Pi-Powerbank for the Pi 5? It really seems that there will be a demand.Extraordinarily unlikely. It's way off the main uses for Pis and the RPT doesn't appear to be...
View ArticleGeneral discussion • Re: Pi5 does not support Anker 737 Charger (GaNPrime 120W)
No doubt that are a few out there that can power a Pi 4 or 5. The problem is that most people come here asking for help and if they find one they never come back to tell people about it.So it's hard...
View ArticleGraphics, sound and multimedia • Re: Adafruit Printer Used On RPI raspberry...
Yes, just swapped it for an english one from the pi hut with the right code pages and all previous codes worked perfectly. I just need to work out how to alter my code now to increase the smooth...
View ArticleGeneral discussion • If your Pi 3 keeps freezing...
If you have a slow SD card, upgrade it. The SD Card Copier worked for me. My system froze everytime I used Firefox pretty much. I could only make -j1 on C++ builds, now I can do -j2 (with Desktop) and...
View ArticleRaspberry Pi OS • Re: Anthias (screenly)
Probably one for the Anthias forum? https://forums.screenly.io/Statistics: Posted by neilgl — Mon Dec 18, 2023 10:11 pm
View ArticleTroubleshooting • Re: Can´t run thonny with sudo
Screenshot of Thonny running on Bookworm on a pi5, using GPIO to read button presses - no sudo needed.Statistics: Posted by neilgl — Mon Dec 18, 2023 10:25 pm
View ArticleCompute Module • Re: Raspberry Pi4 updating EEPROM - sdcard issue
if you want to re-flash the eeprom, then you want this parthttps://github.com/raspberrypi/document ... figurationUsing that steps return me this BCM2711 before starting rpiboot.exe .And after running...
View ArticleCamera board • Re: Raspberry Pi 5 does not detect Camera Module 3
OK, I found the camera_auto_detect line in config.txt that had been commented out and restored it.This allowed me to get a version 2 camera to work, but I am still having the same issue with the...
View ArticleGeneral discussion • Re: If your Pi 3 keeps freezing...
you can test it with raspberry pi diagnosticsmenu -> accessoriesStatistics: Posted by kerry_s — Mon Dec 18, 2023 11:07 pm
View ArticleTroubleshooting • Re: Bird Weather Problems
64-bit Bullseye on a pi4 (2GB). Installed BirdNET-Pi as per installation instructions: Code: curl -s https://raw.githubusercontent.com/mcguirepr89/BirdNET-Pi/main/newinstaller.sh | bashIt worked fine,...
View ArticleC/C++ • Re: Visual Studio alternatives for Linux
No no no it's not, it just a posh text editor with lots of MOCs added to make it what it is. Have you not been reading properly.Statistics: Posted by bensimmo — Tue Dec 19, 2023 10:24 pm
View ArticleHATs and other add-ons • Re: IQAudio DAC+ support
Will try to get on that this evening..Statistics: Posted by SeftonH — Tue Dec 19, 2023 10:25 pm
View ArticleTroubleshooting • Re: How does the Raspberry Pi 5B fit into the SPI display...
..Here if someone want also rotate the display:I've added that but don't recommend to use the rotation from the firmware file.You will learn why if you took deeper dive into display controllers.Use...
View ArticleTroubleshooting • Re: If your Pi 3 keeps freezing...
Interesting. I wonder if I could make -j4 with one of those... probably with 1 GB of ram I'm asking too much.Not enough RAM for -j 4. C++ requires loads of RAM for things like template...
View ArticleBeginners • Re: Pi 4 Power using second board
Cutting the power is an exercise for the reader, but you really want to cut the mains power, not just the 5V power. If you cut the 5V power only then the power supplies are still consuming a bit of...
View Article