Troubleshooting • Re: argon neo 5 NVMe not detected
I've been looking for around 30 minutes and can't find anything. Does anyone have an Amazon link for the adapter?Statistics: Posted by Minecraftplayer2937 — Mon Mar 31, 2025 7:19 pm
View ArticleTroubleshooting • Re: Green light flashes off, had 12V plugged into it
Well, imma just consider this Pi toast. Thanks for those who contributed.Statistics: Posted by mhnine13 — Mon Mar 31, 2025 7:23 pm
View ArticleHATs and other add-ons • Re: Official m.2 Hat - Does it Use the GPIO Pins
Welcome new user!A forum search would have brought the answer: no. No GPIO - apart from the I2C interface which is also not used but connected - is in use.Statistics: Posted by aBUGSworstnightmare —...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
The 6.12 kernel should be the default in apt on RPiOS bookworm now.Thanks for testing.Perhaps a good time to release a newer image? Statistics: Posted by Solskogen — Mon Mar 31, 2025 9:23 pm
View ArticleTroubleshooting • Re: DSI display, module not loaded
I've been finally able to have the module autoloaded after overriding some of the settings for the GPIO pins the in device tree.Not sure how the mechanism works actually I took the code from a...
View ArticleMedia centres • RPi5 hardware acceleration
Hey there,The RPi5 is dealing with every video file very smoothly, but there's just a few H.264 videos (not all of them) that don't seem to work with HW acceleration - it ends up maxing out the CPU...
View ArticleHATs and other add-ons • After latest updates, HATs report "Humidity...
On all 5 of my RPIs (3 3B+, a 4 and a 5) Python calls to get_temperature (get_temperature_from_humidity) and get_humidity fail with:OSError: Humidity Init FailedThis happened after I did my weekly...
View ArticleMicroPython • Re: AHTx0 sensor with Pico W
Hi, I am running into the same issue, but have been unable to resolve it. When I run i2C_scan.py, if finds my AHT20MPY: soft rebootNumber of I2C devices found= 1Device Hexadecimel Address= 0x38And...
View ArticleBeginners • Recommended 2TB NVMe SSD for Raspberry Pi 5
I recently got a Raspberry Pi 5 and the Argon NEO 5 M.2 NVMe PCIe Case. I also got a Samsung 990 PRO NVMe M.2 SSD (2 TB) for it, and it doesn't seem to work.It could be that I've done something wrong,...
View ArticleTroubleshooting • USB Printer Device for Rasbberry pi zero 2 w
Hello all,I am attempting to make a USB device gadget that is meant to emulate a printer in device mode on a Raspberry pi zero 2 w.The trouble I am having is in trying to create certain files in a...
View ArticleTroubleshooting • Re: pi 5 become a brick now.how to save it.
The "BCM2712 Boot" showing up in Windows Device Manager suggests the Pi is entering USB boot mode (RPIBOOT), which is a good sign—it means the ROM is still functional and looking for a recovery image....
View ArticleTroubleshooting • Re: RPI3B Refuses to connect to WiFi
Switching to WPA2-only is your best bet since Ethernet isn’t an option. The security trade-off is minimal—WPA3’s main edge is resistance to offline password cracking, which isn’t a big deal unless...
View ArticleGeneral • Re: Assign variables to specific addresses?
Code: #define u32_heartbeat (*( (volatile uint32_t *) 0x20010000 ))This is what ARM, AVR, and probably RISC-V do for the peripheral address space; either individual registers, or base addreses for...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Power LED
Thanks! I'm out of town right now. Will try these ideas when I get back and report results next week.Statistics: Posted by Chrisan — Tue Apr 01, 2025 3:44 am
View ArticleCompute Module • Re: How to Enable DSI1 on Raspberry Pi CM4 (Debian Bookworm)...
Dear team,On my query from TI i got some response, they are expecting change in dsi driver to work with serializerBellow are the response snapBelow is post linkhttps://e2e.ti.com/support/interface-gr...
View ArticleBeginners • Re: Old rpi4 server /boot is almost full
Code: sudo apt -y autoremove --purgeStatistics: Posted by kerry_s — Tue Apr 01, 2025 4:05 am
View ArticleGeneral • Re: Using Raspberry Pi Pico as HID bridge for Pi 5 - Feasibility check
To avoid any misunderstanding, here is the complete code for a new keymouse.c that implements the absolute position report map I posted earlier. It uses the keymouse.txt file currently on the github...
View ArticleOff topic discussion • 1 Apr 2040: RPL announces Pi10
1 April 2040, Cambridge, UK. Today Raspberry Pi, Ltd (RPL) has launched the Raspberry Pi 10 (Pi10). The new Pi uses an SoC designated BCM2720, designed by their wholly owned subsidiary, Broadcom, plus...
View ArticleBeginners • Re: raspi5 - VNC on OS Lite versions do not work
I am having a similar issue to the original post this is not an issue with VNC that the original poster is asking about when trying to run rpi-imager from in the lite version of the OS it gives this...
View ArticleCompute Module • Re: The touch function of the touchscreen is not working.
It turned out to be a surprisingly simple solution!Thank you so much!Statistics: Posted by KevinSeo — Wed Apr 02, 2025 12:29 am
View Article