#raspberripi — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #raspberripi, aggregated by home.social.
-
А не послушать ли нам «радио Судного дня»… с AI? Создаю АПК радиолюбителя для УВБ-76
Я занимаюсь инфраструктурным DevOps
-
It seems I finally managed to make #npf work for my basic needs. Not bad for the first time using it and not being a nework wizard 😅
Now I'm wondering if recompiling my program directly on the Raspberry Pi or going down the rabbit hole of cross compilation 🤔
-
@duckyfella I’m learning as I go along. I had a spare #RaspberriPi and wondered what I could do with it, added a #LoRa board, and after a bit of tinkering, was in business. The LoRa board is one of these: https://thepihut.com/products/sx1262-lorawan-node-module-expansion-board-for-raspberry-pi-gnss
I’ll post more about data next… -
Raspberry Pi 5 erhält KI-Erweiterung
https://opensocial.at/display/59c238fc-1666-6021-6594-8e2254739677
-
Does anyone have a #raspberripi CM3 development board and would be willing to lend it to me for a couple of weeks?
This thing here: https://www.berrybase.de/raspberry-pi-compute-module-3-developer-kit
I have a CM3 integrated in another system, though having an extra one to use in the dev-kit would make considerably easier as well.
Doesn't seem to be available to buy anywhere unfortunately 😕.
:boost_ok:
-
Gibt es für #RaspberriPi immer noch #Kodi oder so? Und gibt es da Fernbedienungen, damit man einen FireTV Stick ersetzen kann und trotzdem noch etwas Komfort hat?
Was hängt bei euch am Bildschirm im Wohnzimmer? -
Any #maker with recommendations to get started with #3dprinting ? I may get access to a #prusa and want to make stuff for #esp01 and #raspberripi :raspberrypi:
-
I'm going to build a retro gaming box with wireless controllers using #raspberripi . Which should I use: #lakka or #retropie?
-
I would also give a recommendation to NOT run the operating system for a permanent solution directly from the SD Card of the #RaspberriPi . Those are not made for constant write operations (e.g. log files). There are many article on how to do this on the web:
Search results - Startpage.com https://www.startpage.com/do/dsearch?query=raspberry+boot+from+harddisk
I only use the SD card during boot and mount /boot read only configured in the file /etc/fstab. In this scenario you need to remember to remount it writable for some upgrade (e.g. apt update && apt upgrade) operations to succeed.