Troubleshooting • Re: Headless Raspberry Pi 4B WAN change
I found adding a name to each network and indentation helps:Code: network={ ssid="AniDGreat_5g" psk="XXXXX" key_mgmt=WPA-PSK priority=90 id_str="new"}network={ ssid="Partha allience" psk="XXXXX"...
View ArticleOther projects • Re: Monitor car battery
There is a very simple (two resistor) monitor project at https://stfn.pl/blog/22-pico-battery-level/You will need to tweak the code depending on the accuracy of the resistors and the Pico ADC - note...
View ArticleRaspberry Pi OS • Re: Getting the changes in the latest 2024-07-04 release
Could you tell me where did you find this changelog?I like the easy straightforward ones....https://www.raspberrypi.com/software/op ... -os-32-bitClick on "Release notes"(I think the Release notes are...
View ArticleGeneral discussion • Re: How to reconcile mpich version differences between...
Thanks, I do appreciate the sensible advice, and although I'll probably follow it in the short term for this particular system, there's more to it that I haven't explained yet, that means I'ld still...
View ArticleGaming • Re: Help with gpio buttons and image
Hi all,I'm rather new to this but have been putting together a retro game system on the raspberry pi 4. I have a prebuilt (jaycar) cabinet that is plug and pay and has gpio. I have used a pre built...
View ArticleMicroPython • Re: 2 arguments Bur given three
The fill method needs a color value only.Example:color = pixels.colorHSV(hue, 255, 255) pixels.fill(color)my_strip .write()orgreen = (0, 255, 0)pixels.fill(green)my_strip .write()or combine last...
View ArticleGeneral • Re: Powering the Pico via a disassembled 5V wall adapter
In the UK every cable must be supplied by a fused circuit that is equal to or below the cable rating.Not sure that's relevant here. The circuit is fused, of course, since it's coming from my outdoor...
View ArticleAdvanced users • Re: Official Raspberry Pi HDMI to VGA Cable - review
Just out of curiosity, how do these cables handle the problem that there are 3 different kinds of HDMI connectors used on the various models of Pi? The pictured cable seems to have a full sized HDMI...
View ArticleC/C++ • Re: H264 Hardware Video encoding on RPi Zero 2 W ?
You can use any of the Raspberry Pi Camera Modules, depending on the resolution and features you want. Make sure it has the correct cable for the Pi Zero or Pi 5 (the Pi 5 uses the same Camera...
View ArticleMicroPython • Re: ViperIDE - Web-based MicroPython programming
https://viper-ide.orgA browser-based IDE for MicroPython programming - which looks like it could potentially be run locally if one wanted. More details at -https://github.com/vshymanskyy/ViperIDEIt...
View ArticleNetworking and servers • Re: access point with captive portal with script...
Dig a bit more - the internet connection comes from the AP and network set up and has nothing to do with nodogsplash.You only want it for the connection verification.See this closed issue for a few...
View ArticleAdvanced users • Re: Warming "your fstab has been modified"
Yes, you can just ignore it, and things will continue to work.Then what does this hint affect to?You can also put the daemon-reload into /etc/rc.local, but ISTR that the daemon-reload needs to be done...
View ArticleOther projects • Re: Custom Key pad
also I think I got this is the wrong way round?Ok. Don't panic champ! Sorry I can not get to this as much as I'd like, but please keep at it.It's ok to stop and regroup, question assumptions, or...
View ArticleTroubleshooting • Re: Raspberry Pi OS is too dependent on date/time...
Try http://phk.freebsd.dk/time/20151129/Statistics: Posted by mby — Sun Jul 14, 2024 10:08 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C connection on Pi 5 not working
Pi's GPIO are 3.3V only! Do your devices have pull-ups against VCC (5V)?Have you checked your sensor on another platform?Just tested a TI BOOSTXL-SENSHUB BoosterPack - that's a bunch of sensors (5...
View ArticleTroubleshooting • Re: Brand new RPi 4B freezes
Tried installing epiphany which is billed as a "light-weight" browser and have exactly the same issue with freezing - the RPi freezes as soon as it starts to load a webpage. Are there any web browsers...
View ArticleTroubleshooting • Re: Offline repo for RPi OS doesnt work
There's a few ways to check. The one I use, which uses the package manager isCode: dpkg --print-architecturewhich will show armhf or arm64.I guess you're right: the output gives me 'arm64'. And the...
View ArticleCamera board • Re: Low FPS video capture through libcamerify
I tried controlling exposure using /dev/v4l-subdev0, when I runCode: v4l2-ctl -L --all -d /dev/v4l-subdev0I get:Code: Driver Info:Driver version : 6.6.31Capabilities : 0x00000000User Controls exposure...
View ArticleTroubleshooting • apt-get update look for a connection to postgresql
I made a try with PostgreSQL and do not want it any longer.I did the usual delete from system with apt-get purge postgresand postgresql and postgres*.But what ever when i make sudo apt-get update it...
View ArticleTroubleshooting • Re: Send IR Command LIRC
I tried to change configuration using a raspberry pi 2B with Buster. But nothing to do....Sorry for the delay in replying. Unfortunately I don't see the LED light up even with the camera in any way ....
View Article