Troubleshooting • Re: installing obsidyan in raspberry pi
I came across this tutorial on installing Obsidian but am now having problems. The program opens and I have created a vault but it goes dark and all I can do is quit. I'm running the latest 64 bit OS...
View ArticleRaspberry Pi OS • Re: INSTALL: Sunshine and Moonlight instead VPN, RDP,...
Just one question: how does one get Gnome installed and running on RPiOS? The default desktop is wayland with labwc. The supported alternatives are wayland with wayfire and X11 with lxde.I...
View ArticleTroubleshooting • Re: SSH refusing to work with SSL key and no password
The RSA key type was dropped at some point. If you need to use that to log in to an older system you can add it to the ssh command line or your ssh config file on the system you are connecting from.I...
View ArticleHATs and other add-ons • SIM7600 4G HAT Raspberry PI 4 Bookworm
Hello All - Wondering if anyone has any thoughts on what might be happening here.I have this 4G HAT that appears to be mostly working for me. I can make phone calls, send SMS, and it even connects to...
View ArticleAutomation, sensing and robotics • Re: Controlling Arduino using PHP
Is the cricket scoreboard like this? https://buildyourownscoreboard.wordpress.com/If so, see this post viewtopic.php?t=378021 - may be relevantStatistics: Posted by neilgl — Mon May 19, 2025 8:46 pm
View ArticleGeneral • Re: documentation source
It would be nice to add the following, as well. Thanks. CORESIGHT_PERIPH_BASE 0x40140000CORESIGHT_ROMTABLE_BASE 0x40140000CORESIGHT_AHB_AP_CORE0_BASE 0x40142000CORESIGHT_AHB_AP_CORE1_BASE...
View ArticleBeginners • Re: Help wanted with NEMA17 stepper motors
All grounds (Pi, MOSFET board, DM556T power supply) must be connected. DM556T needs 5V logic (your MOSFET board should handle this conversion from 3.3V). Last but not least, verify coils are connected...
View ArticleRaspberry Pi OS • Re: bash: "command not found"
Were the file contents meant to be in there?And the actual error message (shown in context via cut-and-paste - not transcribed by OP).As you say, until we get both of those, we're just guessing. Now,...
View ArticleAdvanced users • Re: Pi Zero2 to look like a Zero2W
This whole thing smells fishier than a bucket of cod on a hot afternoon.I think it is pretty obvious that it is what it is. OP has gotten some assistance from the thread and has clearly told us...
View ArticleBeginners • Re: Tenda AX300 Wi-Fi6 (u2/W311Mi) adapter
Holding the versioned package won't help. The newer version package will get installed alongside it and the latest kernel used. It might work if you hold the linux-image meta package that pulls in the...
View ArticleGeneral • How do Pico-range and RP2 users do things ?
One for Raspberry Pi ... but others may wish to comment ...Given we have little insight into how users undertake development for their Pico-range and RP2 devices; would it be useful to add some...
View ArticleOff topic discussion • Re: AI is dangerous
That's way beyond "there are some aspects of the Expropriation Act which concern me".Is this thread still about AI?It is an issue AI has notoriously commented upon in a manner which requires...
View ArticleBeginners • Re: "Help with Installation of OpenMediaVault and Docker"
Check which ports are in use by the Docker containers and check which ports OMV uses by default (80/443?)Statistics: Posted by neilgl — Tue May 20, 2025 8:15 pm
View ArticleAdvanced users • Re: Controlling IR LEDs for Night Surveillance with GPIO...
This has the basics https://projects.raspberrypi.org/en/pro ... apse-setup (but we use picamera2 now)In that for loop you will need to set a GPIO high to turn on the IR LEDS - e,g, via a suitable...
View ArticleCamera board • Re: HQ Camera XVS trigger with Raspberry PI 5
I 've tried with this code and I reached a precision of about 15-20milliseconds between images on the same raspberryPi5 (server-client setup of the cameras), using video mode and half resolution. If I...
View ArticleSDK • Re: Storing data (credentials) to flash keeps getting overwritten (Pico...
Have just tried, cleaned from debugger the last sector of the flash (was full of EFEF...), then loading a UF2 with E10 block present, no partitions:Code: picotool load ./picow_wifi_scan_background.uf2...
View ArticleDevice Tree • Re: ttymidi not working
hi all I have asked Grok to It didn't work. Right?Statistics: Posted by ame — Wed May 21, 2025 8:18 pm
View ArticleGeneral • How can i put a file .h in another section of memory? rp2040
Hi to all!I want to know how can i put a file (or various), in diferent location in memory, to use later.I use a sound generator, for example, voice numbers, from 0-9.Later in the code, use that...
View ArticleRaspberry Pi OS • Pi OS - Network Manager Automatic(DHCP) not falling back to...
I am setting up some point-to-point connection from Pi5 (running bookworm) to a another PC (Windows), I want the connection to get LLA automatically without setting Link-Local Only IPv4...
View ArticlePython • Re: How do I learn how to use lgpio?
What features does gpiozero not have?Statistics: Posted by rpiMike — Wed May 21, 2025 8:48 pm
View Article