Troubleshooting • 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 ArticleMicroPython • Re: How to draw simple chart on client side from server data
The reason for this problem is a late edit while posting the code here in the forum. Did not pass a test.How to analyze:- the 'printed response' provided has two web page definitions. The first one...
View ArticleGeneral discussion • Re: Pi 4B 8 GB as desktop for a few weeks...
Well I'll be honest, some of the wait times on heavy websites becomes a little long even for me with the 4B.I got a Pi 5 and I haven't found myself frustrated by waiting so far. It seems as...
View ArticleCompute Module • Re: Raspberry CM4 updating EEPROM - sdcard issue
I'm sorry, I don't know!From what you've did and the results we see I need to say that your eMMC looks FUBAR.Statistics: Posted by aBUGSworstnightmare — Sun Jan 21, 2024 7:05 am
View ArticleOfficial Display • Re: Raspberry Pi 5 + Official Display will not turn on
Not working because the FPC connection on the PI5 is wrong! Turn the FPC by 180°!Pins need to face towards the USB/Ethernet jack.For the sake of asking it: linked cable is correct. Is Display cable...
View ArticleGraphics, sound and multimedia • Re: Cron playing of .ogg file
Thank you, thagrol, for your information and guide links. I am currently running bookworm, and cron is configured with the same user who has successfully played audio files from the command line.Based...
View ArticleTroubleshooting • Re: Any official personnel can tell me that the da9090 pmic...
OK, so it is possible for resellers to buy reels of DA9090 from us, we do not sell directly. So you would need to approach a reseller to see if they have stock. However, I think only MC Hobby in...
View ArticleOther projects • Re: Connecting LCD displays to raspberry pi
Is it correct understanding that you have a cloned display now?That should be achievable by simply flicking a switch on the interface PCB.Anyhow, good to hear you're fine with your results.Statistics:...
View ArticleTroubleshooting • Re: Can't set static IP.
DEBIAN, RASPBIAN and RASPIOS are three distinct things and documentation for one may not apply to the others...Quite, but where exactly should our thought process lead us to find the specific...
View ArticleFrançais • Re: gpio c++
restons sur python et sur rpi ! je cherche juste a creer mon c en python sur rpi donc laisson arduino de coter merciSi vous voulez creer un système de commande de votre climatiseur, et le rendre...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
It will be interesting to see if the $60/80 pricepoint will become standard for future Pis. I hope not, but that boat has already sailed. And I hope it keeps backwards compatibility with power...
View ArticleGeneral • Re: Pico as slave not receiving data from arduino(master).
Hi, I have attached below Master and Slave code.Master code:We have referred the below github link for master to send data.Link:https://github.com/felias-fogg/SoftI2CMasterSlave code:#include...
View ArticleTroubleshooting • Unstable NVME disk
Hello,I have a strange behavior with 1TB NVME disk (Crucial CT1000P2SSD8) and case Lemorele : https://www.amazon.it/gp/product/B08TWW ... UTF8&psc=1Coming back to the issue, it works fine for...
View ArticleGeneral • Bidirectional GPIO
I am trying to use the GPIO3 pin to do bidirectional IO with the Pico SDK. I am porting an application which was written using another library for the Pico where it worked as expected.In my...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Logiquement le bureau apparait après une update / upgrade du système.Le cas de figure de l'écran noir avec le curseur clignotant ne se manifeste plus en suivant ce schéma :Installe distro --- update /...
View ArticleGeneral discussion • Re: Fail2ban List
You're better off asking the people who wrote fail2ban here: https://github.com/fail2ban/fail2ban/issuesStatistics: Posted by memjr — Wed Jan 24, 2024 7:17 am
View ArticleSDK • Re: Mocks for pico SDK?
Hey kilograham,Thanks for the pointer. I only need to play with things like Code: get_absolute_time() and change the value it needs to return..who I can validate if a decision I make based on time is...
View Article