Quantcast
Channel: Raspberry Pi Forums

Raspberry Pi OS • Re: Forcing a Desktop Screen Resolution, on Raspberry Pi...

Add below to the beginning of cmdline.txt, make sure all remains on a single line.Code: video=HDMI-A-1:1920x1080M@60Dscreen needs to be connected to HDMI next to USB-C.As said, make sure you've not...

View Article


MicroPython • Re: MicroPython: How to wake Pi Pico / Pico W / Pico 2 from...

Yes, you can use Pin.irq() to wake up the Pico from sleep. For the sleep state, machine.deepsleep() is typically used for deeper power saving, while machine.lightsleep() is lighter but still reduces...

View Article

Troubleshooting • Re: NVMe: Slow WiFi on Pi5

Makes sense. I did wonder if that was the case, so I moved the Pi to about 10 feet from the WiFi router and the connection speed leapt up to pretty much what it should have been. So, as a solution, I...

View Article

Beginners • Re: need help choosing a power cord for my RPI4

https://www.raspberrypi.com/products/ty ... er-supply/ ?Statistics: Posted by jamesh — Thu Nov 07, 2024 9:29 am

View Article

Beginners • Is it safe to clone a Raspberry Pi onto an SD card while a code...

Hi all. I have a Raspberry Pi that is running a very detailed code (measuring sensor details, controlling motors, etc.). I was hoping to get a clone of this system using the 'SD Card Copier' program...

View Article


Troubleshooting • Re: how to force rpi3 (Bookworm) to output 1080p?

i didnt have to program anyone. i just plugged the HDMI dongle into my rpi. then i connect the HDMI cord from dongle to the TV. now i get instant 1080p from the rpi to the TV. thank you so much!Yes,...

View Article

Beginners • Surely simple networking help please!!!

HiI have a Raspberry Pi 5 upon which I have installed RpiOS lite.I have a quectel 5g modem/hat which connects to the pi via usb. Eventually I want the pi to function as wifi hotspot > 5g lte modem....

View Article

MicroPython • Re: New Raspberry Pi Pico 2 not retaining files

Hello,I'm completely new. I'm trying to use Raspberry Pi Pico 2 and it's not behaving.I can successfully upload the RPI_PICO2-20241025-v1.24.0.uf2 file on the Pico using either Thonny or just with a...

View Article


Raspberry Pi OS • Re: "Raspberry Pi OS 6.6" - Says who ?

Current downloads say Kernel 6.6Yes, but that's not a great way of referring to the PiOS version.Bookworm started off with 6.1 kernel, is currently 6.6, and may be updated to 6.12 before trixie...

View Article


Troubleshooting • Re: Raspberry Pi 4 // Trouble Outputting to a 1280x400 Display

Bleh, typo with the _ instead of +.Best option is to fix up the EDID as none of the other mechanisms work under all circumstances.You're unlikely to be able to actually reprogram the monitor itself,...

View Article

Compute Module • Re: MMC Kernel crash

Can reproduce the same on the newest Kernel.Code: [ 135.004566] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP[ 135.010931] Modules linked in: cmac algif_hash aes_arm64 aes_generic...

View Article

SDK • Re: Advice requested with running VS Code on RPi 4

What version of Raspberry Pi OS are you running on your Pi 4? Currently, the extension is only compatible with 64-bit Bookworm, so won't work correctly if you're running an older or a 32-bit OS.Also,...

View Article