Compute Module • Re: cm5 without wifi , how to easy config additional sd
Which 'wifi GPIO' do you speak of? You can only use what is made available on the two 100pin connectors.Statistics: Posted by aBUGSworstnightmare — Tue Jul 01, 2025 7:49 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi as PCIe expansion card
Not possibleStatistics: Posted by aBUGSworstnightmare — Tue Jul 01, 2025 7:50 am
View ArticleGeneral discussion • Re: Products that have single board computers?
We could go on, at length, about the alternatives that are out there. But, the fact is, the Pi is cheap for what it is, depending on what you want to use it for (which you haven't said) and especially...
View ArticleAdvanced users • Re: UDP port scan (nmap) - port 49204
No idea, but you could try netstat to try and find it.Code: sudo netstat -lunpStatistics: Posted by rpdom — Tue Jul 01, 2025 8:35 am
View ArticleAutomation, sensing and robotics • Re: SO-100 Robot Arm - Raspberry PI 4
Does anyone have documentations/repositories on an application of Rasp Pi 4 for the SO-100 Robot Arm?This is the project I am referring to: https://github.com/huggingface/lerobot/ ... in/lerobotThe...
View ArticleBeta testing • Re: Updating to trixie
All of my systems are Lite and run headless, but I'll give this a go anyway.For Lite, should I leave out the wayland and x bits on the end of the command line?Ironically I'm just finishing upgrading...
View ArticleRaspberry Pi Connect • Repeated Netflix error
I’ve been using Netflix on a RPi 5 and Chromium browser quite happily for about six months, but it has suddenly started producing regular errors needing me to restart the program I’m watching, quite...
View ArticleGeneral discussion • Re: Stepper Motor Driver
Hi everyone,This is a bit weird.I have an aftermarket automotive ECU, and I have a 4-phase stepper motor connected to it (https://www.oyostepper.com/category-68- ... Motor.html).Unfortunately, the ECU...
View ArticleNetworking and servers • Re: Losing share acess on system id change.
Hi - No I double checked, that is not the answer but thank you for the suggestion.Ray Carpenter.Well Ray, without more info, I do not think you are going to get any further, I doubt the permissions...
View ArticleGeneral discussion • Any plans for official Raspberry Pi HAT with 10BASE-T1S...
Hi everyone,I'm wondering if there are any plans for an official Raspberry Pi HAT that supports Single Pair Ethernet (SPE), such as 10BASE-T1S or 10BASE-T1L.I've seen some third-party modules already...
View ArticleMicroPython • Re: How to show "00000000" in this counter
That's expected behaviour, the counter is triggered by rising edge of the input signal and the output is updated only after measurement, which means no signal, no updates. You can implement a timeout,...
View ArticleNetworking and servers • Re: Content Filter
The Pi-hole is still the best solution, just use the appropriate blocklist. Choose from: https://github.com/StevenBlack/hostsStatistics: Posted by WouterO — Wed Jul 02, 2025 7:41 am
View ArticleGeneral discussion • Re: Any plans for official Raspberry Pi HAT with...
Do you mean something like this https://www.sheepwalkelectronics.co.uk/ ... cts_id=80 ?Statistics: Posted by wcl55 — Wed Jul 02, 2025 8:13 am
View ArticleGeneral discussion • Re: Does it make sense to make a laptop with Raspberry...
Main limitation on thinness is the battery, and the necessary parts of the Touch Display. If I could find a similar capacity battery that is thinner (albeit wider), I could perhaps reduce thickness...
View ArticleBeginners • Re: lgpio error
I would change Code: Camera = Camera() to Code: cam = Camera() and have Code: cam.record_video(….Statistics: Posted by neilgl — Wed Jul 02, 2025 8:51 am
View ArticleFor sale • Re: Giving up on NAS
Synology starts selling overpriced 1.6 TB SSDs for $535 — self-branded, archaic PCIe 3.0 SSDs the only option to meet 'certified' criteriahttps://www.tomshardware.com/pc-compone ... d-criteriaWhile...
View ArticleCompute Module • JTAG on CM5
I am looking for JTAG pins on CM5 module, found the test points in datasheet page 37. But unable to identify test points TP48, TP49 , TP50, TP51 & TP52 on the board, because CM5 board dont have...
View ArticleRaspberry Pi Connect • Laptop can't see RPi4b
I had Connect setup to be seen from a different laptop so I know it works.I have re-installed everything on RPi4b and the icon in the panel works correctly.What do I need to do in the laptop to 'see'...
View ArticleRaspberry Pi Connect • Re: Laptop can't see RPi4b
Just setting up email replyStatistics: Posted by peter linu — Thu Jul 03, 2025 8:38 am
View ArticleCompute Module • Re: JTAG on CM5
The GPIOs on the 40-pin header are provided by RP1 - they have no JTAG access to the SoC (or anything else). Debugging must be via the 3-pin JST header. You can either use a dedicated SWD debug...
View Article