Quantcast
Channel: Raspberry Pi Forums

Gaming • Re: Best Games for Raspberry Pi

I believe I used the snap store. I don't think you can find it just by downloading the snap store and looking though it or searching it it but I just searched "Xonotic on raspberry pi" or something...

View Article


MicroPython • Re: Synchronize Pico W RTC to standard time

MicroPython itself has no understanding of time zones, doesn't have support for those in its time functions. 'localtime' is 'gmtime' and both are UTC. I have heard rumours that it will someday support...

View Article


Beginners • Re: Help me set-up Raspberry Pi

See getting started here https://www.raspberrypi.com/documentat ... spberry-pi and tutorials here https://www.raspberrypi.com/tutorials/Statistics: Posted by neilgl — Sat Apr 05, 2025 2:01 pm

View Article

Image may be NSFW.
Clik here to view.

General • Re: PI pico W and breadboard problem

You might have some interference from the pins connected to the breadboard (especially those close to antenna).Or simply the connectors in the breadboard act like a (bad) reflector...

View Article

Other programming languages • Re: Basic on Raspberry

I used to use the MAPM (My Arbitrary Precision Math) library, which was free and easily callable from BBC BASIC (I made a wrapper called MAPMLIB.BBC), but that was for Windows only. Its interface was...

View Article


Python • Re: config.txt moved from /boot to /boot/firmware

Thagrol, Since RPiOS Bookworm was released config.txt has always been in /boot/firmware. Bullseye and earlier had it in /boot.In early releases of Bookworm /boot/config.txt was a symbolic link to...

View Article

Raspberry Pi OS • Re: Multiple Workspaces

You can choose your own keybindStatistics: Posted by Annie UK — Sat Apr 05, 2025 2:27 pm

View Article

Astro Pi • Re: After latest updates, Sense HATs report "Humidity Init...

This is a duplicate of another post viewtopic.php?t=386129 where there is an answer.Statistics: Posted by rpdom — Sat Apr 05, 2025 2:33 pm

View Article


Advanced users • Re: Image File Utilities

Thanks for taking the time to try that RonR, I'm unsure what happened then, all is working so no need to investigate any further.Statistics: Posted by Letterman — Sat Apr 05, 2025 2:38 pm

View Article


Automation, sensing and robotics • Re: Shared power source between PCA9685...

Post your current schema. Having one power source is possible when voltage for servo and motor are the same.Statistics: Posted by ghp — Sat Apr 05, 2025 2:52 pm

View Article

Beginners • Re: Bookworm X11 LightDM Resize login greeter?

Raspad 3 running a 4B.Ok, so I have Bookworm currently in Xorg (because Wayland has no fkeys) and am setting up OnBoard to use as the tablet soft keyboard.I have the LightDM greeter for login. Onboard...

View Article

Troubleshooting • Re: Resolution Problem with Viewsonic Monitors

Ok, it turns out that my monitor firmware is way too old for some reason. Following the Viewsonic instruction to update the firmware to latest version fixes the issue.Statistics: Posted by rasp14 —...

View Article

Raspberry Pi OS • Re: gpio-shutdown isn't working on Bookworm 64bit

I am happy to reply. Thank you for helppingI had have exactly the same result with you until upgrade to bookworm. I read others users to have the same issue with me. Yes I am sure that the button...

View Article


General • Re: Pico 2W (RP2350) Turn on a led without SDK

There are differences at register level:IMPORTANTThe pad reset state is different from RP2040, which only disables digital inputs on GPIOs 26 through 29 (as ofversion B2) and does not have isolation...

View Article