These are public posts tagged with #raspi. You can interact with them if you have an account anywhere in the fediverse.
SSTV fonctionnelle !
Toujours de petits problèmes de synchro, mais rien à voir avec l’Arduino ! Avec la #RasPi c’est beaucoup plus stable.
La traditionnelle image de chat, en Martin M1 (haute qualité, mais prend près de 2 minutes pour un envoi)
Bon, je retourne bosser, et ce soir on teste ça en vrai
#Microscope Upcycling: Transforming legacy microscopes into #automated #cloud-integrated #imaging systems:
-#OpenSource automation: X-Y positioning, focus stacking, image acquisition/storage
- cost: US $300
https://doi.org/10.1016/j.ohx.2025.e00637
#DIYbio #lab #instruments #microscopy #Raspi #PiCam #Python #OpenCV #StreamDeck #GUI
A question for the FediBrain:
I need to run a mobile FullHD handycam (indoors) for a school production.
I have the cam, and have successfully done wireless streaming to OBS via vdo.ninja using a laptop and a HDMI->USB dongle. But the laptop is not mobile enough, and batteries won't last??? (I need to stream for about an hour on a charge, to be safe).
I'm thinking a Pi5 with a chunky USB powerbank can do this?
Thoughts? Alternatives?
How to Install FreshRSS on a Raspberry Pi · How-To Geek https://www.howtogeek.com/how-to-self-host-rss-news-feed-on-a-raspberry-pi/
Depends on the database you pick, You might not be able with SQLite to handle 500MB and 460 feeds like I do with MariaDB but you can get close and have multiple users too.
Is it a known problem of #PyQt5 on #RaspberryPi (Zero) that QPixmaps (e.g. JPEG images on buttons or in dialogs) don’t work?
I wrote a simple UI for some hardware which works flawlessly on my Mac, but can’t show images on the Pi. There’s a simple error message, no crash or traceback.
Viele von uns haben schon einmal ein Elektronikprojekt begonnen, das als provisorische Lösung gedacht war, aber dann doch länger im Einsatz blieb.
#Raspi datenlogger Projekt ist wieder aktiv
Raspberrypi Version 1 Raspbian ist von 2013
....
Es loggt schon wieder Sensordaten
Gnuplot Dateien für die Erstellung der Grafiken auch wieder gefunden
Nicht chic, nicht schön, und ohne Display Daten werden in CSV gesammelt,
Und das bleibt auch so !
Pause
Sales of Hard Drives for the End of the World Boom Under Trump
https://www.404media.co/sales-of-hard-drives-prepper-disk-for-the-end-of-the-world-have-boomed-under-trump/
"PrepperDisk is a mini internet box that comes preloaded with offline backups of some of the content that is being deleted by the administration"
PrepperDisk is a mini internet box that comes preloaded…
404 MediaDear #homelab bubble,
as is normal I have a dozen different SBCs (Raspi1, Raspi2, Raspi4,...) as well as some other thin clients running in my home lab. As none of them is connected to a monitor, each of them has some kind of serial-to-USB cable attached (to a serial output or to the Raspi GPIO pins).
Of course, I am lazy, and moving the laptop I am working on and attaching the right cable is too much effort. So I thought about finding another solution. Not sure if there is one and if I can afford it. So I would be glad if there is any input or ideas or hints or experiences or recommendations. Thanks in advance!
Guten Morgen #Fediverse !
Diese Nacht lange gebinged (Mord auf Shetland) und deshalb heute bis kurz vor 9 rumgeduselt. Kater Peter wollte mich ab 6 Uhr wecken aber ich hab mich tot gestellt.
Hier auf #Balkonien sinds knackige 8,5°C bei leichtem Nieselregen. Endlich. So könnte es mMn nach bis Dienstag weitergehen.
Ja, ich bin kein guter Mensch. Atheist halt
Werde mich gleich wieder an mein #RasPi-#Cam 'Projekt' setzen. Btw. ne Cam per Terminal steuern, gehts noch?
Schönen Freitag!
Habt Spaß!
Yes to creating two different files when there's a conflict , but that's what ediff can help you sort out.
As for syncing needing both sides online at the same time... Not to be facetious, but that's how it works. Using a provider's solution, just means their system is online - and storing your data.
I get around this by running #SyncThing on a #RasPi that is on 24/7. It's light enough that you won't notice it and that solves my connectivity issues.
Lately I've been doing more #SelfHosting again due to the current situation. Of course, I'm paying particular attention to power consumption and noise. After good experiences with the #ARM64 architecture, even with power-hungry applications such as Mastodon, I'm now using the smartphone technology for my homeservers, too.
There are #SBCs with more open hardware, but the #RaspberryPi is widely available, well documented, powerful and inexpensive. And it is available with up to 16 GB of RAM.
Anyone operating a server on the Internet must install #security updates quickly. However, many people forget to restart running software so that the new version runs instead of the old one. The #needrestart tool helps with this on Debian-based Linux systems, which unfortunately is usually not pre-installed.
On my Raspberry Pi 4, needrestart
always runs correctly (automatically after apt upgrade
). On my Raspberry Pi 5, however, I first had to create a configuration file as described by the main developer here:
https://github.com/liske/needrestart/blob/master/README.raspberry.md
Previously, the tool always claimed that a reboot was necessary because it thought an outdated Linux kernel was running.
Next, I want to activate #LUKS hard drive encryption on both raspis. Unfortunately, this is not as easy under #Raspbian or #RaspberryPiOS as on other Debian systems. If you have managed this: Please let me know how you did it!
#rpi #rpi5 #raspi #raspberrypi5 #homeserver #encryption #selfhost #selfhosted
Diese Mastodon-Instanz wird vom überregionalen netzaktivistischen…
Mastodon, gehostet auf fedifreu.deIn letzter Zeit mache ich aus gegebenem Anlass wieder mehr #SelfHosting. Natürlich achte ich dabei besonders auf den Stromverbrauch. Nach guten Erfahrungen mit der #ARM64-Architektur selbst bei leistungshungrigen Anwendungen wie Mastodon setze ich jetzt auch zuhause auf auf die aus Smartphones bekannte Technologie.
Es gibt zwar #SBCs mit offenerer Hardware, aber der #RaspberryPi ist überall erhältlich, gut dokumentiert, leistungsfähig und preiswert. Und es gibt ihn mit bis zu 16 GB RAM.
Wer einen Server am Internet betreibt, muss zügig #Sicherheitsupdates einspielen. Viele vergessen aber, laufende Software neuzustarten, damit die neue Version läuft statt der alten. Dabei hilft auf debianbasierten Linux-Systemen das Tool #needrestart, das leider meist nicht vorinstalliert ist.
Auf meinem Raspberry Pi 4 läuft needrestart
schon immer korrekt (automatisch nach apt upgrade
). Auf meinem Raspberry Pi 5 musste ich aber erst eine Konfigurationsdatei anlegen, wie es der Hauptentwickler hier beschreibt:
https://github.com/liske/needrestart/blob/master/README.raspberry.md
Bis dahin behauptete das Tool immer, dass ein reboot nötig sei, weil ein veralteter Linux-Kernel laufe.
Als nächstes will ich auf beiden Raspis die Festplattenverschlüsselung aktivieren. Das ist unter #Raspbian bzw. #RaspberryPiOS leider nicht so einfach wie auf anderen Debian-Systemen. Wenn ihr das geschafft habt: Schreibt gern eure Tipps!
Diese Mastodon-Instanz wird vom überregionalen netzaktivistischen…
Mastodon, gehostet auf fedifreu.deIch leg heute noch einen nach... nun habe ich noch die Anleitung für die Google-Photos - Alternative Immich geschrieben. Diese baut auf meine vorherige Installations-Anleitung für Docker und Portainer auf. Hiermit lässt sich in wenigen Minuten schnell und einfach eine eigene Photo-Cloud im lokalen Netzwerk installieren. Die passende App gibt es auch dafür.
#linux, #debian, #docker, #, #raspberrypi, #raspi, #selfhosting, #anleitung, #foto, #fotos, #photo, #photos, #server, #googlealternatives, #googlephotos, #googletakeout, #immich
Immich: Eigene Foto-Cloud (Google Photos Alternative)…
Blog:Zwo.mePortable Direction Finding with Kraken SDR - 5 point antenna mapping.
#KrakenSDR #SDR #SoftwareDefinedRadio #RasPi #RasPi5 #NVMe #Kraken #KrakenRF #RadioDirectionFinding #DirectionFinding #RadioFrequency #AmateurRadio #HamRadio
Für meinen #unplugtrump-Prozess würde ich gerne einen #Raspi als Schnittstelle zwischen einem Audio-Streaminganbieter und einem analogen Verstärker nutzen.
Ich habe mir überlegt, für meinen Raspi 4 ein Hifiberry DAC zu kaufen und entweder #Volumio (braucht man dann die Premium-Version?) oder #Max2Play draufzuspielen.
Nutzt jemand so ein System bereits und kann mir sagen welche Software mit welchem Streaminganbieter (gerne nicht Spotify) gut funktioniert?
My #amarylis that I got for christmas was just about to bloom when I had a 10 day work trip. Disappointed but not deterred, I set up a #raspi on a smart switch with two webcams so I could VPN home and check on its progress. I watched it open up from 2k miles away and was fortunate to see it live on its last days when I returned home. #MNastodon
I just run two (TWO) commands in my #RaspberryPi, and in 4 (FOUR) minutes I got the latest major version of the awesome @photoprism running smoothly, no issues. This is the result of wise and professional work that prioritizes stability and bug fixing over fancy breaking features. Move fast, break things Go slow, fix everything.
Thank you so much to all PhotoPrism contributors for all this! Long live self-hosted photo management software!
Own your own data, own your own pictures, own your own videos! #PhotoPrism makes it incredibly easy and fun, too!
#SelfHosting #RasPi #RaspberryPi5 #Aby #Photo #PhotoGallery #PhotoManagement #FreeSoftware #OpenSource #SoftwareFreedom
Attached: 4 images The wait is finally over! Today's…
FLOSS.social