General • Re: Pico W randomly died?
How are you measuring/observing it has no power?Statistics: Posted by neilgl — Sat Aug 17, 2024 2:04 pm
View ArticleBeginners • Re: Cooling a hard drive with a fan
Instead of using an interactive control, consider using the largest size fan practical continuous at a slow speed, it will be silent and draw little power. Less thermal cycling is good for longevity.I...
View ArticleUser groups and events • Re: User group Hampshire UK
I vaguely remember seeing this as well. They have a little work shop right? Interesting, wasn't expecting to see this, but I would like to know myself.Statistics: Posted by 0wL — Sat Aug 17, 2024 2:24...
View ArticleGeneral discussion • Re: How to share,display and control my Android device...
The USB A ports on the 4B are host only. As are the USB A ports on your PC.USB is one master multiple slaves. Two masters cannot communicate directly.On RPiOS (and others) it is possible to enabled a...
View ArticleCamera board • Re: Issues with local TCP streaming only displaying first frame
Seems to be am issue with VLC (not sure yet)Anyway, on your ubuntu system try this - it works for me on Ubuntu to show stream from Pi5 TCPCode: ffplay tcp://192.168.1.95:4567 -vf "setpts=N/30" -fflags...
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
Your gpsd commands are flawed, the first one you missed out the program gpsd, the second one you have not used sudo.Also you'll need to stop gpsd first.But I'm pretty sure for USB connected GNSS...
View ArticleBeginners • Re: [Pi 4/5] Ways to reduce the Pi's power consumption / heat...
Read the documents for temp (Hint it is something like vcgencmd measure_temp) It uses the governed to ramp up,. As Hz drop Voltage drops too.. You can tweak that offset, see the document for...
View ArticleHATs and other add-ons • Re: 2 hats, 5 NVME's, all visible to the Pi but...
I'm using the Geekworm X1001 and a Kingston NV2 SNV2S NVMe disk on two Pi5s with no problems. Have used them both as a data disk (my primary use case), but have also blasted RasPiOS onto the NV2 and...
View ArticleGeneral • Re: Pico 2 RISC-V - Slow....
Win64 - but there's method in my madness (of not using linux on something else)Ok, so CORE-V. Thanks for the report. This is a software issue and we'll fix it. I'd be grateful if you put your code up...
View ArticleTroubleshooting • Re: sudo apt upgrade failing
I've narrowed it down to a subset of packages that will not be upgraded. Everything else works perfectly if I upgrade them specifically like this:Code: sudo apt-get install --only-upgrade pipanel...
View ArticleOther RP2040 boards • Re: Breadboard friendly RP2350B board?
My Pico Plus 2's arrived the other day.As said Pico format, so resting in a breadboard nicely.Currently playing with Pimoroni early release of Micropython. They have mapped both the SRAM and PSRAM...
View ArticleGeneral • Re: Latest Getting Started document removes SWD instructions
My understanding is GPIO on a Pi 5 is connected over PCIe and has too much latency to efficiently debug a Pico. As a result the all-in-one solution never worked well with a Pi 5. See, for...
View ArticleCompute Module • Re: CM4 Cam0 I2C pins change?
Hi @6by9, problem solved and it worked!You are my hero, you saved me a huge cost and waste of time. Thank you very much.Statistics: Posted by mcnpower — Sun Aug 18, 2024 2:22 pm
View ArticleRaspberry Pi OS • Re: trixie
I run Debian Testing on a Pi3B+ in the field, is solar powered and has a 3.5inch HDD via an USB enclosure. Because many unexpected powerlosses, I could benefit from newer tools and kernel, so I...
View ArticleBeginners • Re: Technically reliable RPi 5 NVMe case, NVMe and Power supply
1. Please advise a good quality and technically reliable RPi 5 NVMe memory casing with a list of tested work well NVMe brand/model? ..some third parties have a compatibility list published -> refer...
View ArticleOther RP2040 boards • Re: Unresponsive diy RP2040
There should be three 1V1 pins and eight 3V3 pins on the RP2040. Are you using a deceptive symbol on your schematic, or are some of them not in fact connected?Also, pin 19 (TESTEN) should be grounded,...
View ArticleGeneral • Re: Is this a job for PIO?
Not yet mentioned in this thread is that the PWM blocks can also count edges if applied to the 'B' channel (ie. any odd numbered GPIO pin). That would allow for a hardware-driven count that can be...
View ArticleBeginners • Re: Endurance SD card for non-main edge device on Pi zero 2 W
Some brand(s) have their own chip factory at world's highest level.Statistics: Posted by David16962 — Sun Aug 18, 2024 2:53 pm
View ArticleTroubleshooting • Re: Pi 5 with a USB display (which is a GPS)
Oh, and can a device with DVR be used as a display?Statistics: Posted by teodoro256 — Sun Aug 18, 2024 2:59 pm
View ArticleGeneral discussion • Re: Thought I had posted here about SSD drives ...
SSD drives have become a game-changer for storage—crazy how fast they are compared to traditional HDDs! What’s your experience been with them so far?SSD for daily use - HDD for backupsStatistics:...
View Article