Automation, sensing and robotics • Re: How to replace RPi.GPIO code with...
Sadly I am wrong. This does not solve the problem. The monitor does go to sleep, but still wakes up about 60 seconds later, despite the PIR still being covered and dark in a box. Any ideas gratefully...
View ArticlePython • Re: GPIO and Buzzer activation
According to the product web page...Funzionalità e dettagli ❧1☙ Il modulo cicalino elettronico attivo ha una sorgente di oscillazione interna, un trigger di basso livello, un'uscita sonora continua e...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Oh, thanks. To me that explanation sounds very similar to 'never'.When considering possible 'other stuff' then anything else must be vastly more complicated to get done than putting different batch of...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
I want to share some positive developments regarding the freezing issues I've been experiencing. After some investigation, I've discovered that this time the problem wasn't with my hardware, but...
View ArticleTroubleshooting • Re: Bookwork raspi-config wait for network
I am configuring a new Pi5.I normally configure wait for network before boot in raspi-config on my other Pis so my fstab mounts will work during boot.Running raspi-config on bookworm in the Pi 5, I do...
View ArticleCamera board • ov9281 stopped working P4 B => Pi5 migration
Hi, I had a software working with a 200fps OV9281 on i2c on Pi4 B, the board blew up so I bought a Pi5. The camera is not registered properly by libcam now.Code: uname -aLinux raspberrypi...
View ArticleSDK • Re: MPC23S17 Reset pin
If you run rotary encoders to a port expander, I would propose to route the INT output to the MCU to have faster access instead of polling the external port.Not really. Polling at 1ms intervals is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Innomaker ov9281 vs Raspberry Pi 5
Any updates on this issue?I'm upgrading to Pi5 but my OV9281 is not registered. Is 'next' branch additions mentioned above already in main? my libcamera outputs:Code: $ libcamera-hello --camera=0...
View ArticleRaspberry Pi OS • Re: Which packages are installed (remote)?
Have you looked at using the dpkg -l command. That gives a complete list of everything (including the version number) that's ever been installed including the base code packages.Statistics: Posted by...
View ArticleAndroid • Re: Connecting Raspberry Pi 5 to a TV
What happens if you remove those three hdmi lines from config.txt and let the TV and the Raspberry Pi swap some EDID information and choose a screen size that works for both?Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: "who" command displays a large # instead of...
Has anyone made a statement as to what exactly causes this and what the fix is?It seems to be related to there being a mishmash of 32 and 64 bit code running, but so far I haven't seen any actual...
View ArticleTroubleshooting • Re: Trying to install Processing under bookWorm
I think we must be talking about different thingsWe are indeed.I was thinking of open frameworks.I had a look at at your link but I couldn't see anything about MIDI in the list of all libraries.I have...
View ArticleBeginners • Re: Newbie seeking advice for a camera type project
So far, I have no idea how to do this but I am super interested in learning lower-level programming concepts.It would not take lower level-programming. Python can interface with cameras and you could...
View ArticleTroubleshooting • Re: shiny new pi 5
Not sure I understand “ desktop etc expands bigger than mu screen.”Can you post a screenshot / photo? (use Attachments)Statistics: Posted by neilgl — Fri Mar 29, 2024 8:46 pm
View ArticleSDK • Re: Pico SDK binary size?
The WiFi chip needs firmware to be loaded to operate. That blob is over 200kB by itself.I don't have a sense for how much code lwip is adding.MicroPython for the Pico comes in at about 300 KB, for the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 8GB wont boot from SD card
Troubleshooting 101: try a different SD card.I have tried like 5 sd cards, even a new oneStatistics: Posted by Imacat_PlaysGames — Fri Mar 29, 2024 8:59 pm
View ArticleAdvanced users • What are the default 802.3 ethernet settings in Bookworm?
Device: eth0Connections:eth0: ipv4.method set to manual, with an IP address and gateway address, but no DNS serversWired connection 1: auto-connect with ipv4.method set to auto (which I assume is...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
I had success using an older version of the operating system.I tried the two earlier versions and I found thatraspios_armhf-2024-03-13/ 2024-03-13 12:12 - does not workraspios_armhf-2023-12-06/...
View ArticleAdvanced users • Re: What are the default 802.3 ethernet settings in Bookworm?
eth0 is the deviceWired connection 1 is how its setup.click the wifi icon -> advanced -> edit connectionsto configureif your headless use nmtuiStatistics: Posted by kerry_s — Fri Mar 29, 2024...
View ArticleAdvanced users • Re: RPi4: Reloading VL805 firmware after boot
Thanks. Apart from the discussion about resetting the VL805, I have some new info: It seems the USB stack experiences problems, either periodically, e.g. because of EMI, or by user action when for...
View Article