MicroPython • Re: Unable to do inital flash of micropython to pico 2
Oh, if anyone that works on the project is still reading - on the https://micropython.org/download/RPI_PICO2/ page there are two broken links. These are fixed. Plus you probably want the v1.24.0...
View ArticleTroubleshooting • Re: Pi3b+ with 5g modem | Tor Wifi Router help please
No response?Unfortunately I can't say I am surprised.People either say 'you haven't provided enough information', or, and maybe this is a more recent thing, given declining abilities to concentrate,...
View ArticleTroubleshooting • Re: Pi5 Completely (permanent) locks up when CPU reaches 100%
It's weird that htop doesn't match the CPU usage from activity monitor.Your GUI screenshot says 100% at the top, but then the tasks are sorted by CPU%, and they are all zero. Maybe the top number...
View ArticleTroubleshooting • Re: Pi5 hangs randomly, could it be the official 27w power...
You need to get your house wiring inspected and tested, for your own safety if nothing else.If you bought the property, and there is anything visibly wrong, visible without unscrewing sockets etc,...
View ArticleTroubleshooting • Re: Bookworm feedback thread
There is a threadviewtopic.php?t=379329in which both a Pi 4 and Pi 5 running Bookworm appear to hang when transferring 30GB of data over wired Ethernet using CIFS to a Synology NAS. I'm posting here...
View ArticleAdvanced users • New NVME Hat - need advice
I have run my Pi5, OS is Debian Bookworm with ZFS enabled. The ZFS pool is a mirrored WD Red SATA SSD, two 500GB SATA. The SATA disks is produced in 2021 and they still work very well. I am using my...
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
Hey there! I tried out the Corsair MP600 MINI 2TB SSD, and it works like a charm.Thanks again for the tip!:)Statistics: Posted by pintermatyas — Mon Nov 18, 2024 7:30 am
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
First of all I have just run some tests that I should have run a few days back. As I have said I tested file transfer from a Pi4 running Bullseye without any problems. As the page file size is 4K I...
View ArticleGeneral discussion • Raspbian Taskbar plugins
Hello all, I am working on making the raspberry pi 5 8g fully battery powered which I have finally figured out Thank God.I seen in the Taskbar plugin options (like wifi,bluetoth,etc) has a Battery...
View ArticleGeneral • Raspberry Pi Pico 1W - wlan.status('rssi')
Background, I have a Pico 1W based weather station, which has been operating for approx. 2 years with the same Pico, the firmware is 1.20.0. One core runs a simple http interface and the other manages...
View ArticleSDK • Re: Ring buffer not filling (modification to dma_capture example
You need to align the capture buffer to a 64 byte boundary. In general the buffer must be aligned to its size which should be a power of 2Code: uint8_t __attribute__ ((aligned...
View ArticleGeneral discussion • Re: How to remove ALL unneeded packages?
The package deborphan is your friend.Statistics: Posted by Solskogen — Tue Nov 19, 2024 6:54 am
View ArticleBeginners • Re: raspberry pi 5 power supply
Power delivery is by negotiation, similar to Ethernet speeds and WiFi bands. The power supply detects PD if the cable has a working PD chip and the attached device has a working PD chip, then...
View ArticleAdvanced users • Re: Enabling SVE on Raspberry Pi 5
Your OS is not as new as it can be.You need to update it using the usual update methods. Many fixes, optimisations, and a newer kernel are available.Not that it will fix your issue, just mentioning...
View ArticleRaspberry Pi OS • Re: Fail! Zero W, rpi imager v.1.8.5., bookworm lite 32
I tried with Zero 2 W and again fail. Legacy bullseye is ok!Statistics: Posted by independent — Tue Nov 19, 2024 7:06 am
View ArticleOther • Re: Windows ARM64 release?
I think you may be confusing the attitude on Windows from myself (and potentially others). It's not that I consider Windows not a viable OS for PI. I don't consider it a viable OS. This is from...
View ArticleHATs and other add-ons • Re: Want to connect HDMI inputs to raspberry pi
on MS2130 related note, just noticed thishttps://hackaday.com/2024/06/01/use-tha ... ta-export/it can be interesting way to get data out of Raspberry Pico very fast via the HDMI breakoutThat guy had...
View ArticleGeneral discussion • Open Letter to the Raspberry Pi Foundation Development Team
# Open Letter to the Raspberry Pi Foundation Development TeamRE: Critical Issues with PINN/NOOBS Recovery Image ImplementationAs a user attempting basic recovery operations on a Raspberry Pi Zero 2 W,...
View ArticleHATs and other add-ons • Re: WM8960 Audio Issues
I have just got one and tried it with an RPi4 and get the same results...Statistics: Posted by AndyW999 — Tue Nov 19, 2024 7:53 am
View ArticleCompute Module • Re: Custom board with LAN9514 porting from CM3+ to CM4S
Thanks for your answers and suggestions. Maybe I should mention that I am not the HW designer of this custom board and it has been working fine for many years in the field, first with the CM1 and then...
View Article