Python • Re: Debug Flask Server from Thonny
Ok, so I'm back to Flask, making progress. Code: if __name__ == "__main__": app.run(host="0.0.0.0", port=8035) # this worksCode: app.run(debug=True, host="0.0.0.0", port=8055) # this does not...
View ArticleTroubleshooting • Re: Question about Pi 5 RTC battery usage
Tried but command not found and unable to locate the package. I also installed the Battery applet but not working too, only a battery icon with flash shown.Statistics: Posted by lotech — Sat Oct 11,...
View ArticleGeneral • Re: LCD Timing Question
A few updates: I had to switch displays - had gotten a 2" based on an ST7789 and a 4" based on an ST7796S. The breakout for the former didn't expose the pin to read, only to write. Thankfully, the...
View ArticleBeginners • Re: Pi5 & Servo problem
To use the RP1 PWM functions on a Pi5 (RP1 chip) on GPIO18 (default) we edit config.txt to add the pwm overlay, save, then reboot:Code: sudo nano /boot/firmware/config.txtdtoverlay=pwmThen we can use...
View ArticleAdvanced users • Re: What is the correct way to set a domain name?
#3 and add the host name to /etc/hostname. Although I'm not sure that I've ever seen a Pi OS not set that.Statistics: Posted by knute — Sat Oct 11, 2025 8:21 pm
View ArticleRaspberry Pi OS • Re: Install to 4TB NVMe
Thanks.I had to look at my Pi 5 Gentoo installs. As I thought, I had done those installs as gpt even though they were on smaller than 2TB drives, both NVMe and SD Card.I'll just do that for this...
View ArticleGraphics, sound and multimedia • Re: Launch Video on Boot w/ Trixie Lite
thagrol, your guide was very helpful! Created a bash script and everything works wonderfully. For those interested this is what I ended up with:sudo nano ~/.bashrccvlc --fullscreen --loop --no-osd...
View ArticleMedia centres • Re: Kodi on Raspbian Trixie
After some time I found a solution (truth is I found someone who found a solution):https://forum.kodi.tv/showthread.php?tid=372513Code: Add in...
View ArticleOfficial Display • Re: The weight of the touch display 2
is there a secret for touch to wakecant seem to get it workingi'm using a 52pi 10.1" ep-0188https://52pi.com/products/52pi-10-1-inc ... 5-4b-3b-3bStatistics: Posted by kerry_s — Sat Oct 11, 2025 9:21 pm
View ArticleRaspberry Pi OS • Re: Stellarium on Latest OS (Deb13)
How are you running it?On a Pi5 running Trixie (Debian 13) I installed it using Code: sudo apt install stellariumthen run it from a Terminal using:Code: MESA_GL_VERSION_OVERRIDE=3.3 stellariumThe...
View ArticleTroubleshooting • USB Webcam No Longer Shows Up in lsusb
This on a Pi4B Running BusterActually there are two Pi4Bs hosting identical USB cameras. They are both in a location that I only visit for a few days each month. I can log in remotely. Both are using...
View ArticleRaspberry Pi OS • Resource usage of full RP OS when booted to console
So I tried to google this, and I'm not sure if no one else has asked this before, or I'm just not asking my question correctly.I currently have a Raspberry Pi 4 that I experiment with. I currently...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Kali 2025.3 is addedStatistics: Posted by procount — Sat Oct 11, 2025 11:32 pm
View ArticleTroubleshooting • Re: New Raspberry Pi 5 - SD cards keep getting corrupted...
Update October 2025: After replacing the two previous SD cards with an official Raspberry SD card, the device has been running stable. No more corruptions, no restores necessary. Woohoo!I still find...
View ArticleRaspberry Pi OS • Re: imager fails to add customation
See my edit above to get older releasesStatistics: Posted by neilgl — Sun Oct 12, 2025 7:36 pm
View ArticlePython • Re: Library CANTools
Working OK for me on a Pi4 running TrixieCode: mkdir myenvcd myenvpython -m venv --system-site-packages envsource env/bin/activatepip install cantoolsWe can start pythion REPL and import cantools. We...
View ArticleSDK • CMakelist configuration with Raspbery Pi Pico on VScode
Hello everybody,I have coded a simple C application for a Raspberry Pi Pico on VScode using the Raspberry Pi Pico extension and I succeed to complile, build and flash the program in the target. I had...
View ArticleMicroPython • Re: Micropython embedded in a C program?
Many thanks to all users and comments!@gmx : Good example, I had a possible solution in the Micropythoninstallation and never know of it, I try that!@hippy: when You talk I have always to learn; we...
View ArticleGeneral discussion • Problems using node-red-contrib-st-ethernet-ip and it...
Hi im currently using node-red in a raspberry PI 4 but, when I try to start node-red i got this problem, does anybody know how to solve it?This happens when I use...
View ArticleCamera board • Re: Is my camera sensor warped???
Ok, really, what is the best way to get a support question answered about this? I really don't want to touch the thing before at least hearing from someone at Raspberry Pi that it's ok.Statistics:...
View Article