Beginners • Re: Getting the Raspberry Pi 1 B+ Started Up.
Get a keyboard and monitor. Then you can see what's going on.That model of Pi is still supported, and the latest OS works, so no worries there.Statistics: Posted by ame — Mon Jul 07, 2025 7:10 am
View ArticleGeneral • Re: If I set Pin 23 on the Pico W to Low ... can I still use...
In schematic GPIO23-WL_ON goes to both G6-WL_REG_ON and E6-BT_REG_ON.Statistics: Posted by gmx — Mon Jul 07, 2025 7:21 am
View ArticleBeginners • Re: Overview of organisations, developers and security of RPI...
So who are all these organisations and developers?Who is rpifunfun? Why is he asking all of these questions? He seems to be rather inquisitive for a beginner.It reads a bit like some of the so called...
View ArticleTroubleshooting • Re: A bug just made me losse many TB of data
Username checks out.Never fear! You can always just restore from your backups.Statistics: Posted by ame — Tue Jul 08, 2025 7:01 am
View ArticleBeginners • Re: Using RPi 3B as a router for Powerwall 3
I'm not familiar with Powerwall, but I do use a Pi3 as a WiFi router very succesfully on my boat. I have an external antenna that picks up free WiFi signals from wherever I am at the time and that is...
View ArticleOther • Re: HDMI output issue on Raspberry Pi 4B 8GB – screen glitches after...
Thank you for your suggestion! I will investigate the kernel in that direction. However, I have noticed a strange phenomenon: I am able to run the system successfully on the 4B/4GB version, but it...
View ArticleFrançais • Re: Executer un script afin de demarrer VLC avec un stream video
Bonjour,Malheureusement le script ne fonctionne toujours pas Code: #!/bin/bash -xvLOG_FILE=/tmp/vlc_rtsp.logexec 3>&1 1>>${LOG_FILE} 2>&1echo "Démarrage programme $0 - $(date...
View ArticleAutomation, sensing and robotics • Re: Connecting an electropneumatic...
This seems to be a fairly common requirement. I'd look into getting a module like this, although I haven't used one myself:https://vi.aliexpress.com/item/1005007498973595.htmlStatistics: Posted by ame...
View ArticleRaspberry Pi OS • Re: First boot not working properly in a old hardware (Pi 3...
Failed to execute /init (error -2)Kernel panic - not syncing: Requested init /usr/raspberrypi-sys-modes/firstboot failed (error -2)The fact that the kernel tries to execute /init, rather than...
View ArticleSDK • Re: Creating proper C++ Pico SDK libraries
Hello, and no, I wasn't able to create the library in the way I wanted. But I also haven't worked on it much, as I'll only need it a bit in the future.But I do have a suspicion that the problem that I...
View ArticleBeginners • Re: WiFi not working on Zero2W?
This is probably the known issue with Imager WiFi settings with 1.9.4 on Windows 11 https://github.com/raspberrypi/rpi-imager/issues/1067So, we could use 1.8.5 to work around it.Thanks, but I just...
View ArticleCompute Module • What is the purpose of R9 on the CM5 IO Board?
The CM5 IO board has a 2.2k resistor, R9, between +5v and GND (shown on the first page of the schematic diagrams on the USB-C receptacle's VBUS). There is a note next to it saying "Discharge Resistor...
View ArticleGaming • Re: Playstation Portal-type idea
why don't you just connect everything to see if its feasible before worrying about 3d printed housing, etc ?Statistics: Posted by wcl55 — Wed Jul 09, 2025 7:36 am
View ArticleRaspberry Pi OS • Re: Unable create a remote access via SSH
you have several options- enable serial tty1 and connect a usb rs232 thingy bob- run rpi imager in an environment where it actually works, like on linux. you can probably do it in a virtual machine.-...
View ArticleAdvanced users • Re: Powering a RPI using a Car Battery.
Or go the other way.What is you weather station doing.If nothing actually computer intensive and just a vane, bucket, temp etc then a move to a PiPico2 or other RP2350 with a built in charger circuit...
View ArticleTroubleshooting • Re: Raspberry pi not booting after update to kernel and...
you learned not to trust chatgpt !you could mount the sd card on your pc and save whatever you'd like to keep then just write a new image to it, not worth tinkering for hours for no gainaddCode:...
View ArticleAdvanced users • Re: Secure Boot and Firmware Signature Verification
I think:If you have secure boot enabled, you need to have a boot.img that is signed by a key stored in the bootloaderby default every Pi comes pre-loaded with a key managed by Raspberry Pi and they...
View ArticleGeneral discussion • Re: RPi 4 improving performance and battery runtime?
I've been using the Raspberry Pi 4, 8 GB, with the Touch Display 2, and a 5,000 mAh UPS hat (the PiSugar 3 Plus). It's running Raspberry Pi OS 64-bit from a 64 GB Samsung microSD card.I find, using...
View ArticleTroubleshooting • Re: Debian 24.04 not installing via RPi imager
When I try to flash my SD card with Debian 24.04 via the RPi imager program, it starts to work and then I get this error:A visitor from the future, maybe?Ref: https://www.debian.org/releases/The...
View ArticleCompute Module • Re: What is the purpose of R9 on the CM5 IO Board?
The usb spec requires the 5v rail on the board to be below 0.7v before the PSU will supply power in some circumstances if you remove and reapply the PSU very quickly the 5v rail may not have...
View Article