Python • Re: venv, poetry noob stuff
I'm SOOOO dang close to getting a openweather file to work. I found one on git but been modifying it because it has info that I don't need. The only issue I'm having is it won't pull info from...
View ArticleRaspberry Pi OS • Re: Netflix and youtube playback broken after chromium upgrade
Hi,turning off "Use graphics acceleration when available" enables video to to played. Why?Thanks for the help.GlennStatistics: Posted by maw001 — Sat Oct 05, 2024 10:26 pm
View ArticleTroubleshooting • VScode not able to update
Hello everyone, I use Buster on my Daily driver and it seems I have encountered another package that cannot be installed do to compression with zst I saw others had this issue with other packages is...
View ArticleBeginners • Re: Actual headless boot
Have you looked at Raspberry Pi OS Lite? That seems like it would probably meet your criteria. It has no desktop environment, and can do a serial console and/or USB+HDMI text mode console. There will...
View ArticleGeneral • Re: RP2350 SSP/XIP Block Transfer Examples
Don't forget to tune the QSPI frequency and timings, as the defaults are quite underclocked and have unnecessary delays. The new QMI supports long bursts at 66 MB/s.Statistics: Posted by gmx — Sat Oct...
View ArticleGraphics, sound and multimedia • Zero 2 Maximum video streaming resolution?
Back when I had a Zero w, I looked at a wildlife monitoring project and decided the maximum practical resolution would not work. Now I have a Pi Zero 2. What is the maximum resolution and frame rate...
View ArticleTroubleshooting • Raspberry Pi booting again despite issuing shutdown command
Hi,I am getting the strange behaviour of my Raspberry Pi 4 rebooting after issuing poweroff when mounted on top the waveshare UGV kit. when powered via the USB C port it shutdown as normal. I am at a...
View ArticleSDK • Error in the SDK
Hello Everyone,I have an found an error in the Pico-sdkCode: /tmp/pico-sdk/src/rp2_common/hardware_pwm/include/hardware/pwm.h: In function...
View ArticleBeginners • Re: Cron script issue with Python .env in order to run a script
Finally, it works (still some path issues Windows/linux...)AFAIK there's no automatic way around those. If it's path element concatenation use os.path.join('a','b') will use the OS specific separator...
View ArticleTroubleshooting • Re: Negative output values for 3.3 v and 5 v sources on Rpi...
What are you using for the reference potential (meter negative)?Does the Pi (on its own) work? If not, something you did probably killed it. Upgrades won't cause negative voltages. Note that the...
View ArticleGeneral discussion • Re: Python Script keeps Exporting after Finally Statement
I've no idea if this is the problem but:In several places you have recording.some_method() but I couldn't see where you first define or assign to recording.[edit] My mistake. It's a parameter to the...
View ArticleBeginners • Re: Pi 4B flash of the desktop, then nothing
So, taking your advice, I started all over again fresh.I used the Raspberry Pi imager to load the recommended Raspian OS onto my SanDisk 64GB SD card.I edited the setup when the imager asked me to,...
View ArticleAdvanced users • Shrink and Auto-Resize Bookworm
I've been using pishrink.sh to shrink a disk image of the Raspberry PI OS to avoid problems with copying it onto SD cards that might not be exactly the same size as my image, and to make a compressed...
View ArticleGeneral discussion • Re: Raspberry Pi Zero 2 WH
hi @kheylen25sorry i bother you here.I found a post where you share your code for a app in kivy with bluetooth (bleak).Can you please share the buildozer.spec? Im new to kivy... and bleak and i cant...
View ArticleGeneral discussion • Re: Pleb GPIO
Warthog, thank you for taking a look! I figured you would, if anybody did. I did spot leds-gpio but could not make sense out of it.You should definitely consider that to be my failing -- but suspect...
View ArticleGaming • Re: Quake 2 OpenGL ES 1.0 renderer, for any Pi model, 60+ FPS
how to play new games?./quake2 +set game xxx, no luck.I'm assuming the base game works for you. Otherwise, you'll have to give more info on what you did.For the expansions/mods, you'll have to clone...
View ArticleGeneral • Re: RP2350 PIO DMA performance question
PIO has some SMT behavior via interrupt flags. They do not have IPC by themselves and are not scalar/vector/matrix in execution. They also lack an ALU and stack/memory subsystem. Much more like HDL...
View ArticleGeneral discussion • Re: How to petition the Raspbery Pi foundation to make...
have to freeze the subject in liquid heliumThat could deter volunteers to test the first implants. Statistics: Posted by peterlite — Mon Oct 07, 2024 11:20 pm
View ArticleTroubleshooting • Re: Duplicate Debian Bookworm RasPi Won't Boot - UUID...
I think if you use root=/dev/mmcblk0p2 rw init=/bin/bash all at the same time, you should be able to edit /etc/fstab immediately.It is useful to have a USB µSDHC card reader; they are very...
View ArticleGeneral discussion • Re: [Pi 4] Peripheral Extension Board
There are USB options. With thousands of USB hubs, you could have millions of connections. https://core-electronics.com.au/program ... erial.htmlNot quite. At least not on USB 2.IIRC, a maximum of 127...
View Article