Networking and servers • Re: Control Raspberry Pi Via Networkless Interface
You're going to be more clear and detailed about what you're trying to do. Both wifi hot spot and bluetooth indicate a remote connection to the pi, therefore a network communication setup is...
View ArticleBeginners • Re: Can Port Forwarding 1 Port allow access to others?
Thanks, your diagram/screenshot actually helped me understand it quite a bit but I do think I need to read more into how Velocity works in order to understand it. My bad if I worded my question...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
Here is the behavior I would like to set up with fruitbox: When it loads it auto plays music selected randomly from a subset of the tracks loaded into the interface. When someone selects a song to be...
View ArticleAutomation, sensing and robotics • Re: Would SQLite works well with Grafana
Should be fine but I would go with PostgreSQL.Is it the Pi5 or Pi zero from this previous post? viewtopic.php?p=2245471#p2245471Yes, many thanks for advises from you and many forum posters. we got Pi...
View ArticleNetworking and servers • Re: Raspberry as local website
If you install one of the low over head web servers and a PHP server and get creative with both html and php you will be able to create user triggered web pages that through PHP calls to real programs...
View ArticleGeneral • Is anybody using Google's Pigweed on the Pico ?
"The Pigweed SDK aims to be the best way to develop for the Pico family of devices," Google's Amit Uttamchandan and Keir Mierle say."We love [Pigweed] because it helps programmers and teams of...
View ArticleBeginners • Re: Nano won’t show text
Probably becasue that file does not exist.The official documentation for setting a static ip address is here https://www.raspberrypi.com/documentati ... ip-addressWhich OS are you running - Raspberry...
View ArticleGeneral • Re: RP2350 Errata E9 - Pull-down lock-up
I had assumed the Pico SDK would mitigate RP2350-E9 by handling the situation itself, silently applying the fix so existing code which uses pull-downs work just the same when compiled for an RP235X as...
View ArticleTroubleshooting • Re: cant use a 2 TB SD ?
thanks for the pointer "man badblocks" - shall use this night, as I guess it will take some timeStatistics: Posted by ramonet — Sat Aug 24, 2024 4:42 pm
View ArticleTroubleshooting • Re: Pi Connect icon missing from system tray
Running on a new Pi Zero 2WPi Connect Account OKRemote shell OKBut no remote GUI as there's no Pi Connect icon in the system tray to add the device to my account from.What can I try to make the icon...
View ArticleTroubleshooting • Re: Pi 5 power issue, possible over voltage?
Thanks! Now it works.Nope, I haven't re-read all the documentation since the Pi2. There is just too much of it.Reading the description of that setting in Raspi-Config - wasn't very helpful either....
View ArticleTroubleshooting • Re: Taking a Screenshot: grim works, scrot doesn't
There are probably better ways, but if the command:Code: pgrep Xorgreturns a number, you're running X and scrot will work. If it returns no output, you're not running X and it won'tStatistics: Posted...
View ArticleRaspberry Pi OS • Re: Please remove broken mirror from mirrorbrain (2024)
(I assume that what you are talking about is when you try to do an "apt update" or "apt upgrade" and it figures out what the nearest mirror is, but that mirror is down, so it just errors out instead...
View ArticleGeneral • Re: RP2350 PIO DMA performance question
Is there a difference (improvement) in the RP2350 PIO IN, OUT instructions <-> FIFO and DMA performance, from what it is on RP2040?There should be a one-cycle improvement, because the latency...
View ArticleTroubleshooting • Re: Stremio install
Thank you, B.Goode!Statistics: Posted by mojoel — Sun Aug 25, 2024 3:21 pm
View ArticleBeginners • 4x 8x8 Matrix Display has 3 displays that are Stuck fully lit!...
Hi Everyone,Been a couple of years since I've played around with a raspberry pi, and I ordered a kit with a 4x8x8 matrix display to mess around with. I just can't get this darn thing to work! I'm...
View ArticlePython • Re: Button to restart Pi, button to restart program
On "Button to restart Pi":[*]What, exactly do you mean? A clean restart (e.g sudo reboot), a hard reboot, something else?A hard reboot is what I'm going for. This was easy and I got that...
View ArticleBeginners • Re: Should I throw away my shorted pi?
Here is a pic of the WiFi circuit if anyone can tell if it looks badStatistics: Posted by Widowson — Sun Aug 25, 2024 3:44 pm
View ArticleGeneral • Re: vscode pico plugin & debug....
So digging into launch.json I find this line defined :Code: "gdbPath": "${command:raspberry-pi-pico.getGDBPath}",After some more digging it seems that the command:raspberry-pi-pico.getGDBPath...
View ArticleGeneral • Re: control a set of 15 inputs that output 15 outputs on Pico
Thank you very much for your help,I must get this built and try it out,Kind regards ColinStatistics: Posted by Niceonetidy — Sun Aug 25, 2024 4:00 pm
View Article