Advanced users • Re: 3 monitors possible with RaPi5?
At the moment playing to build some desktop to my son and have this:https://argon40.com/en-ca/products/argo ... -nvme-caseAudio DSP board also available but it’s extra. I didn’t know that and would...
View ArticleBeginners • Re: Raspberry Pi 5 + PoE HAT?
First question would be why do you want to use a POE system? Yes, a good idea if you want to locate your Pi system in a remote location but over complicated otherwise.I have used a POE system to power...
View ArticleGeneral • Re: RP2040 Custom Board. SWD Access, does not run code
Hi again,Desoldered the Crystal, and get the exact response from the RP2040, so I'm assuming its the crystal that is not in sync. Waiting for a new crystal and will try again.Statistics: Posted by...
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 ArticleTroubleshooting • Re: 100%cpu usage
What other software have you installed in addition to the basic OS ?Statistics: Posted by jahboater — Thu Aug 01, 2024 2:38 pm
View ArticleCompute Module • Re: i2c0 and ID_SC ID_SD
The naming between hardware and software doesn't quite match.Hardware signals SDA0 and SCL0 are i2c-10 to the default kernel (GPIOs 44&45).Hardware signals ID_SD and ID_SC are i2c-0 to the default...
View ArticlePython • Re: DS18B20 / w1thermsensor
Here is run_dutycycles.sh :Code: #!/bin/bashcd /home/pi/Documents/HVAC/python3 heat_monitor.py &>> errors.txt &python3 ac_monitor.py &>> errors.txt &Another point of...
View ArticleWeather station • Re: weather station to control frost irrigation.
Probably depends on how easy it is to get data out of the Davis vantage weather station into the Pi, e.g does it have a USB/wifi interface that is “open” for us to use, not tied to some proprietary...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: !.47 inch display with RPI 5
search the forum for my posts on using mini-dbi-spi driver with SPI displays then you should know what you'll have to do.all you need to do is explained here...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
https://pineboards.io/blogs/news/introd ... e-hailo-8lNot very surprising but the pci-e switch is gen 2.0 - ASM1182e as nicely visible herehttps://cdn.shopify.com/s/files/1/0790/ ... 1722497838Someone...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
Sorry for the newbie question, but I only just discovered this and I'm hoping to try it on my Pimoroni Tufty Badge.Just as a quick question: How difficult would it be to change the VGA output to use...
View ArticleTroubleshooting • Re: What are all of Raspberry Pi 4 Problems?
Use VLC instead of omxplayerStatistics: Posted by neilgl — Thu Aug 01, 2024 2:48 pm
View ArticleTroubleshooting • 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 Article