Graphics, sound and multimedia • Re: RPi 5 - omxplayer
Very well written, hippy. Brings much needed balance to the thread.BTW, I've recently made the bold move of upgrading some (by no means, all) of my Pi systems from Jessie to Buster.Still have a few on...
View ArticleTroubleshooting • Re: What are all of Raspberry Pi 4 Problems?
The onscreen display doesn't work in omxplayer on Pi4.For that reason, I prefer to stick with the 3B or 3B+.Statistics: Posted by BigRedMailbox — Thu Aug 01, 2024 2:35 pm
View ArticleTroubleshooting • Re: Using pi 5 with usb thermal camera
Nothing out of the ordinary there. It's appearing as a standard webcam.Some things to try -Add usb_max_current_enable=1 to /boot/firmware/config.txt and reboot. Run echo performance | sudo tee...
View ArticleRaspberry Pi OS • Re: What's the status of 'labwc' under Bookworm ?
Having invested some effort into using Wayfire, can you give some assurances that you're not going to decide you've made another mistake and change to yet another compositor for at least a few years...
View ArticleMicroPython • Re: Code getting stuck after count
Thank you so much,You have three countdown timers. Each for the same 4 hours.Let me just clarify that there should only be one count-down, and they are all else/if statements based on the decision...
View ArticleMicroPython • Re: Can't connect Pico to ADS1115 ADC board
@scruss thanks for the reply. I thought I had already replied to this thread, but it seems not. I checked out the library at the link you provided, and ended up using it , so thanks for that.I found...
View ArticleTroubleshooting • Re: Wireguard/OpenVPN throughput reduced
Which OS are you running on that 3B and which version of Wireguard / openVPN?(I am running openVPN on a pi4 and StrongSwan on another)Statistics: Posted by neilgl — Fri Aug 02, 2024 1:51 pm
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 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 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 ArticleTroubleshooting • Re: 100%cpu usage
Reinstalled 64bit pios, added kde-plasma-desktop with sddm and all seems OK. I think it's one of more of the following causing a problem ... piapps,pikiss or piconnectStatistics: Posted by blondini —...
View ArticleGeneral • Re: pico and thonny not working
yes i can successfully select the pico micropython interpretor and the COM port is right as wellStatistics: Posted by SilliestCobra30 — Sat Aug 03, 2024 1:30 pm
View ArticleGeneral discussion • Re: Problem with the WiFi on RPI4
What kind of case are you using?Which devices are connected to the usb ports?Statistics: Posted by wildfire — Sat Aug 03, 2024 1:51 pm
View ArticleAutomation, sensing and robotics • Re: OCR project to detect dates on packaging
A while back I had the idea of bringing my old gas meter into the 21st century by automating it, the results for my own consumption.I used a PiZero + camera to grab an image of the reading then...
View ArticleBeginners • Re: I can't get pi apps to install on my raspberry pi zero 2w
I didn't say it can't be done but try e.g. as op posted running chromium or any other heavy duty app. Increasing swap space may help but that in itself can cause problems.Of course. A RPi ZW2 was...
View ArticleBeginners • Re: Help for a very old beginner
The secret to those sorts of problems is...keep a log book for each major type of system. *Write* *down* what you did for setup. That way you can repeat and/or improve it later.Like I can remember to...
View ArticleGeneral • Re: Using all GPIO pins
How 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, share your circuit arrangements. One...
View ArticleTroubleshooting • Re: Buster OS on 3B+ board boot problem.
I installed bulleye OS,it works OK,so I think the hardware is ok.Feel very puzzled.Hope for some help.Thanks.I suspect you have encountered the issue caused by an updated revision of the RPI3B+...
View ArticleGraphics programming • Re: help me set up Geany to work with the GTK+ library...
I did everything according to this instruction.The assembly is built without errors, but when I try to run the file, nothing happens. The window does not appear. Moreover, the file is processed...
View Article