Camera board • Re: More FPS for HQ camera on RPI 5
I was very excited to see some traction on this, and have been following the progress eagerly. Do you have any idea when the pull's status will get upped from the current draft status? Thanks a stack...
View ArticleTroubleshooting • Re: What are all of Raspberry Pi 4 Problems?
OP is a spammeryes, first post was deleted with a banhammer, not all first posts are locked, only suspicious ones.You really should delete the whole thread as this now reads as meaningless...
View ArticleGraphics, sound and multimedia • Re: Using Raspberry pi as a NAS (omv vs os)
I have been hanging a 5TB moble HDD off my RPi4 2GB for over 4 years now running SMB (RPi OS). I added a 12TB 3.5 USB drive about 3 years ago. No issues. I set the spin-down time in the HDD's firmware...
View ArticleTroubleshooting • Re: Wireguard/OpenVPN throughput reduced
It's the 32bit light version of bookworm, all software on the latest stable release.Linux RPI 6.6.31+rpt-rpi-v7 #1 SMP Raspbian 1:6.6.31-1+rpt1OpenVPN 2.6.3Wireguard 1.0.20210914-1Statistics: Posted...
View ArticleTroubleshooting • Re: Issue with Web Browser when RDP into Pi4
Found 2 solutions!I'm not an expert on why these work or what the pros & cons are of each are. But here you go.Option 1) Make a new user and login with the new username insteadCode: sudo adduser...
View ArticleOfficial Display • Re: No HDMI signal after connecting the official display...
have you altered your cmdline.txt to includeCode: video=HDMI-A-1:640x480M@60DNow I have, but nothing changed.why did you enable I2C_arm and SPI? is any other HW connected?On some devices I need to use...
View ArticleOfficial Display • Re: Official 7 inch touch screen, image is rotated 180 on...
lcd_rotate=2 works if you enable the x11 gui and not wayland in that configuration you have the 180 degree screen right from startup obviously put a hash mark on the entry:Code:...
View ArticleTroubleshooting • Re: Raspberry Pi Hardware Repairs
The standard fix is send the appropriate currency to your favourite local Pi vendor and they send you a brand spanking new PMIC in its protective packaging that looks surprisingly like a new...
View ArticleTroubleshooting • Re: Two RPi 5 dead
if the rise-time on the 5v rail is too slow, or if the 5v rail dips too low, the PMIC will enter a shutdown statethat will turn off all rails and revert to just a red ledpushing the power button will...
View ArticleTroubleshooting • Re: RPI 5 Active cooler gets hot even when its off.
I was under the impression that default kernel halt behaviour on ARMv7/ARM64 did something stupid (executed an infinite loop) and we patched that to wait-for-interrupt forever. That should definitely...
View ArticleGeneral • Re: Using all GPIO pins
by arg001 » Sat Aug 03, 2024 3:27 pmHow are you generating the servo outputs? If using the PWM slices, you can get 16 separate outputs, but only if you pick the right combination of pins.Otherwise,...
View ArticleMicroPython • Re: Code getting stuck after count
That seems inefficient and still prone to drift. Why not use a couple of timers?Code: import machinetimer20 = machine.Timer()timer60 = machine.Timer()def do20(t): print('do 20 second thing')def...
View ArticleGeneral • Re: Interrupt constantly fires weirdly
Show us some code. If you put too many complex code thingies into an interrupt handler, bad things can happen. (For interrupt handler items that is not super time-critical, I just set a flag and let...
View ArticleOff topic discussion • What happened to my old account
Can anyone explain why I was banned as a spambot please?My old account was miscbits and despite trying to contact the admin via the form I'm offered when trying to sign in I've not heard anything.I...
View ArticleTroubleshooting • Re: NO CAMERAS AVAILABLE ; RPI5
What camera and a picture of the cable connected at both ends.(is probably what will be asked for).Does dmesg say anything?Tried both slots?Statistics: Posted by bensimmo — Sat Aug 03, 2024 3:33 pm
View ArticleTroubleshooting • Re: Buster OS on 3B+ board boot problem.
Note, BTW: that "Buster out of the box" works fine on my 3B+ (board bought just 1 year ago (last August))But OP should probably search for the "Updating the Firmware" document (authored by someone at...
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
try to add -vvv to your ssh command. This will enable verbose output.like: ssh <username>@192.168.178.150 -vvvand if you won't be able to understand what is going on from the output - post it...
View ArticleTroubleshooting • Re: Cannot make Pi DAC+ work with Raspberry Zero 2W
I add some more details. Here is the dmesg output: Code: [ 8.878003] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.[ 8.914490] mc: Linux media...
View ArticleGeneral • Re: Need Guidance for RP2040 (PICO)
I aim for the signals measured by the 16 ADCs (across 4 PICO units, each with 4 ADC channels) to be below 0.8 V, as the trigger is set to the falling edge. At a lower frequency of 30 Hz, I observed...
View ArticleGeneral • Re: RP2040: multiple (6) GPIO interrupts
Too vague. Kinda like bait. I'm not going to touch this one.Statistics: Posted by katak255 — Sun Aug 04, 2024 2:55 pm
View Article