Beginners • Re: RPi IR Blaster
Ive been screwing around online wanting to build a Printed Circuit Board for a Raspberry Pi Project (IR Remote)and I found an online resource for drawing up schematics and then preceding to draw up...
View ArticleTroubleshooting • Re: Issue pi zero WH doesnt want to turn on
Thanks it workedStatistics: Posted by pi2027 — Thu Apr 18, 2024 12:59 am
View ArticleTroubleshooting • Re: Monitor cutting off the display - Bookworm
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 ArticleTroubleshooting • Unable to apt update Pi4 running bullseye...
I've just tried to update my Pi4 as I normally do every few weeks and have run into the following error:Code: kyoukoku@RasPi4:~ $ sudo apt updateHit:1 http://archive.raspberrypi.org/debian bullseye...
View ArticleC/C++ • Re: RP2040 read GPIO with memory mapped access
you have problem with your code.You need to set your gpio. On reset All gpios are set to be 0x1f in function . Which is ?????To prove my point I just made your example , in c-sdk , but set 4 gpios to...
View ArticleTroubleshooting • Re: Critical shortage of swap space - pi5
I have just set up two new Pi 5s headless. I plan to use them as DHCP/DNS servers, with one being an internal web site for building monitoring and nagios, and the other as a NAS server with an...
View ArticleGeneral discussion • Re: Wired SSH connection to Pi Zero 2W (not using gadget...
So I have a pi0 2W setup outside and often find network connectivity to be poor. In these cases, I really want to get a wired connection to ssh into the device and debug directly. I've seen lots of...
View ArticleGeneral • Re: Dual Spiral Clock using 2 stepper motors driven by RP Pico
I only finished it 2 weeks ago and it was 4 minutes fast, so adjusted the "delay". I do not want to use a "W" as that seems like cheating! I have another clock that is a linear clock that has run for...
View ArticleMicroPython • Re: Convert WiFi codebase from CircuitPython - mDNS issue
I can sorta-kinda get it to work, but something is messy with my internal LAN so I don't get the .local address I expect.Using MicroPython v1.23.0-preview.324.gd11ca092f on 2024-04-17: the latest...
View ArticleTroubleshooting • Unable to get my pi 5 off the following screen
I’m trying to get my pi setup. Had it setup correctly, but something went wrong with my micro sd (assuming it got corrupted). Got a new micro sd, same as what came with my pi, but now I’m getting the...
View ArticleBeginners • Re: messed up desktop
Thank you immensely for the reply. Diligently followed instructions but no fix. Changing defaults does not seem to help.I am new to Linux and have messed some things up and had to re-install with the...
View ArticleTroubleshooting • Repo no longer has a Release file.
I am getting the following error when trying to update my pi.'sudo apt update && sudo apt upgrade -y'E: The repository 'http://httpredir.debian.org/debian buster-backports Release' no longer...
View ArticleTroubleshooting • Re: X11 forwarding not working.
Not really enough information provided to offer an real help.Your checklist could have been quite a big help, except that between my asking and you answering, I managed to fix it.In compiling the post...
View ArticleBeginners • Pi Zero 2W ON/OFF Switch
I’m testing a Pi Zero 2W on battery for an “in the field” device. I’m looking for a way to shut down and power up the Pi so I don’t corrupt the OS.I found this tutorial, curious if this is the best...
View ArticleTroubleshooting • Re: Repo no longer has a Release file.
I even tried switching over to the Debian repos and I am getting the same thing.Change /etc/apt/sources.list back to how it was before. Using the Debian repos will break the install as they're not...
View ArticleCompute Module • Have i killed the ethernet PHY on my CM module?
I've developed a custom carrier board for the CM4 and i have found that i couldn't detect carrier or operstate on the on ethernet port. I have two CM4 modules (eMMC without wifi) which have both been...
View ArticleGeneral • Re: eidt program with WiFi connection only
I see there's a PR that adds WebSocket support to mpremote. So we can waitStatistics: Posted by scruss — Fri Apr 19, 2024 1:37 am
View ArticleTroubleshooting • Re: Something is messing mith my DPMS (monitor timeout)...
Ok, this is kinda embarrassing… the values in xorg.conf are in minutes not seconds… so I thought I set 900 seconds but actually set 900 minutes…Statistics: Posted by i0ntempest — Fri Apr 19, 2024 2:15...
View ArticleGeneral discussion • Re: Fortnite in raspberry pi?
But it should compile from source fairly quickly at that clock speed.but at 2.9THz, emulating wouldnt be such a drag, lolStatistics: Posted by cleverca22 — Fri Apr 19, 2024 11:54 pm
View ArticleBare metal, Assembly language • Re: Accessing ISP functionality on Raspberry...
I guess this means it won't let me read those registers from the Linux user side.for basic testing, you can defeat that with vcpokethat does reads from the VPU side, so you need to use a 7e based...
View Article