MicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
What error message did you get in the Arduino IDE when it failed to upload the .uf2 of the sketch you compiled?This is mine, failing on a pico2w where I already have micropython installed:Code: Sketch...
View ArticleMicroPython • Re: Pico W Reliability
Playing with OpenWRT, look what I found: Station inactivity limit 802.11v: BSS Max Idle. Units: seconds. So this is a thing.It's been a thing for decades but I've never given it much thought. In my...
View ArticleGeneral discussion • raspberry pi Zero 2 W's dropping of network
Hi guysis there a know problem...I have 2 Raspi Zero 2 W's dropping of my network,After reboot they all good...then after some time they seem to loose connectivity to my AP's / Unifi AP'sRunning...
View ArticleTroubleshooting • Re: Unsure about what to use to power the PI
... the official 27W psu (26€ at a local store). That is way over the official price.Statistics: Posted by drgeoff — Sat Dec 28, 2024 1:18 pm
View ArticleTroubleshooting • SSH not working after modified fstab
HiMy headless pi no longer seems to work via ssh, although it does via physical access after I modified my Compute Module 5’s fstab file. Initially the pi wouldn’t boot but by modifying the fstab back...
View ArticleBeginners • Re: urllib API 403 error on Raspberry Pi4B, not on Anaconda...
Running that script on a Pi4B Bullseye works OK for me:Code: pi@pi:~/scripts $ python u.py200Python 3.9.2And if we we urlparse it we get Code: pi@pi:~/scripts $ python...
View ArticleBeginners • Re: Where can I find books on optimising ARM assembly code by hand?
There is a saying that premature optimisation is the root of all evil.Basically, learn to walk before you run. It is an exceptional ARM programmer who can outperform a modern compiler.Just as a data...
View ArticleTroubleshooting • Re: Networkmanager breaks wireguard
I changed the interface subnet to 32 and it's working now.Statistics: Posted by Armus — Sun Dec 29, 2024 12:05 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
EU directives are no longer our concern in the UK, unless selling into the EU, ...If RPi do change to USB C, I expect a lot of people that have a lot of Zero units in use will not be best pleased......
View ArticleTroubleshooting • Re: Raspberry Imager and ssh login on headless Raspberry
No, it doesn'tStatistics: Posted by mschipperheyn — Sun Dec 29, 2024 12:11 pm
View ArticleTroubleshooting • Re: Broadcast issue with an RPI accesspoint install
Tested with a different WiFi dongle - all OKCode: Edimax Technology Co., Ltd EW-7711UTn nLite Wireless Adapter [Ralink RT3070]Might not be the dongle - the only way to be sure is to compare like with...
View ArticleTroubleshooting • PI 5 bricked after a modification in FSTAB
Hi!I have a PI5 + NVME SSDI tried to auto mount a USB stick (1 To).I modified FSTAB, then on the next reboot, the PI 5 was bricked. Impossible to login (local console), the PI was not on the network.I...
View ArticleRaspberry Pi OS • Re: how to fix this error from rpi-update
Yes, Pi-hole has a pretty good built in backup and restore feature. It's under Settings->Teleporter. I can't remember if it gets every last bit of the settings, I seem to remember having to go...
View ArticleRaspberry Pi OS • Re: Static IP with Bookworm
It's also worth noting that NetworkManager is optional on Bookworm. It's enabled by default, but Raspios Bookworm works just fine with it disabled in favour of your preferred alternative. E.g. my...
View ArticleTroubleshooting • Re: PI 5 bricked after a modification in FSTAB
Do you know what I should use to auto mount this USB stick? (I want to use it to backup the pi, with Raspi-Backup).Very similar recent query, with a link to a source of relevant advice -...
View ArticleAdvanced users • Compiling a driver for Fenvi AX1800/Realtek RTL8852BU chipset
I've located source code for a driver, but need some assistance compiling it for the Raspberry Pi OS on a RP4.This is what I've done to accomplish this goal:Code: sudo apt install -y...
View ArticleBeginners • PINN
Just used PINN to install several OSs on the same disk. I used them all before on some standalone machines. My feeling is, in general, the OSs installed through PINN are sluggish and less responsive....
View ArticleAI Camera - IMX500 • Re: crontab -e makes me lose control
Dear Sirs,I would like to run the application in Raspberry PI startup.I write below into a script, and I write into the "crontab -e" command.[the script run in booting]#!/bin/bashrpicam-hello -t 0s...
View ArticleTroubleshooting • Re: PI 5 disk to disk file move slow and processor hot!
I'm somewhat surprised that you don't mention whether you have a self powered USB hub between one or both SSDs and the PI. Without one I'd expect you to be encountering power problems using two...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Nice project !I use the same Pimoroni board (recently also PGA2350 https://shop.pimoroni.com/products/pga2350, basically the same config).PSRAM on these boards uses the same 3.3V power rail as with...
View Article