Beginners • Re: rugged outdoor use
thanks everyone, uhh basically the project is a remote control lawnmower for context. so lots of good starting points in here thanks.Good luck.I would think that vibration is likely to be the bigger...
View ArticlePython • Re: gpiozero servomotor issues
I guess to close it out this worked perfectly, thank you you are a life saver!Statistics: Posted by Operantboxhelp — Wed Oct 23, 2024 2:06 am
View ArticleTroubleshooting • Re: Pi 4 on Buster: Menu Bar Missing
don't do sudo startx: that's the same as running it as root.startx on its own, then maybe try to get the display preferences resetStatistics: Posted by scruss — Wed Oct 23, 2024 2:06 am
View ArticleSDK • Re: Receiving data from Pico on Linux
It's the graphic that was used in the early version of the Space Invaders arcade game.Statistics: Posted by Mike**K — Wed Oct 23, 2024 2:08 am
View ArticleAdvanced users • Re: pi4/5 battery or ups hat recommendations
The standard starting answer... Determine your working load in Watts (W). Multiply by the desired duration in hours (h). Multiply those together to energy requirement in Watt-hours (Wh). *Then* look...
View ArticleC/C++ • Re: Time out detection in a UDP send/receive loop in C
Other than I never used TCP, I guess there is no reason.Thaks again,DavidStatistics: Posted by DFansler — Wed Oct 23, 2024 3:39 am
View ArticleBeginners • Re: Dual HDMI was previously working and has now stopped
What kind of display is this? What if only one screen is connected at a time?What is the output ofCode: wlr-randrStatistics: Posted by aBUGSworstnightmare — Wed Oct 23, 2024 3:53 am
View ArticleBeginners • Re: Camera for Raspberry Pi 3A+
Any official CSI camera is.Sorry, can't recommend a mic.Statistics: Posted by aBUGSworstnightmare — Wed Oct 23, 2024 3:57 am
View ArticleRaspberry Pi OS • Re: Combination of OS/settings for smooth video on Pi Zero 2 W
vc4-fkms-v3d..what do you expect to get on Bookworm with KMS disabled?Bookworm requires KMS. FKMS will not give you HW accelerated video.Statistics: Posted by aBUGSworstnightmare — Wed Oct 23, 2024...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: PI 4 B PCM configuration -TDM
Neither Pi 4 nor Pi 5 support more than 2 channels per I2S data line. Pi 5 supports multiple input/output data lines, so you can stripe multichannel audio across N stereo pairs.Does the RP1 I2S...
View ArticleTroubleshooting • Comparison of Periodic Processing on RPi4 and RPi5
HiI've developed code using a while loop (infinite loop) to handle processing tasks. When comparing RPi4 and RPi5, I found that both have variations in processing times. However, RPi5 occasionally...
View ArticleTroubleshooting • Re: Pi zero W from 2020 not booting with bookworm in 2024
I pretty much am stuck with this. No idea what else to bring the Pi Zero up and runningStatistics: Posted by ekawahyu — Wed Oct 23, 2024 5:19 am
View ArticleTroubleshooting • Re: Comparison of Periodic Processing on RPi4 and RPi5
On RPi4, the processing frequency remains around 25kHz even at its slowest, but on RPi5, it can drop to about 100Hz.andRPi4: bcm2835.h (C language)RPi5: GPIOZERO (Python)The difference is almost...
View ArticleAutomation, sensing and robotics • Re: DS18B20 no longer reporting
This might be an update worth a moment of thought. I disconnected the three sensors that had been in use. I connected a new DS18B20 where it was the only device on GPIO4. New DS18B20 connected to the...
View ArticleMicroPython • Re: Obstacle Avoidance Robot Mark 2
Thank you, also I did get it work by using the installed interpreter and pairing down the def to only a loop. He is roaming around and doing good!Statistics: Posted by Jweld1117 — Thu Oct 24, 2024...
View ArticleBeginners • Re: Configuration ufw-Firewall on Raspberry Pi
I don't get you here. What is it about? If you are using hostnames.local you might want to open igmp as wellIGMP is the protocol that mdns uses to multicast the IP addresses so if you are addressing...
View ArticleTroubleshooting • Re: Application windows in rpiOS Bookworm
Use command line raspi-config to change to Xwindows/openboxWhy can't wayfire do the same behavior?Wayland is still in its infancy despite being 16 years old. I am hugely disappointed that Debian of...
View ArticleAutomation, sensing and robotics • Alps Alpine HSCDTD008A Geomagnetic Sensor
Has anyone every used one of these really economical(i.e. CHEAP) magnetometers before. I have several of these units, and what to put one on the submersible ROV I am working on. I am not having much...
View ArticleGeneral • Re: Cleaning cache on RP2350 with PSRAM writes outstanding causes...
@earlephilhower: you are welcome !@alastairpatrick: thanks, I am not so much into cache internals.So, regarding storage structure (From RISC-V):Caches are organized as two-dimensional arrays.The rows...
View ArticleSDK • Re: PCM playback issues
Later or more recent Lua interpreters are supposed to have an incremental garbage collector. The GC calling thread-safe memory management functions to do an incremental collection step may have impact...
View Article