Interfacing (DSI, CSI, I2C, etc.) • Re: What driver preceeded VC4 DRM?
Ok, ignore the "dmesg" stuff, operator error. To be sure I am on Bullseye up to date. The problem is that vc4-drm see's EDID data as checksum is invalid, remainder is 134. All methods to display EDID...
View ArticleMicroPython • Re: Thonny and _thread on Pico
Yes, threading does all sorts of weird stuff -Code: import timeimport _threaddef MyThread(): while True: print("Tick") time.sleep(1)_thread.start_new_thread(MyThread, ())while True: time.sleep(1)And...
View ArticleGeneral discussion • Re: Portable Power Supply For Rpi?
Also, most packs momentarily turn the power off and back on when you plug it in to a power source to recharge, which effective turns off your Pi without a proper shutdown.and if you dont draw enough...
View ArticleBeginners • Re: NTP time issue
Can't help with your issue beyond saying that in my own Python application ... I changed "pool.ntp.org" to "0.debian.pool.ntp.org" and it worked just as well as it always has, so I can't see there...
View ArticleGeneral discussion • Re: Screen Reader: How to disable?
You could just turn it off.man orcaWill give you instructions.Desktop Mode...Insert+S toggle speech on and off....Laptop Mode...Caps_Lock+S toggle speech on and off.Statistics: Posted by ame — Sun Apr...
View ArticleRaspberry Pi 400 • Re: Having trouble with my 1366x 768 monitor for my...
viewtopic.php?t=284866Thanks for the pointer. Turns out that I needed to switch from Wayland back to X11.My only critique is that I wish you'd use words along with the forum link. I find it quite...
View ArticleGeneral discussion • Re: Raspberry pi zero w + bigger battery
^^That is not my interpretation of the specs. The 3 is supplied with a 1200mAh cell whereas the 3+ comes with a 5000mAh one. Probably PiSugar would confirm that you can replace the 1200mAh cell of the...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
The Pi 5 does not "ask" as it is the sink. The source offers (advertises) available modes and the sink selects from the offered modes.I think it's mostly an issue of semantics. It is as you describe...
View ArticleTroubleshooting • Re: Raspberry Pi 5, official active cooler always running...
I only ran Code: apt update && apt upgrade -yDid you tryCode: apt full-upgrade -y? Just "upgrade" doesn't always install all of the updates such as the latest kernels.Statistics: Posted by...
View ArticleSDK • Re: Out-of-Memory Errors When Publishing MQTT Messages
What is the recommended approach for determining the MQTT broker’s IP address?In my network, the computer running mosquitto has the hostname 'mqttbroker'. This can be used in client programs.Or you...
View ArticleRaspberry Pi OS • Re: Raspberry Pi5 (4GB) freezes twice a week, due to too...
hit escpress shift zzHummm, my fingers are trained to....Code: hit esc:wq <CR>if I want to write the file dangnabit, I want to write the file, no ifs ands or maybes....Though to be completely...
View ArticleHATs and other add-ons • Re: Issue with using GPS and LTE network with Sim7000X
Sorry for the late reply. I've managed to get it working for both, GPS and the Internet, but I needed to use a USB cable for it and access GPS or Internet through serial and other through USB. The...
View ArticleTroubleshooting • Re: VNC Pi4
Understood thank you for breaking it down for me. Yes I was referencing RealVNC, I will continue to use bullseye until they fix bookworm.Statistics: Posted by TBL194 — Mon Apr 08, 2024 7:53 pm
View ArticleTroubleshooting • Re: Issues installing OpenCV Virtual Enviroment
Starting with Bookworm, you're not supposed to install packages in the system with pip anymore.But IF you really, really want to do it, you can do it and all you have to do is to follow the...
View ArticleCamera board • Re: Your best camera module v3 shots?
Adding one more set, these are red buds that are in bloom in Kansashttps://i.imgur.com/yUqKW9Z.jpg (red buds)https://i.imgur.com/uEOJ4DS.jpeg (red buds)https://i.imgur.com/oVfGDMs.jpg...
View ArticleTroubleshooting • VNC on Pi Zero 2W - last chance
I have been trying to access RealVNC on my headless Pi Zero 2W (running Bullseye) from a client on a Win 10 pc, for some time now. I keep getting a black screen with "cannot currently show the...
View ArticleAutomation, sensing and robotics • Re: Send notifications to phone using...
Hi, I'm new to coding and I am currently making a fire and gas detection system using a Raspberry Pi model 3. I can't figure out how to send some sort of notification to my phone once a condition is...
View ArticleRaspberry Pi OS • Re: Screen Reader: How to disable?
This morning, i turned on my raspberry pi 4 to hear a voice on my screen. At first, I thought that it was my monitor but as i muted my volume it stopped. I did a load of searching and I found that it...
View ArticleCamera board • Re: Take a small picture by setting size but use scale not crop
This is another detail I should have mentioned but when I'm talking about scaling down here I am not placing importance on quality since it's for a live display see attachment below for context...
View ArticleTroubleshooting • Re: Temporary failure in name resolution
Anyone?Statistics: Posted by HvdW — Mon Apr 08, 2024 8:41 pm
View Article