Troubleshooting • Re: Bios does not recognize raspberry Pi in g_multi mode
and boom, its now a 7gig wifi attached usb stick, lolit only got ~20mbit of bandwidth off the wifi (NFS mounted the nas), so the install took several hours, but it did workReminds me of this project I...
View ArticleGeneral • Re: how do I use the power pins for multiple sensors on a pico
duplicate removedStatistics: Posted by mahjongg — Wed Jul 31, 2024 1:57 pm
View ArticleRaspberry Pi OS • Re: Changing Hostname after completing OS and app development
Folks....Changing the "hostname" and the entry in the "Hosts" file succeeded, up to a point. I could SSH to the Pi, the Pi was available on my network via SAMBA, BUT the web server which it was...
View ArticleTroubleshooting • Re: RPI 5 issues with USB working at startup
You may have a RF noise issue. Try attaching the USB RF dongle via a short USB extension cable and arrange the cable so that the dongle is at least 6" from the Pi.The quality of the dongle may also be...
View ArticleOther RP2040 boards • Re: Custom RP2040 Board Not Detected
I manged to make a copy paste error in my BOM file and ended up with 10k resistors instead of 27R on the USB series resistors, on my first design. That did not work. Maybe check that yours are...
View ArticleHATs and other add-ons • Re: Stacking multiple official HATs on Raspberry Pi
A month late to the party and posting poor advice too.There are lots of different issues that may come into play when stacking multiple HATs - it depends.First, let's assume you have appropriate...
View ArticleBeginners • Re: Measuring voltage on GPIO to detect blackout
It's tempting to say "big resistor, job done" but I don't believe ARM chips are as robust as older microcontrollers and it was never recommended or advisable practice.Don't do itStatistics: Posted by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: PWM phase offsets not working on RP1
Thanks for the answers!I tried to get the "dance" working, but to no avail. I could not even get the reload interrupt to trigger when phase was set strangely.On many occasions now I have seen that one...
View ArticleGeneral programming discussion • Re: Start LED before LUKS password entry
Thanks a lot for this hint, i'll check it later.But rootfs i notencrypted. Sorry if i wasn't clear about this.. Only /dev/md0 (raid array) is encryptedStatistics: Posted by crabler — Wed Jul 31, 2024...
View ArticleAdvanced 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 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 Article