#RasPi

Jürgen 🌗🪐🌌 🇦🇹mechanical0815@tyrol.social
2026-02-23

Reklamation läuft, dauert länger wegen Lieferthematik.
Hab aber heute eine Nachricht vom Händler bekommen, die ich nicht verstehe:

"Raspberry Pi" (also die Firma) will wissen was da angeschlossen war. 🤨

Was schließt man denn an einen USB3-Port an? 🤔
Ich gehe mal nachdenken. 🤷‍♂️

#RaspberryPi #RaspberryPi5 #Raspi5 #Raspi

2026-02-22

Connection to a GPIO Controller is done :penguin:

Its super simple! and only about 40 lines of python.
Only thing left is getting a proper arcade stick and buttons and put everything inside a cabinet. :alien:

#python #raspi #tux #linux

2026-02-22

"Syncthing is an open source tool that synchronises files continuously across multiple devices. It transfers data between two or more of your computers, without uploading any information to the cloud."

Give Syncthing a try!

edafe.de/2026/02/install-synct

#android #bigtech #cloud #debian #did #diday #digitalindependenceday #digitalsovereignty #howto #ios #iphone #linux #linuxmint #macos #obsidianmd #opensource #privacy #raspberrypi #raspi #rpi #selfhosting #syncthing #ubuntu #unplugbigtech #windows

Streaming-Clients im Test: Google, Amazon, Apple – oder Raspi?

peertube.heise.de/w/1sMYhBfQkW

2026-02-18

So, das Projekt evcc auf dem RasPi ist erledigt, das ist nix für mich. Die Komponenten die ich einbinden wollte sind komischerweise nicht so einfach.
Das ist nicht meins 😖
So, was mache ich jetzt mit dem RasPi ?

#RasPi #evcc

2026-02-15

#Bastelprojekt. Ich habe da den #Raspi 5 mit M2 - Hat und der tut seinen Job, aber der 30mm Lüfter jammert schon arg.
Es gibt da diese 120mm USB-Lüfter mit regelbarer Geschwindigkeit, mit Gummifüßen und Gitter beidseitig usw.
Also Gitter einseitig aufgemacht und Raspi-Gehäuse dazwischen mit 3D-Drucker gedruckt.
Pro:
Funktioniert super
Leiser
Frequenz nicht mehr nervig

Kontra:
Immer noch zu hören
1W mehr Verbrauch (25%)

#3D_Drucker
#3DDruck
#Basteln
#Projekt

Ein 12cm Lüfter. Darunter ein graues Gehäuse, darin ein Raspberry Pi
2026-02-13

How to install Espanso on Debian or Ubuntu or Raspberry Pi OS

edafe.de/espanso

“Replace ‘:poke’ with ‘Pokémon,’ or save some time by replacing ‘:greeting’ with a stock email template. That’s the basic idea, but Espanso goes much further. It’s one of the most powerful utilities I’ve used, and if you’re willing to do a bit of legwork to set it up properly, it can be one of the most powerful tools on your PC, too”, writes Jacob Roach.

www.xda-developers.com

Installing Espanso for Wayland

Espanso is a cross-platform text expander written in Rust. Follow these instructions to install Espanso 2.3.0 for Wayland on your Debian-based distribution.

Compiling from source

If you are installing on any platform other than amd64 or simply prefer compiling software from source, start at Step 1.

Using the Debian binary package

If you are installing on amd64 hardware and would like to use the binary package for installation, start at Step 7.

Step 1

Install the required packages from your distribution’s software repository.

$ sudo apt install --yes build-essential git libdbus-1-dev libssl-dev libwxgtk3.*-dev libxkbcommon-dev wl-clipboard

Step 2

Download and install the Rust Programming Language.

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Select option 1) – just press enter.

1) Proceed with standard installation (default - just press enter)
2) Customize installation
3) Cancel installation
>

Step 3

Reload the PATH environment variable to include cargo, which is the build tool for Rust.

$ source "$HOME/.cargo/env"

Step 4

Clone the Espanso GitHub repository onto your local machine.

$ git clone https://github.com/espanso/espanso "$HOME/git/espanso"

Step 5

Compile Espanso in release mode.

$ cd "$HOME/git/espanso" && cargo build -p espanso --release --no-default-features --features modulo,vendored-tls,wayland

Step 6

Move Espanso to its correct location in your Linux system.

$ sudo mv "$HOME/git/espanso/target/release/espanso" /usr/local/bin/

Continue with Step 10

Step 7

Install the required packages from your distribution’s software repository.

$ sudo apt-get install --yes libwxgtk3.2-1t64 wl-clipboard

Step 8

Download espanso-debian-wayland-amd64.deb onto your local machine.

$ wget -P "$HOME/Downloads/" --show-progress https://github.com/espanso/espanso/releases/download/v2.3.0/espanso-debian-wayland-amd64.deb

Step 9

Install the downloaded package.

$ sudo dpkg -i "$HOME/Downloads/espanso-debian-wayland-amd64.deb"

Step 10

Give Espanso the permissions required for its operation.

$ sudo setcap "cap_dac_override+p" $(which espanso)

Check to see whether the Espanso binary was installed successfully.

$ espanso --version

Step 11

Register Espanso as a systemd service and launch the program.

$ espanso service register && espanso start && espanso status

Use the wizard and start with a practical example.

Step 12

After completing the wizard, use [Alt + Space] to open the search bar.

GNOME and PIXEL desktops only

Change the default shortcut for opening the search bar to resolve an existing conflict.

$ sed -i 's/search_shortcut: ALT+SPACE/search_shortcut: ALT+SHIFT+SPACE/' "$HOME/.config/espanso/config/default.yml"

Use [Alt + Shift + Space] to open the search bar.

Experimental support for Wayland

Espanso has some known limitations under Wayland. Most notably, “there is currently no support for App-specific configurations”.

#crossplatform #debian #espanso #linux #linuxmint #macos #raspberrypi #raspi #rpi #rust #ubuntu #wayland #windows #yearofthelinuxdesktop
2026-02-13

Equipment ist schwer used nach drei Wochen und mehreren hundert Kids beim Mitmach-Theater im #thaliaTheater #halleSaale. Ein #raspi als Hotspot für die VR-Szene hat problemlos durgehalten. 🥳 Vor allem aber hat's Spaß gemacht. 🤩

Beschädigte Palette, darauf Buchstabentafeln, ein iPad und anderes Equipment in einer Theaterszene zum Mitmachen.Beschädigte Palette, darauf Buchstabentafeln, ein iPad und anderes Equipment in einer Theaterszene zum Mitmachen.
2026-02-09

Install Syncthing 2.x for continuous file synchronisation on Debian or Ubuntu or Raspberry Pi OS

edafe.de/syncthing

Syncthing is an open source tool that synchronises files continuously across multiple devices. It transfers data between two or more of your computers, without uploading any information to the cloud.

Syncthing 2.0 has recently been described as ‘A Giant Leap Forward in Decentralized File Synchronization‘.

Synchronisation for every platform

Syncthing binary packages are available for Android, Windows, macOS and Linux (including Synology DSM). In addition, Synctrain enables iOS devices to “securely synchronise files with other devices that have Syncthing installed”.

The usefulness of the Syncthing Project cannot be overstated.

Running the Syncthing stable-v2 channel

These instructions are targeting the latest release of the Syncthing stable channel.

Step 1

Add the necessary release key for validation of downloaded Syncthing packages.

$ sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg

Step 2

Add the Syncthing repository as a new source.

$ echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable-v2" | sudo tee /etc/apt/sources.list.d/syncthing.list

Step 3

Install Syncthing on your local system.

$ sudo -- bash -c 'apt update && apt install --yes syncthing apt-transport-https'

Step 4

Enable Syncthing for the current user.

$ sudo -- bash -c 'systemctl enable syncthing@$USER.service && systemctl start syncthing@$USER.service && systemctl status syncthing@$USER.service'

Step 5

You may want to edit your firewall settings to open ports for incoming and outgoing traffic.

If you are using ufw as a host-based firewall

Configure ufw to allow connections to Syncthing.

$ sudo ufw limit syncthing

If you are using firewalld as a host-based firewall

Configure firewalld to allow connections to Syncthing.

$ sudo -- bash -c 'firewall-cmd --zone=public --add-service=syncthing --permanent && firewall-cmd --reload && firewall-cmd --info-zone=public'

Step 6

Use your browser to access the Syncthing configuration page by navigating to the following address:

http://localhost:8384

Step 7

Complete your setup by referring to the Syncthing documentation.

Upgrading from the v1 channel

If you have previously installed from apt.syncthing.net and are currently running Syncthing 1.x, upgrading to the stable-v2 channel is straightforward.

Remove the old APT sources configuration file.

$ sudo rm /etc/apt/sources.list.d/syncthing.list

Add the new repository for the stable-v2 channel together with its release key.

$ sudo curl -L -o /etc/apt/keyrings/syncthing-archive-keyring.gpg https://syncthing.net/release-key.gpg && echo "deb [signed-by=/etc/apt/keyrings/syncthing-archive-keyring.gpg] https://apt.syncthing.net/ syncthing stable-v2" | sudo tee /etc/apt/sources.list.d/syncthing.list

Upgrade to the latest stable version of Syncthing.

$ sudo -- bash -c 'apt update && apt upgrade --yes'
#android #cloud #debian #diday #digitalsovereignty #howto #ios #iphone #linux #linuxmint #macos #obsidianmd #opensource #privacy #raspberrypi #raspi #rpi #selfhosting #syncthing #synctrain #ubuntu #windows
Norbert Forsterfusion
2026-02-07

@kiwix @Lioh Vlt. mal wieder den Hinweis ergänzen: Mit Powerbank und Raspi kann man via Kiwix die Angebote auch ohne Internetverbindung verfügbar machen, im Lehrbereich z. B. kombiniert mit der Moodlebox moodlebox.net @moodlebox

ₛₜₑfₐₙ 🌈xspfx@chaos.social
2026-02-01

Und weiter geht's mit unserer digitalen Souveränität zum #diday im Februar:

- Gaming PCs der Kinder auf #bazzite (Linux) umgerüstet
- #vaultwarden und #linkwarden Server aufgesetzt
- Google-freies Smartphone dank #grapheneos, #fdroid , #aurora
- #signal durch #molly substituiert
- #threema durch #threema Libre substituiert
- #cryptomator vor die #pcloud gehangen
- #jellyfin mit #perlentaucher auf einem #raspi zu einer #netflix Alternative kombiniert

Das haben wir mal wieder #dutgemacht

2026-01-11

Setze gerade auf meinem alten RaspberryPi 1b " DietPi" mit einer "Nextcloud" auf, weil ichs mal ausprobieren wollte. Die DietPi Installation lief ganz gut aber mein Gott: die Nextcloud-Installation zieht sich doch extrem hin! Wie wirds dann später laufen? Dabei habe ich gelesen, dass es von der Gewschwindigkeit her "ok" laufen soll. Hat jemand Erfahrung mit einem sehr alten Pi? #fediPower #raspi #nextcloud

Reinald KirchnerReinald@nrw.social
2026-01-09

Now that the devolo home control is dead, I need to deploy a #raspi with #homeassistant and need to aquire a compatible #zwave usb stick. Any recommendations for a series 800 device?

2026-01-08

No i skompilował 😉

```
root@raspi1:/home/seba# meshtastic --host 192.168.1.92 --set lora.region EU_868
Connected to radio
Set lora.region to EU_868
Writing modified preferences to device
Writing lora configuration to device
```

Już miałem wątpliwości czy na tak starej malince ruszy, ale po ustawieniu SPI #meshtasticd zobaczył radio na hat.

#Meshtastic #MeshAdvPiHat #MeshPolesie #RasPi #RaspiB1_2

Ekran apki Meshtastic na Androida pokazujący listę nodów i mój świeżo skonfigurowany Hat na RasPiApka na Android pokazująca wersję firmware Meshtastic na Raspi z Hatem
2026-01-07

To uczucie, gdy widzę jak ten cpu starej malinki się męczy, ale robi co może, wszystko dla mnie 🔥

Nie popędzam, nie narzekam, czekam cierpliwie, w końcu skompiluje te wheels dla cli meshtastic 😉

Stare jest piękne 🚀 📟

#DIY #Meshtastic #Linux #Native #Raspi #MeshAdvPiHat

Ekran btop pokazujący zajętość cpu 100% podczas kompilacji modułów pythona
2026-01-07

📻 News z #MeshPolesie

Właśnie dotarła do mnie płytka projektu Frequency Labs, MeshAdv Pi Hat
(github.com/chrismyers2000/Mesh)

Czyli hat/nakładka #Meshtastic dla #RasPi i kompatybilnych. To radio może w 1W!

Pcb, radio i części zamawiał a następnie lutował i uruchamiał @m4ver13, to już któryś egzemplarz 👏 Świetna robota 👍

Przetestuję na stareńkiej malince, która spięta jest przez USB do UPS-a i monitoruje poziomy napięcia w sieci / pady zasilania. Będę chciał przesyłać te informacje przez Meshtastic. Na wsi prąd szaleje ⚡

Na Raspi Meshtastic działa jako daemon na linuksie, mamy już sprawdzone pod OpenWrt (działa na jednym z masztów), ja będę próbował na armbian/raspbian, bo tam mam cały setup do upsa. A na zlutowanie i testy czeka też radio na USB, nie tylko do SBC ale ogólnie, również do laptopa czy blaszaka. Opiszę innym razem.

Kolejne urządzenie elektroniczne, radiowe, #MadeInPolesia 😉 #Polesie #Development #DIY

Płytka hata z widocznym radiem E-Byte E22 i symbolem Meshtastic PoweredTa sama płytka ale widok z drugiej strony, od złącza do malinki
2026-01-07

Mein Raspi-Ugrade

Ein Upgrade einer Stable-Distribution ist nicht so einfach. Am Beispiel meiner Raspberries zeige ich, wie es geht. Dabei stellt sich die Frage, ob Stable-Modelle wirklich besser sind, als Rolling-Releases.

#Raspi #Raspberry_Pi #Upgrade #Bookworm #Trixie #Linux

gnulinux.ch/mein-raspi-upgrade

2026-01-06

Iloisempiin asioihin:

– Kymmenen päivän päästä 16.1. näkyy ”toulmin”, #RaspberryPi2B:ni, olleen minimaalisin keskeytyksin jo kymmenen vuotta pystyssä kotini nimipalvelimena.

– …ja siitä 4 kk päähän, niin 13.5. tulee täyteen kolme vuotta, kun se on pyörinyt #FreeBSD:llä.

#atkjuttuja #floss #nimipalvelin #RasPi

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst