Troubleshooting • Raspberry Pi 5 Not Booting: No HDMI Signal, Solid Red LED
I recently bought a Raspberry Pi 5 and have been having trouble getting it to boot. When I try to install an OS using a bootable 32 GB SD card, the LED initially turns red, then green, but I get no...
View ArticleRaspberry Pi OS • Pi shuts down upon boot
Hey y'all, I recently wanted to get into Raspberry Pi's, and i bought myself a Raspberry Pi 5 4gb. However, when i try and power it, it brings up the splash screen with the logo and shortly shuts down...
View ArticleBeginners • Newbie Question: 32 bit vs 64 bit
I find that all of the recommended download versions are 32 bit ones. Isn't 64 bit better than 32 bit? Thanks.Statistics: Posted by milanolarry — Sun Aug 11, 2024 1:23 pm — Replies 1 — Views 52
View ArticleAdvanced users • rpi-sign-bootcode in secure boot for Raspberry Pi 4
Hi,I'm at the stage where I want to lock down my Pi 4 to only allow secure boot and to burn in my key details. I understand that that process can be done with the update-pieeprom.sh script.What...
View ArticleGeneral discussion • Pico 2 Micropython problem
I've just tried out my new board with a graphics program and have hit a snag. To get this loop to terminate I have to include an 'unnecessary' print statement.Code: for i in range(r, 0, -1): print(i)...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • PIO on RP1 (PRI5)
I have a special app that uses PIO on the RP2040 to measure quadrature encoders, but I need to reduce hardware costs and latency. I am waiting until March for the official support of running code on...
View ArticleAdvanced users • Which kernel to roll back to?
A fresh install today, August-11-2024, of bookworm Pi OS (64-bit) Desktop to a Pi 4 fails to connect to various external usb-ethernet adapters. This was not a problem with legacy bullseye. After weeks...
View ArticleGraphics, sound and multimedia • Bluetooth connections fail
Hello,I'm having trouble connecting my Raspberry Pi 5 (Using 64-bit Raspberry OS) with my bluetooth speakers. It finds the devices and saves them, but whenever I try to actually connect to them, it...
View ArticleTroubleshooting • Device drops off the network
I have a Raspberry Pi 4 running the latest 64bit version of Raspberry Pi OS. I have completed a fresh install and fully updated it. The only alteration that I have made is that I have enabled VNC...
View ArticleGeneral discussion • Raspberry Pi 5 connector with 2 leads
HiI, like a lot of others want to take my Raspberry Pi 5 out for walks on hot sunny days. But getting the right power supply is trying my patience. I've got a 12v Duracell battery and the usual...
View ArticleDeutsch • 2 IP Adressen auf einen Pi3 B+
Wie kann ich meinem Pi3b+ 2 IP Adressen zuweisenEs geht drum das ich 2 ADS-B USB Sticks an einem Raspberry laufen lassen möchte, jedoch braucht jeder USB Stick eine IP Adresse.Statistics: Posted by...
View ArticleGeneral • Standalone Pico Power supply
Hey guys. An Arduino guy here. I started working with my first Pico and it is pretty cool. I built a small first Pico project.I want to build a standalone power supply part for the system.Here is my...
View ArticleSDK • RP235X UF2 file format
Updating my UF2 tools to handle what a Pico SDK 2.0.0 puts out for RP235X ARM-S builds I noticed the UF2 Blocks are as follows -Code: Family Name Seq Num AddressE48BFF57 RP2XXX_ABSOLUTE 0 2...
View ArticleUser groups and events • User group Hampshire UK
Back in 2022 someone posted about a group meeting in Kingsworthy in Hampshire - does this still happen?Statistics: Posted by boundtostitch — Mon Aug 12, 2024 5:23 pm — Replies 0 — Views 3
View ArticleGeneral discussion • All chromium extensions stopped working.
Hello,Here is the hardware/ software info:Hardware: Raspberry Pi 4BOS: Debian (Buster V10)Chromium Ver: 88.0.4324.187--Problem: All my Chromium extensions stopped working on all my Pi 4B's. Why would...
View ArticleGeneral discussion • Raspberry Pi closes all apps and logs out.
Hello,Here is the hardware/ software info:Hardware: Raspberry Pi 4BOS: Debian (Buster V10)--Problem: I have 10 browser windows that display information, every now and then the screen will go blank (I...
View ArticleTroubleshooting • Pi 5 connection issue suddenly becomes very unstable
It was fast few days ago on my Pi5 with my Bluetooth keyboard and mouse.However all of a sudden, with the same keyboard and mouse, the WiFi connection connects and disconnects, and happening...
View ArticleGeneral • ssd1306_i2c example doesn't display anything unless I hit reset
I compiled the ssd1306_i2c example, wired up the pins (on a Pico WH) and deployed the binary with a Pico Probe and openocd. The display did the initial flashes, showed the raspberries, showed the...
View ArticleGraphics, sound and multimedia • Idea - AI prompt DSP for combination...
Software project suggestion. Use ai to select effect parameters such as equalizer based on a prompt. First open source software to enable future ai prompt hardware. Just a an idea. Can't implement it...
View ArticleSDK • rp2350 changing flash clock rate
On the rp2040 I change the flash clock rate using the functionCode: void __no_inline_not_in_flash_func(modclock)(uint16_t speed){ ssi_hw->ssienr=0; ssi_hw->baudr=0; ssi_hw->baudr=speed;...
View Article