Troubleshooting • Re: Can't find the ip address of my Pi
Have you tried....Code: ping raspberrypi.localStatistics: Posted by pidd — Sat Jan 20, 2024 4:46 am
View ArticleAutomation, sensing and robotics • Re: Beginner Looking to Build Greenhouse...
I just came across remote GPIO using pigpio. Would this be a better way to control the system, the pi zero out in the greenhouse (or possibly a couple of picos) being controlled remotely over network...
View ArticleTroubleshooting • Re: Can't change WiFi config
I am sorry for forgetting such a fundamental information and yes it is the OS Lite (Bookworm) Edition.Thank you so much for this information. Whenever I set up a new Pi after some time something...
View ArticleBeginners • Re: Static IP issues, instructions on the net dont work
Thanks everyonesudo nmtui worked, thanks.Someone should check the "official documentation" https://www.raspberrypi.com/documentati ... ip-address1. it doesnt mention nmtui2. what it describes there is...
View ArticlePython • Re: very noisy SoC temperature measurement (RPi5)
More like:The temperature from vcgencmd is in red. A cpu stress was initiated at midtime of the experiment.Script to reproduce:Code: import subprocessfrom time import sleepfrom math import pifrom...
View ArticleMicroPython • Re: How to draw simple chart on client side from server data
After testing nothing happend on client side. Size and colour normal, but no chart.Printed response on Pico:Code: >>> %Run -c $EDITOR_CONTENTasyncio.run(main())ip = 192.168.64.219<!DOCTYPE...
View ArticleAdvanced users • Re: MultiBoot for the Raspberry Pi 5, Raspberry Pi 4, and...
I found the problem. I was not using umount in bash but unmounting in the File Manager, which was ejecting the volume. 'umount /dev/sda1 and /dev/sda2 cleared the issue.Any comments on the recalbox...
View ArticleGeneral discussion • Re: Power multiple PI 5
I have already looked at this........Firstly you will need as many POE adapters as you have pi'shttps://raspberry.piaustralia.com.au/pr ... pi-poe-hat (@ about 40 dollary do's each) NOTE. these must...
View ArticleBeginners • [Rpi 5] 512 GB SD Card Can't boot
Hi everyone, hope all is well.I am having a very weird issue. When I am using the default 32GB card (that comes along with the Rpi 5 bundle I bought) it works fine without any issues. However, I feel...
View ArticleBeginners • Re: [Rpi 5] 512 GB SD Card Can't boot
I would be concerned that it really is a 512GB card, and not a much smaller fake. There is a official SD card checking program. Find it and check that your card really is what it claims to be....
View ArticleAdvanced users • Re: Overclocking beyond limits
So did clone it got to utils tried to run make But it gave an errorcc -o ramdumper ramdumper.cc -lcommonramdumper.cc:2:10: fatal error: hexdump.h: No such file or directory 2 | #include...
View ArticleBeginners • Re: Keyboard Layout Handler dissapear on bookworm
Good news, forum!! I got all three parts working, at least in Proof-of-Concept status!The first part, tracking the current state, was already working. The second part, sending a DBus signal, proved to...
View ArticleTroubleshooting • Re: UI Size too small
Looks normal to me, but Mac's usually have just one big fisher price icon xDStatistics: Posted by skinmarquee — Sun Jan 21, 2024 6:42 am
View ArticleGeneral discussion • Re: LibreElec on RPI5 with official case: Help I can't...
The LED light pipe in the official case is the button.News to me. I have the same case, and that works. Pops up a little logout/shutdown notification when I press it.Press twice and it shuts down...
View ArticleGraphics, sound and multimedia • Re: Screen rotation without performance issues
Compositing just renders to an offscreen buffer first. So you should get the same performance if you render to an offscreen buffer then rotate the buffer drawing to the display. On a Pi this can be...
View ArticleTroubleshooting • Re: Booting Error
Cool story.Do you have a question or just telling the world you got an error.Assuming the question is : how do I fix it?I don't know, but I'd try another SD card/SSD/USB drive with a fresh copy of the...
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
1. If you have Retropie running on Pi5 yoi should post how you did that, as there are lots of other people here trying to do the same but fail.So I would be surprise hearing such as Retropie is not...
View ArticleOfficial Display • Re: Raspberry Pi 5 + Official Display will not turn on
Interface cable is correct, so make sure you're inserting it correctly.Based on your first post yoi have Bookworm installed. Is it the 32- or 64-bit version?Code: uname - adid you alter the config.txt...
View ArticleOther projects • Re: Connecting LCD displays to raspberry pi
Sorry, but can't offer any support here!Good luck!Statistics: Posted by aBUGSworstnightmare — Mon Jan 22, 2024 4:13 am
View ArticleHATs and other add-ons • Re: Build HAT and Light My Bricks kits
What aboit asking support at the third party?https://support.lightmybricks.com/artic ... -questions#Statistics: Posted by aBUGSworstnightmare — Mon Jan 22, 2024 4:16 am
View Article