Networking and servers • Wifi Router w/ Wireguard VPN for IoT
Hello.This is my project. A Zero 2 W with Bookworm lite 32bit acting as a router/Wifi-VPN bridge.I'm using nmcli to set up the functions, and the official documentation...
View ArticleNetworking and servers • Re: Ideas for controlling a Raspberry Pi 5 via...
An out-of-the-box commercial solution is UnifiedremoteIt should work via bluetooth, although it is long time ago that I used that. Last time I looked at it in detail was when I asked developers for...
View ArticleBeginners • Re: Raspberry pi 4+ HDMI enable
I Will try. Thanks.Statistics: Posted by txemuki — Wed Aug 07, 2024 4:59 pm
View ArticleCamera board • Re: imx577 camera width CM4
A quick update. If I disable media-controller in the overlay and directly cat /dev/video0 into a file, then I can get a correct picture:So it seems the problem lies with libcamera (or the media...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: custom I2C behaves strangely...
There are protection diodes on the ground.What kind of diodes are you using? Am I correct that this is simply a parallel capacitor to the diode with a maximum capacitance of 400pF?I suspected it, but...
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
Yep; you've got it.The below seems to do what's wanted though I am not sure about the polarities of the actual hardware. Disconnect the switch if using the code as it makes the input pin an output and...
View ArticleTroubleshooting • Re: Unusable WiFi on RPI5 with active Cooler
After weeks of grief and one unit exchange from the reseller, I have concluded the Pi 5 Wifi implementation is fatally broken. Without HDMI connected it will mostly connect on 2.4 Ghz. but exhibits...
View ArticleDeutsch • Re: Pi 5 bootet nicht, LED leuchtet nicht
Der Pi 5 sollte mit einem min. 3A-Netzteil (besser 5A wie das originale) betrieben werden.Ich habe meinen aber auch schon mit einem USB-C-Port vom PC kurz betrieben, der aber auch 3A liefert.An einem...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Pico 1 is also a microcontroller and has wifi ?!?!No, Pico is board (and even has no wifi), rp2040 is microcontroller. Pico W is board with wifi.Statistics: Posted by fanoush — Thu Aug 08, 2024 5:10 pm
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
To hippy:Beautiful paintings! For me personally, it's still not detailed enough to drive lego components. I could even add one or two missing things to it, such as the QSPI_CSn pin, or the power path...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
On the LITE version of Bookworm, A7 Audio Config gives "No audio systems installed":Statistics: Posted by neilgl — Thu Aug 08, 2024 5:16 pm
View ArticleDeutsch • Re: RPi4 über Switch nicht erreichbar
Wenn der Pi direkt am Router läuft, scheint alles ok zu sein, denn die Fritzbox hat auch nur einen popeligen unmanaged Switch.Switch ist ja nicht gleich Switch, daher kann ich Dir da nicht...
View ArticleGeneral discussion • Re: RaspberryPi in ITX format // ExplainingComputers and...
Much as I would like a Pi in a format which can nicely and easily fit into a traditional desktop mini-tower case I can't see the point. By the time you've made it a more standard format, added support...
View ArticleTroubleshooting • Re: USB Camera Detects but video won't work?
It would appear to me none of those are identifying as a webcam with v4l2 controlWhat /dev/videos show with ls /dev ?Statistics: Posted by gordon77 — Thu Aug 08, 2024 5:22 pm
View ArticleHATs and other add-ons • Infrared Remote Transceiver Shield
Has anyone experience with the IR Transmitter Infrared Remote Hat Expansion Board 38KHz Transceiver Shield for Raspberry https://www.ebay.com/itm/266817816608 and/or...
View ArticleNetworking and servers • Re: Resolving host.local problems
Or, you could simply put a DHCP and DNS server on a Pi to serve your network and be done with mdns. DNS/DHCP is deterministic and prescriptive, while mDNS, as you've discovered, can sometimes have...
View ArticleGeneral • Re: irDA in rp2040/2350 ?
iRDA isn't supported. The registers are just part of the ip block that was imported to the datasheetthats a shame. so its just kinda poorly written, they shouldve asterisk'ed at least... thank you for...
View ArticleGeneral discussion • API + Frontend, to simplify debugging/running small IoT...
Hi folks,This summer I built a realtime logsystem that I'm using for my home automation stuff. Basically its a simple API that can save LogEntries from a HTTP Get or Post. The Log API is very simple...
View ArticleBeginners • Re: Online Editor
Thank you to DS256 and B.Goode for above replies.The book I am using is “20 Easy Raspberry Pi Projects” by Rui and Sara Santos.Whilst the projects in the books are involving hardware, I was trying to...
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
Many thanks - exactly the same issueFor reference ZADIG will install libusb so that shouldn't be an issueBoth your version and mine will build the examples and sdk test files OK. The issue seems to be...
View Article