Troubleshooting • Re: Hardware Acceleration has borked Chromium
thoughts:1) dont run NOOBS. It's ancient and i believe no longer supported.2) get another SD card, and try the latest version of PI-OS. (get at least 32G)the latest (if you install desktop and...
View ArticleGeneral discussion • Why I cannot login to raspberry pi
I flashed my sd card, and inserted it to my zero 2w.I connected it to a 4k@60fps screen.But there's nothing displayed on the screen.Can anyone resolve my issue? thx a lot.Statistics: Posted by _lyh_ —...
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Hi, I’m Atif — also known as Spiritual Saint.I’m an electrical engineer by profession and a passionate seeker of spiritual truth by heart. I’m the founder of https://spiritualityinsider.com/, where I...
View ArticlePython • Re: LED Matrix 10 x 9 (90 LEDS)
Perhaps have a look here https://www.adafruit.com/search?q=ws2812&p=1Statistics: Posted by ghp — Sun Apr 20, 2025 2:04 pm
View ArticleOther • Re: VMware ESXi Arm Fling on Pi 5 16GB d0
Is there anything that can support this?Statistics: Posted by daveain — Sun Apr 20, 2025 2:06 pm
View ArticleGeneral • Re: C/C++ SDK pdf datasheet: broken links to missing section in...
https://github.com/raspberrypi/pico-feedbackhttps://github.com/raspberrypi/pico-sdk/issues/2371https://github.com/raspberrypi/pico-sdk/pull/2390Statistics: Posted by PicoTinker — Sun Apr 20, 2025 2:16...
View ArticleAdvanced users • Re: ntp accuracy
Thanks for that tip. I will take a look at that at least to see what may be really happening.Statistics: Posted by wa4ywm — Sun Apr 20, 2025 2:28 pm
View ArticleTroubleshooting • Re: HM-10 does not talk to raspi 5
Hi,it finally works. I changed from raspi to E15 laptop and all went smooth for several HM10 flavours. It seems to be a raspi specific issue. For the moment I'm fine.If it is necessary to use raspi I...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
Also included is the example program fibo10k.bbc which utilises the bigint library to calculate the Fibonacci number F(47849) which has 10,000 decimal digits. The Pico 1 takes about 13 seconds to...
View ArticleGeneral discussion • latest chromium issues
a few days ago (< 1 week), my chromium started acting up.i use my PI5 (8G) to stream content from the internet to my TV. running PI-os (64bit with desktop and recommended apps)i have the PI power...
View ArticleAutomation, sensing and robotics • Re: Inquiry about DHT Sensor...
You can use a pigpio-based DHT reader:Code: import pigpioimport DHT22import timepi = pigpio.pi()sensor = DHT22.sensor(pi, 4) # GPIO4while True: sensor.trigger() time.sleep(2) print(f"Temperature:...
View ArticleGeneral discussion • Re: Why I cannot login to raspberry pi
I flashed my sd card, and inserted it to my zero 2w.Can anyone resolve my issue? thx a lot.Maybe try inserting the microSD card fully into the card-reader slot? (The little cutout in the right side of...
View ArticleBeginners • Re: Unable to see desktop GUI?
X11 is very old. So "modern" systems seem to be moving to newer compositors. (my ubuntu box runs wayland as well).the issue is that the newer stuff(wayland) is not as fully developed as X11, some some...
View ArticleC/C++ • gcc 15.1.0-RC-20250418
..compiles (bookworm 64bit) should anyone be interested.Code: foo@pi23:~/usr/src/gcc $ /usr/local/GCC/15.1.0-RC-20250418/bin/gcc -vUsing built-in...
View ArticleRaspberry Pi OS • Re: Looking For Tablet Style Desktop Environment
if you open PI-imager, select "choose OS", there are many alternativesfor example under "other general purpose OS" there are multiple.under "fremium and paid-for OS" there is even an android port....
View ArticleNetworking and servers • Re: [IT HomeLab] Raspberry Pi as a router failed
Good afternoon,@bls thank you very much for your suggestions, I was able to modify the default route metric with the commands Code: nmcli and here is the result : Code: default via 192.168.1.1 dev...
View ArticleTroubleshooting • Re: Can't boot from ssd
What are you using for a PSU?My 67W phone charger. I also tried a powerbank.Your 67W phone charger is almost certainly only supplying 15W to your Pi. Assuming, that is, it's a USB PD one.The Pi only...
View ArticleGraphics, sound and multimedia • Re: How To Install WideVine In FireFox ? (64...
i'm running a PI5 (8G) with PI-OS. (64bit with desktop and recommended apps)i use it for streaming (disney, prime video, hulu, etc) and DRM plays fine. I believe some time ago, the PI started coming...
View ArticleGaming • My Pi game... continues.
Oops, I had to take some time off to work on other things, and as a result I didn't post much on my update thread for my Empires game and its now locked...But even though I wasn't posting or putting...
View ArticleBeginners • Re: Recommended software error updating package data?
Thanks for taking the time to reply @bensimmoNot sure really which was why I wanted to take a look and see what was available! My OCD just hates it when things don’t work as they should…Thanks &...
View Article