General • Re: Uploading to Pico took out Bookworm desktop
I had earlier marked the OP as "[Resolved]" believing it fell under the case of 'one of those things which sometimes happens'. I have removed that as I appear to have found a consistent means to...
View ArticleRaspberry Pi OS • Re: Reseting the settings on the Pi OS to something else
you know there's a lite versionuse imager to create & edit to customize/preconfigureStatistics: Posted by kerry_s — Mon Sep 16, 2024 2:56 am
View ArticleGeneral discussion • Re: PulseAudio Playback on Server and Client
default audio front end is pipewirepulse audio is still there, but it's not the default & sure to be dropped latter.Statistics: Posted by kerry_s — Mon Sep 16, 2024 3:21 am
View ArticleBeginners • Re: Voltage Monitor Max 25kV
No, the pi cannot handle more than 3.3v, and I doubt very much you will find a hat for this,99% sure you will have to build your own solution for this.You may want to Google up "high voltage testing...
View ArticleGeneral • Debugger is Unable to read RISC-V Registers
I was finally able to get VS Code to load and run risc-v code. Things work pretty well, I can load code and step into functions and breakpoint and do all that. But for whatever reason, if I ask the...
View ArticleBeginners • Re: pi5 using 480i
First time user, here. I managed to get 480i on boot.You may need to use "sudo rpi-update" to get the interlaced fix that @6by9 worked out - props for that! Until the apt release hits 6.6 or whatever...
View ArticleGeneral • Re: Need some help figuring out PIO code problem
Ok I've sort of figured it out. Has to do with the .side() pin settings. If I set the last 2 bits, the 9th bit and the stop bit to .side(1) for the address and .side(0) for the data it seems to work....
View ArticleNetworking and servers • Re: Connect Raspberry Pi to eduroam wifi
RPi GUI just uses the usual student login for the system, which around here is userrid@institutionaddress.ac.ukThat's good to know. I think Android and maybe Apple put each part in separate boxes....
View ArticleNetworking and servers • Re: Raspberry Pi 5 / RPIOS 64bit lite Bookworm: Does...
NetworkManager reads data inCode: /etc/NetworkManager/system-connections/I would not recommend editing the files directly. For desktop access run:Code: nm-connection-editor# or sudo...
View ArticleBeginners • Re: I found a new command whereis
Umm why not just alias find?Mainly because I wanted the flexibility of Python to tailor it to what I wanted.Statistics: Posted by hippy — Tue Sep 17, 2024 12:50 am
View ArticleTroubleshooting • Samba works for one share but not another. Permission Denied
Hi,I have setup Samba on a new build but am having an issue where I can access one share but not a second oneI can create a (windows) 'map to shared drive' for jchome but not for HAConfig. The error...
View ArticleTroubleshooting • 100% duplicate monitor not possible
Hi,I hoped that I could 100% duplicate the two monitors (have exactlhy the same output on both HDMI outputs) with the monitor tool that is included with the up to date 64-bit bookworm edition. With...
View ArticleOff topic discussion • Re: A Blast from the Past
It's not an original 1B. The one shown has the "mounting" holes and the additional GPIO holes.This on the other hand...Ah, yes...complete with a polyfuse for each USB port...Statistics: Posted by W....
View ArticleTroubleshooting • Pi 5 Completely Freezes When using External Hard drive and...
Seeking help / advice / recommendations for a recently acquired Pi 5 running latest 64bit bookwork. Trying to get this Pi 5 set up as a home media server with CasaOS and Plex. I can't even set up my...
View ArticleGeneral • Re: control a set of 15 inputs that output 15 outputs on Pico
Ok. I have simulated a couple of LEDs and buttons with Wokwi. I'm pretty sure that the code works.Statistics: Posted by ame — Tue Sep 17, 2024 2:22 am
View ArticleNetworking and servers • Re: Assistance with script to change Static IP
The Debian Reference suggests using systemd-networkd instead of NM in [url=https://www.debian.org/doc/manuals/debi ... ithout_gui]5.3.Someone should improve sdm's systemd-networkd support. Statistics:...
View ArticleGraphics, sound and multimedia • Re: iMac as display for RPI5
Please refer to my post "Trouble: HDMI and WLAN access" in this form for more trouble shooting. In "our" case this is applicable.Statistics: Posted by AgeGrimm — Wed Sep 18, 2024 1:15 am
View ArticleTroubleshooting • Re: Raspberry pi installer Windows 11
Think this may be 2 separate things. So, first off:A Win11 installation here of the most recent Imager ends up inCode: C:\Program Files (x86)\Raspberry Pi Imager\rpi-imager.exeDoes this executable...
View ArticleGeneral • CDC driver for RP2350 (Pico 2)
Hi Guys,Just wondering if there is any magic that needs to be done to get USB CDC working on the Pi Pico 2's?It is coming up as an unknown device in device manager.I have this in my CMakeLists.txt...
View ArticleSDK • Re: Setting PICO_BOARD in CMakeLists.txt since 2.0.0
I ran into the same issue with PICO_BOARD not getting set correctly and had to change the order in the CMakeLists.txtWish this was documented somewhere. I was scratching my head for a...
View Article