Troubleshooting • Re: Connecting pi to tight vnc
How to tell Code: cat /etc/os-releaseCode: getconf LONG_BITStatistics: Posted by neilgl — Thu Aug 01, 2024 2:58 pm
View ArticleSDK • Re: Getting started - VScode install issue?
Thank you for coming back to me.I was following "Getting started with Raspberry Pi Pico" build-date: 2024-05-02, build-version: 576cee3-clean, but on rereading I may have duplicated some actions so I...
View ArticleOff topic discussion • Age Calculator Functionality into Your Web App
I’m working on a web application and need to integrate an age calculator feature. I’m considering using JavaScript for this, but I’m unsure about the best way to handle the date calculations and...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 1.47 inch display with RPI 5
Can't offer any additional support on this particular display.Can you help me with that as when I tried it messed up my boot neither did it boot on the screen nor the monitor.if you've messed up your...
View ArticleRaspberry Pi OS • Re: What's the status of 'labwc' under Bookworm ?
raspi-config can’t create the blanking autostart file unless the config directory exists, which it might not.Maybe that will fix your issue.I checked what was in '.config' before applying the steps...
View ArticleTroubleshooting • How to troubleshoot unexpected reboots
Hello,I have a new pi 4 installed with Raspbian 5.2. From time to time it reboots without any reason.I find nothing with dmesg and journalctl.Any hint ?RegardsStatistics: Posted by gritvh666 — Fri Aug...
View ArticleNetworking and servers • Network Equipment Monitor
Hi! I'm pretty new to Pi projects. I've done a home media server and a pi-hole, but nothing too involved. My boss has asked me to look at whether we can use Raspberry Pis in support of our clients. We...
View ArticleCamera 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 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: 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 Article