Camera board • Re: Security Camera
Hifor some reason I only managed to install Motion 4.6.0, and as motioneye is not working I decided to try and get motion working, so as I am trying to learn as I go, I decided to install Bullseye so...
View ArticlePython • Re: Button to restart Pi, button to restart program
Why do you want a countdown in the first place?I would rather use a 2 point controller.Here the changed code, but not checked everything...main.py:Code:...
View ArticleGeneral • Re: What limits maximum external clock freq on GPIN0/1?
Just know it is madness. You know it?)Well I did voluntarily get a PhD in physics, so I'm no stranger to madness Statistics: Posted by dihm — Tue Sep 03, 2024 6:57 pm
View ArticleRaspberry Pi OS • Re: Updating "micro" Editor to the Latest Version
Is that a typical update behavior for other programs too,or this person for some reason neglects micro editor?That's how debian works. The primary goal is stability.Each major release (e.g. bookworm)...
View ArticleAdvanced users • Re: How do I set the composite output to widescreen?
Which Raspberry Pi model does the OP have?It's a Raspberry Pi 5, 8GB.Which OS have you installed? It changes with Bookworm to use a kernel parm rather than a line in config.txtI have Raspberry Pi OS...
View ArticleBeginners • Re: Slow SD card or OS too strong for Pi 3B?
Thank you both for your answers. The bottleneck seems to be the SD card. I purchased a Kioxia Exceria card and Ubuntu Mate 22.04 works much faster on the Raspberry Pi 3B now. I downloaded a small...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • NEO-6M module updates position at long...
I am using a NEO-6M GPS Module with my Pi 4B. Receiving data from it seems to be no problem both in python using the gps library and using cgps -s in the terminal. It receives new data around every...
View ArticleTroubleshooting • 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 ArticleGeneral • Re: Pico 2 RISC-V - Slow....
FYIhttps://x.com/kilograham5/status/183105 ... Bc9i1UZPdwStatistics: Posted by kilograham — Tue Sep 03, 2024 8:05 pm
View ArticleTroubleshooting • Re: Unable to SSH into Raspberry Pi Zero 2W
Try re-installing to the microSD card using Imager, but this time set the (2.4GHz) WiFi details in OS Customisation to your WiFi SSID and its password, as well as SSH, username (pi) and password.Boot...
View ArticleTroubleshooting • Re: How to move the mouse pointer automatically?
Which model Pi are you using?If by "TODAY'S Raspberry Pi OS" you mean RPiOS Bookworm and your Pi has at least 2GB RAM it won't be using X it'll be using Wayland so xdotool won't work.You can switch to...
View ArticleBeginners • Re: On/Off ceiling light detector using RPi3B
Back on topic, couldn't you just fix the timer on the existing controller?If the time drifts and you get a notification, what action will you take?The existing controller is not under my control, it's...
View ArticleGeneral • disabling TrustZone in RP2350 ?
Does RP2350 always run with TrustZone enabled ? and CRIT1.SECURE_BOOT_ENABLE only enables boot signature enforcement. OR, does CRIT1.SECURE_BOOT_ENABLE also control TrustZone enable/disable...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
A quarter of a million doesn't seem like a whole lot, but of course you want to make that back as well as a company. Apparently the RP2040 had sold over 10 million units by the start of 2023, and the...
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 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 Article