Quantcast
Channel: Raspberry Pi Forums
Browsing all 5025 articles
Browse latest View live

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 Article


Other 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 Article


Raspberry 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 Article

General 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 Article

Image may be NSFW.
Clik here to view.

Gaming • 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 Article


MicroPython • 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 Article

General • 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 Article

Advanced 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 Article


C/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 Article


MicroPython • 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 Article

Networking 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 Article

Advanced 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 Article

Other 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 Article


Troubleshooting • 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 Article

Image may be NSFW.
Clik here to view.

Interfacing (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 Article


Troubleshooting • 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 Article

Troubleshooting • 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 Article


Camera 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 Article

Image may be NSFW.
Clik here to view.

Troubleshooting • 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 Article

Image may be NSFW.
Clik here to view.

Troubleshooting • 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
Browsing all 5025 articles
Browse latest View live