General discussion • Re: Fun 3D printed Pi5 case!
I'm on the practical side of the spectrum. The Zero case also works with Zero2, and the "B" case works with all B variants.https://www.printables.com/model/24751- ... board-caseGreat idea! Just a...
View ArticleTroubleshooting • Raspberry Pi Model 3B flashing green light
Hello, I am having issues with my Raspberry Pi Model B. When I power up the device, the red light doesn't flash at all, but the green light flashes once, does like 3 mini flashes (like it's spazzing...
View ArticleBeginners • Re: HDMI Overscan
I had a very similar problem. Buried somewhere deep in this site I found this...Code: video=HDMI-A-1:margin_left=50,margin_right=50,margin_top=30,margin_bottom=30Just append this to the end of...
View ArticleGeneral discussion • Re: New Raspberry Pi PMIC partnership
Good point. I dug down through a news article which suggested to me it was talking about PMIC but perhaps not, could be related to on-SoC IP.Still sounds like good news.RP2040 is on a 40nm node......
View ArticlePython • Re: Program that works in windows not working on pi
None of that code by itself does anything.Post the entire code.main.py:Code: import jsonstartmoney = 1000data = {}def read_file(): f = open("data.txt", "r") file_contents = f.read() f.close()...
View ArticleBeginners • Re: Pi 5 Net Install SUPER SLOW - please help
This is not an solution instead another query! Is your ssd connected via PCIE or USB as in my case the USB ssd is not detected but USB flash drives are detected. But I installed OS on Same SSD via RPI...
View ArticleTroubleshooting • Re: Raspberry Pi Model 3B flashing green light
Carefully read and follow these instructions https://forums.raspberrypi.com/viewtopic.php?t=58151Statistics: Posted by memjr — Tue Jun 04, 2024 3:32 am
View ArticleOther programming languages • Re: Perl error in Buster
yeah, I wouldn't recommend sharing any path in @INC on a networkStatistics: Posted by scruss — Wed Jun 05, 2024 1:44 am
View ArticleTroubleshooting • Do I have to rewrite my opencv python code for bookworm?
I installed bookworm on a pi 4 8gb. Libcamera stuff works, so does PiCamera2. I am trying to get all of my opencv programs running. A simple camera snippet won't work.Code: import numpy as npimport...
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
I'll confirm this tomorrow but I suspect we tested the hailo device at gen 3 speeds and it worked fine. Note that the interface is not qualified for Gen 3 but will actually run at gen 3 for a lot of...
View ArticleTroubleshooting • Re: Got my first Pi, DOA?
I don't believe that is recoverable.So I just got a bricked device? Is this common? Are devices not tested before being sent out?Not the best first experience.I got mine from Vilros.I think it's...
View ArticleHATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case
We are looking into longer screws so the official case can be used more easily.Thanks. Would make sense as a pack in extra for one of the items.Question now is : where can I get just four 8mm screws,...
View ArticleBeginners • Re: Connecting a LQ035NC111
So I've been looking at vids and online guides and came to the decision of a driver board for that specific LCD. I'm just curious about wiring it up, so the driver board is 12V so I'll be using an...
View ArticleMedia centres • Re: Peppy player
I am having problem with the Picasso release not able to save the radio browser list onto a USB external drive. It works fine if I use SD card instead of USB drive. To recover from that I have to...
View ArticleAdvanced users • Rpi routerless LAN network with static IP or dnsmasq?
Hello, my rpi5 desktop 64-bit has no router and receives Internet from the phone hotspot.I've connected a Wi-Fi AP (UAP-AC-LIte) via Ethernet to the rpi5 RJ45 port.The Wi-Fi AP will be used for WLAN...
View ArticleTroubleshooting • ppp between a rasp pi zero and esp32
Good Day I am tossing this out there for some suggestions. I am trying to see if I could get a PPP session between a rasp pi zero and esp32 that are hooked up via their UARTs with dupont wires. Thus...
View ArticleRaspberry Pi OS • Re: Problem with Raspberry Pi Os
From the online installation manual for RaspAP -Ref: https://docs.raspap.com/manual/#restartRestartFinally, restart your device and verify that the wireless access point is available:sudo systemctl...
View ArticleGeneral • Pico W -> RFM69 + MQTT + Home Assistant = Automatic Awning Control
Friends, I just completed my first Pico-W project. This was a bunch of fun and I'm really glad I tried out this hobby!BackgroundI have an awning in the back that we mostly open during the summer to...
View ArticleGeneral • Re: Theorectical length of wire connecting two Picos
Come on, I thought it's quite obvious I meant it more as a theoretical upper limit for the transceiver, not some high school physics exercise...Statistics: Posted by horuable — Wed Jun 05, 2024 3:57 am
View ArticleTroubleshooting • Re: Do I have to rewrite my opencv python code for bookworm?
And now I can't import cv2. Genius. I read many posts at various places. It seems the solution is to rewrite code to use PiCamera2? Is this the answer? That will take some work that I wasn't...
View Article