Pidora / Fedora • Re: Fedora 42, Raspberry Pi and gpio-fan overlay
I don't think I'm going to be able to help you any further, but I've moved the topic into the Fedora section of the Forums in case somebody else can.Statistics: Posted by PhilE — Thu May 01, 2025 4:48...
View ArticleTroubleshooting • Unable to connect to Raspberry pi VPN server.
Hello everyone,I am new here. Please excuse me if I have not followed any forum rules.I am trying to make a OpenVPN server on a raspberry pi 4.On the router 192.168.1.1 no-ip DDNS is online and ports...
View ArticleTroubleshooting • Re: Trouble with a2dp
Nope, plastic one.Statistics: Posted by Popsicle — Thu May 01, 2025 5:03 pm
View ArticleBeginners • Re: Copper heatsinks and official fan compatibility
You could use 3rd party heat sinks with the official case and the fan that comes with it. The active cooler is a large heat sink with an included fan, so other heat sinks aren't going to work with...
View ArticleNetworking and servers • Re: TFTP soft ware for raspbery PI
Code: apt search tftpStatistics: Posted by thagrol — Thu May 01, 2025 5:19 pm
View ArticleAdvanced users • Re: using a 2nd SD card on the PI4 blocks all IO when using...
Sorry - an unfortunate update to this thread.We used the fix and it's a big improvement but it's not a fix. Writing at continuously to the 2nd SD card (whilst using WiFi) still causes stability issues...
View ArticleOfficial Display • Re: Alimentation cable on display touch 2 make a pin useless
Another hack....Statistics: Posted by gordon77 — Fri May 02, 2025 4:21 pm
View ArticleRaspberry Pi Connect • Re: Raspberry Pi 4 4GB RPI Connect not working
If this had been posted in the dedicated sub-forum for RPi Connect issues it might have been seen by the RPi Developers responsible for the service. 'General Discussion' doesn't help much..Disagree. I...
View ArticleGeneral • Re: problem with a very simple circuit
So obviously there is some disagreement about the pinout of TO-92: some say pin one is emitter, some say it's collector.Very funny or confusing. According to my experience, leftmost collector is true....
View ArticleGeneral • Re: Pico 2 - Multicore code, possible conflict SPI/DMA
I don't want to dig deep into the details of this thread, but for example ST7789 (other as well I guess) requires only to set it up once, then you can only throw raw image data at it (CS could me...
View ArticleCamera board • Re: Raspberry Pi Camera module 3 noir autofocus
Does it help if you set the --autofocus-window to just cover you in the frame?Statistics: Posted by gordon77 — Fri May 02, 2025 4:37 pm
View ArticleMicroPython • Re: Weird modulus problem
The `time.localtime()` function gives you the exact time when you call it, so in the `if` statement it's probably getting called right at the end of the 14:30:59 second for the modulo 2 part (which is...
View ArticleTroubleshooting • Re: How do I change layout for squeekboard onscreen keyboard?
Thanks kerry_s, that's an improvement. Is there any way to get more detailed control over the layouts?Statistics: Posted by michael9000 — Fri May 02, 2025 4:48 pm
View ArticleSDK • Re: RP235X Address Translation query
You can use the `flash_op()` bootrom API to read/write/erase flash using untranslated addresses (or it can do translated addresses,Can you give me a pointer where that's described and examples on how...
View ArticleRaspberry Pi OS • Re: display IP on the desktop background or bar
Thanks, it is working, can you just shared how you configured ~/.config/autostart?and to shared it the steps (until now):sudo apt install default-jre-headlesssudo apt install openjdk-17-jdkexport...
View ArticleTroubleshooting • Re: Raspberry Pi after reboot, will not do anything.
Indeed...What the OP has done is implement a work around....Ideally that is buying time to fix it properly...That is what it intended to be! It was more to keep the uptime above 50% as if it stops...
View ArticleTroubleshooting • Re: Root Somehow Locked
For troubleshooting purposes, may I suggest focussing on the recommended and supported Raspberry Pi Operating System - RasPiOS.RasPiOS is a version of Linux. What specific version of 'linux' did you...
View ArticlePython • Re: Autostart main.py in venv
Thanks! Command:Code: sudo nano /etc/xdg/lxsession/LXDE-pi/autostartAt the bottom of the file:Code: @lxterminal -e /home/vlado/Project/StartMain.shWith best regards, VladoStatistics: Posted by...
View ArticleTroubleshooting • Re: Suddenly 640x480 resolution
i was looking for the EDID ("display") line in your diag screen.your bootloader is very old (2011?)- suggest upgrading the bootloaderhttps://www.raspberrypi.com/documentati ... ate_stableyou can set...
View ArticleTroubleshooting • Re: VNC access no longer working
6 A6 W3 (Labwc) on the other hand helped! Now VNC works.Just to note, this (labwc) is the default setting.Statistics: Posted by dom — Sat May 03, 2025 5:25 pm
View Article