home.social

#raspberripi — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #raspberripi, aggregated by home.social.

fetched live
  1. А не послушать ли нам «радио Судного дня»… с AI? Создаю АПК радиолюбителя для УВБ-76

    Я занимаюсь инфраструктурным DevOps

    habr.com/ru/companies/yadro/ar

    #RaspberriPI #радио #радиолюбительство #увб76

  2. 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 🤔

    #NetBSD #RaspberriPi

  3. @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: thepihut.com/products/sx1262-l
    I’ll post more about data next…

  4. 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: berrybase.de/raspberry-pi-comp

    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:

  5. 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?
  6. Any with recommendations to get started with ? I may get access to a and want to make stuff for and :raspberrypi:

  7. I'm going to build a retro gaming box with wireless controllers using . Which should I use: or ?

  8. 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.