Troubleshooting • How to move the mouse pointer automatically?
I'm making a (usually) non-interactive sign, that simply displays a web page full screen. I haven't been impressed with the dedicated OS's that do exactly that, so I'm using the standard Raspberry Pi...
View ArticleAdvanced users • Re: Best practice to set up armhf container image
If diskspace is a problem, for example small but expensive/good onboard soldered eMMC, you should not work with images, but use file- and roottrees. And don't use Ext4 but a modern filesystem that can...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
This RP235x problem won't be an issue for our designs. We've got three products ready to go to prototype - just need RP2354s at JLCPCB !I suspect every other commercial user will be similar - a 10k...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Thanks. It's installed!FYI (but that wasn't the purpose of the update), this doesn't fix the plugin not working on RPI with Kodi 21, but working with Kodi 20. I still think there may be a packaging...
View ArticleMicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
Is there a chance to ask the player when a track runs and when it finishes?I have always monitored the BUSY output from the DFPlayer. I recall it goes high a short time after it starts playing and...
View ArticleTroubleshooting • Re: How to move the mouse pointer automatically?
I'm unable to answer that.Try a web search for how to modify that menu but if you want the RPL devs to see and consider it you need to open an issue on the approaite github repo. Sorry I don't have...
View ArticlePython • Re: pytz not in raspiOS lite(32 bit)
The error returned is: externally-managed-environment Carefully read the entire message you get when you try this. The messages gives you 2 options:1) how to do it differently (preferred way going...
View ArticleGeneral • SYSINFO:CHIP_ID value ?
Does anyone know what the 32-bit SYSINFO:CHIP_ID ( register address 0x40000000 ) value is for their RP2350A and/or RP2350B boards ?It would also be nice to know whether RP2354A and RP2354B are the...
View ArticleGeneral • Re: A tiny Raspberry Pico shell with flash file system, vi, and c...
Wrapping up.The RP2350 and SDK2.0 are indeed fully compatible with the RP2040 and SDK1.5… nearly. This would be true of most normal applications. This based on the fact that the cortex-m33 supports a...
View ArticleGeneral • Re: SYSINFO:CHIP_ID value ?
It's 0x20004927 on my RP2350A (Pico 2).Statistics: Posted by horuable — Wed Sep 04, 2024 7:44 pm
View ArticleTroubleshooting • Re: Unable to SSH into Raspberry Pi Zero 2W
Later test with pizero2 running Bookworm 64-bit with desktop. pizero2 has wifi settings for 2.4GHz SSID and hostname is "pi"pizero2W plugged in to USB port of WIndows 10 laptop build 19045.4780All OK...
View ArticleTroubleshooting • Re: Pi 5 5GHz Wifi issue
Interesting...Statistics: Posted by neilgl — Wed Sep 04, 2024 7:51 pm
View ArticleAdvanced users • Re: Pi 5 Netboot eeprom flash bricked ethernet
Please try starting Network Install by holding down the SHIFT key on an attached keyboard and report whether it brings up the onboard Ethernet interface (cabled to a switch obviously). You should get...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
Thanks Mike for creating this fab software which I am really enjoying setting up.I have managed to get 20 buttons running direct from the GPIO pins after changing many of the pins status from within...
View ArticleBare metal, Assembly language • Re: Boot process, add vendor data and vendor...
Thank you for the answer. It does not have to be secure, it is a public_key token, signed by a authorized key. Any changes destroys the key. But it is saved between SD card changes. Now even if the...
View ArticleTroubleshooting • Re: How to replace SMD LED on Raspberry Pi 5?
I want to know if this LED is SMD 0805 just thatNo. Pi 5 uses a side view dual colour LED. It isn't in an 0805 package.Statistics: Posted by trejan — Thu Sep 05, 2024 6:51 pm
View ArticleRaspberry Pi OS • Re: RPI5 - Wayland - Rorate touchscreen [SOLVED]
I figured it out, for my screen anyway...open ~/.config/wayfire.iniFind your touch device ... In my case it was right below my HDMI display device.I had already rotated my HDMI display so it had a...
View ArticleHATs and other add-ons • Re: Official Foundation Pi 4 case has no holes for...
I think the major problem, as with the tech side, is that people may have different approaches to gaining knowledge: Don't bother. Guess. Assume that the latest blog they've read is correct, without...
View ArticleBeginners • Re: Raspberry 1 model B
You also can try to use an SD to uSD adapter. I also had issues with my SD card slot on my RPI 1B. The adapter fixed the issue. But you then have to use a uSD card instead of a normal SD card...
View ArticleEspañol • exportar ejemplo fuera de pico-example la carpeta ping
Buenas,Quiero usar de base el ejemplo ping de pico-examples y usarlo en otra carpeta externa! como puedo hacer para exportarlo?Mi locacion...
View Article