Beginners • Re: GUI and tmpfs
I am glad it is working now.Statistics: Posted by neilgl — Fri Mar 07, 2025 3:12 pm
View ArticleTroubleshooting • Re: Pi 4B showing low voltage warning
Try it with the official power supply.Statistics: Posted by kip_the_elder — Fri Mar 07, 2025 3:15 pm
View ArticleGeneral discussion • Raspberry Pi Pico WH main.py
Hello,I run Thonny on a iMac pc, I installed the software on the Pico with the file RPI_PICO_W-20241129-v1.24.1.uf2.I updated 4 files to the Pico. One is called main.py.Directory structure on the Pico...
View ArticleTroubleshooting • Re: Missing desktop
Thanks, thagrol. In the long term I will follow your advice and start again with another card or flash drive. Short term I'll stick with a system that appears to be ok. As you say, it's at my own...
View ArticleGeneral discussion • Re: Raspberry Pi Pico WH main.py
What does your code do?Does it rely on time?Flash the onboard led at key points.Post your code.Statistics: Posted by rpiMike — Fri Mar 07, 2025 3:26 pm
View ArticleRaspberry Pi 400 and 500 • Re: iPad & Pi 400\500
Linux (and Windows, for that matter) equivalent is LibreOffice. It comes as a standard install in the GUI desktop versions of RPiOS.True, and I use it, but keep in mind that LO on PIOS (Bullesye) is...
View ArticleGeneral • Re: Linker shows zero (0K) usage for SCRATCH_Y
Look in disassembly map (I used PICO_STACK_SIZE=2048 PICO_CORE1_STACK_SIZE=4096)Code: 12 .scratch_x 00000000 20080000 20080000 0000cbbc 2**0 CONTENTS 13 .scratch_y 00000000 20081000 20081000 0000cbbc...
View ArticleOff topic discussion • Re: Questions That Are stuck or overthinking it
So pi can handle the brick while i am not homeThank You So Much Not exactly what I said. To repeat... If there are power issues, drop outs greatest risk is corrupting the SD card. Surges/spikes have...
View ArticleMicroPython • Re: A sleep function doesn,t work
I measured the currents with oscilloscope like here (this is for RP2040): viewtopic.php?t=380979&start=25#p2278731 and I found no current savings with cpottle9's settings for RP2350. Also in...
View ArticleOther RP2040 boards • Re: RP2350 L1 inductor orientation - confusing
(Is the Abracon crystal a "standard" footprint?)Yes. There are lots of crystals that fit that footprint, and they typically work with RP2040 given appropriate loading capacitors. I don't have...
View ArticleOther • Re: Run Windows 11, inside Linux, on a Pi (no emulation necessary)
So, if a court determines (and subsequent appeals affirm) that the earth is flat, then the earth is flat?An interesting question. Similarly if a court ruled Pi is '3', the moon doesn't exist, or that...
View ArticleTroubleshooting • Re: Creating a WiFi hotspot
On Bookworm GUI, hotspot is easy.Click on the network icon.Select "Advanced Options"Double click the wifi SSIDChange "Client" to "Hotspot"Select :Wifi Security" tab and enter passphrase.Save and turn...
View ArticleSDK • Re: Fastest OLED write?
Partial updates is a good idea. I hadn't even thought about it before. Why am I updating the entire display?...There are parts of the display that are only *sometimes* updated, and there are parts...
View ArticleC/C++ • Re: Vscode - the window is not responding
Constant crashing (code 5) after updating to 1.98.I am not the only one: https://github.com/microsoft/vscode/issues/242742The fix mentioned on the above page works for me on v1.98: addingCode:...
View ArticleCamera board • Re: Disable auto focus on Camera Module 3 that's used as a usb...
Alright, ill try it this weekendStatistics: Posted by avifps_ — Sat Mar 08, 2025 3:52 pm
View ArticleOther projects • Re: Complete in vehicle system
You can use a waterproof case for the display and electronics. A capacitive touchscreen designed for outdoor use is ideal. If you are using a Raspberry Pi, you can select the 7-inch touchscreen. For...
View ArticleTroubleshooting • Re: Pi zero 2w goes into reboot loop if wifi is set to Au...
I'm pretty sure a lot of Aussies would have been reporting this bug?The issue you have must lie elsewhere/Statistics: Posted by wildfire — Sat Mar 08, 2025 4:08 pm
View ArticleGeneral discussion • Switching from Labwc to LXDE/LXPanel on Raspberry Pi 5
Bonjour / Good day,With my new Raspberry Pi 5, I installed the base and now I'm using piOS Desktop (Bookworm) with Labwc. It looks like LXDE and LXPanel are already installed, but I want to properly...
View ArticleTroubleshooting • Re: GUI not working after installing and updating Bookworm
That sounds dramatic. Does it tell you which packages are being updated?...RDKStatistics: Posted by RDK — Sat Mar 08, 2025 4:11 pm
View ArticleTroubleshooting • Re: Raspberry Pi 5 crashing on loadup when SD card is...
1) what is your power supply for the PI's (i hope the official)2) have you tried updating the bootloader?https://www.raspberrypi.com/documentati ... ate_stable3) if you remove the SD card, and power...
View Article