Interfacing (DSI, CSI, I2C, etc.) • Re: Making the Raspberry Pi 4 Control...
So I really just want the screen to go black and by that I mean that I want the backlight to be off so that it won't keep me awake. I originally tried shutting the display off using xrandr. That...
View ArticleMicroPython • Pico W Reliability
I am building a simple temperature server using a Pico W. The code is here: https://github.com/edmcman/rpi-temp-ser ... er/main.pyIt works well, but eventually becomes disconnected from the wifi. I...
View ArticleTroubleshooting • Re: Error while loading R. Pi 5
viewtopic.php?t=58151Statistics: Posted by thagrol — Sat Dec 21, 2024 11:48 pm
View ArticleBare metal, Assembly language • Re: Problems Setting up Circle SDK for PI Zero
Great, glad you have it working Tony! The discussions page also has lots of useful information: https://github.com/rsta2/circle/discussionsStatistics: Posted by pmoore — Sun Dec 22, 2024 12:11 am
View ArticleTroubleshooting • Power over USB-C not working on Pi 5
I am trying to power my raspberry pi 5 using the USB-C port on it. I have read all the necessary documentation and am using a more than capable PD charger, and a cable that is also in spec. However,...
View ArticleMicroPython • Re: Pico W Reliability
Might be useful to first check causes at the upper levels of the stack. It's a complex stack.Run a hotspot using a smartphone or a PC and see if the behaviour is different. If it does not disconnect,...
View ArticleTroubleshooting • Re: Power over USB-C not working on Pi 5
Have you tried using an official RPT PSU?Even most PD-rated power supplies won't provide over 3A at 5v, and if it's a charger, it may not be all tat reliable at that power level, let alone 5A the Pi5...
View ArticleOther RP2040 boards • Re: Custom rp2040 with TB6612FNG Motor Driver
connected to a (LIPO) battery via USB-C (5V output)Since this is the bogey, obviously those here will need more information on it. If it is a charger power bank (or a DIY charger power bank with a...
View ArticleAdvanced users • Re: Warming "your fstab has been modified"
Bug still happening at end of December 2024... crazyStatistics: Posted by puterboy — Sun Dec 22, 2024 1:58 am
View ArticleAutomation, sensing and robotics • Script lines to run only between certain...
Posting this here because I believe that there may be others running similar scripts for home security systems...I've really thinned out a script that runs on a Pi that monitors my living room sliding...
View ArticleRaspberry Pi Desktop for PC and Mac • Pc desktop Onboard wifi not showing up...
Hello, I have one of thiese mini little Pc it is a GMKtec G3. I has Wifi but for some reason the Debian desktop can not see it. Also I have tried 4 different usb wifi and same problem. I can see the...
View ArticleTroubleshooting • Re: CUPS BROTHER MFC-J5910DW
The Brother MFC-J5910DW printer supportsAirPrint™, so doesn't require any drivers to be installed ((source)). Make sure that the the printer and your Raspberry Pi are on the same network, and you're...
View ArticleRaspberry Pi 400 and 500 • Re: Can a Pi 400 Power the new monitor?
can the Pi 400 power the new monitor over USB-C? I have the older 15 watt official supply that shipped with the 400 kit. Is that good enough to do the job, or will I need to upgrade to the newer 27...
View ArticleGeneral discussion • Re: Firefox-ESR in Bullseye (Debian 11) - March 2025...
Haha, no I can't. As mentioned already.Can't or won't? You're two major releases behind and likely unsupported at this point. Unless you upgrade, you're going to get farther and farther behind with no...
View ArticleBeginners • Re: How should I study a Raspberry Pi before I write code for it?
It largely depends on what languages you plan on writing your code in. If it's an assembly language, you need to learn the specific assembly language for the target hardware. That's ARMv8 in the case...
View ArticleBeginners • Re: Connect a RPI Zero 2W to a composite connector?
You did not connect GND as well?Got ground from another pad and adding that to the RCA connector sleeve didn't make any difference; the signal was the same with or without ground, so I thought it...
View ArticleTroubleshooting • Re: Pi5, 4 long 5 short and no output to HDMI
Thanks for the advice, I had tried changing the boot loader and wound up with a green screen which I think is good from what I hear. Unfortunately no changes in booting once I tried a new os. I...
View ArticleRaspberry Pi OS • Re: What is the path syntax to a shared folder?
Thank you @thagrol for that detailed explanation.My use case is the I as owner of the shared folder have full access and the other user/users only have read access.I would use it to pass temporary...
View ArticleMedia centres • Re: Peppy player
In your post #609, you posted images of a clock screensaver using nexie tube. How do you add this to the current clock screensaver?Merry Christmas!Statistics: Posted by y2kats65 — Mon Dec 23, 2024...
View ArticleBeginners • Re: 6 weeks and out of time
activate your venvthen type pythonyou are now in the Python REPL/Terminal, and you can use python commandstypeimport RPi.GPIOit should failtryimport lgpioit should also failExit your venvgo to your...
View Article