1 Raspberry Pi for a running a very stupid sitcom sound thing. Using a camera it tries to recognise who you are, then play a random sound assigned to you out of a little speaker. Think of like the cheering/clapping when a guest or celebrity enters the room in a sitcom tv show, and replace out the clapping with whatever sound you want.
Ask HN: What do you do with your Raspberry Pi?
401–410 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#402Re: Ask HN: What do you do with your Raspberry Pi?
#4031x Raspberry Pi 3 installed in my car within the internal network as a bastion box and to run software that let's my interact with the entertainment system 1x Raspberry Pi 3 running Home Assistant with a Z-Wave USB Dongle (Home Automation) 1x Raspberry Pi 3 running OctoPrint (Host/remote-control for 3D Printer) 1x Raspberry Pi 3 running FullPageOS (Full-screen Chromium in kiosk mode) displaying a server statusboard i…
FYI - I had to buy a Pi 3B+ to run Unifi Controller, the forum posts said the Zero W didn't have enough juice.
(I set up a Zero with the Unifi Controller -- connecting to the LAN using a Chromecast Ethernet Adaptor -- about a year ago, and had this problem, so I switched to a 3B, and all is well now.)
Re: Ask HN: What do you do with your Raspberry Pi?
#404I will use my first one to power a hard drive that I leave with family or friends. They'll have a small box (mind the inclusion of an external hard drive, still a relatively small box) with my off site back up, and I could host the same for them. This is after a failed plan to use it for Android TV (my girlfriend made the mistake of picking a WebOS TV and I made the mistake of thinking it wouldn't be so bad). The old…
Regarding your mutual backup idea, I love this and I've wondered why this hasn't taken off as a Thing in response to how many of us are untrusting and DIYers in this era of cheap storage and bandwidth.
[1] https://old.reddit.com/r/DataHoarder/comments/7rjcdn/home_ma...
Re: Ask HN: What do you do with your Raspberry Pi?
#405It used to run kplex to bridge NMEA data (wind speed, depth soundings, boat speed, etc.) from our SeaTalk network to TCP/IP. Now a GL-AR300M does the job though, along with all the Wifi/GSM routing, saving one computer and power (when running strictly off solar and batteries, this matters).
Re: Ask HN: What do you do with your Raspberry Pi?
#406Re: Ask HN: What do you do with your Raspberry Pi?
#407Re: Ask HN: What do you do with your Raspberry Pi?
#408Raspberry Pi 1B+: Streaming radio scanner to Broadcastify
Raspberry Pi 2B: Octoprint
Raspberry Pi 2B: Signage, looping videos on a 32" TV
Raspberry Pi 3B: Duplicity "server" (backup software)
Raspberry Pi 3B+: Web dev box
Previously:
Raspberry Pi 1B: Hylafax server
Raspberry Pi 2B: Kodi
Re: Ask HN: What do you do with your Raspberry Pi?
#409I use it to run my automated watering system in my garden. https://github.com/davidbanham/relay_runner I used to use an esp8266 but replaced it with a Pi after a lightning strike destroyed it. The Pi is just so much easier to write software for and it's been no less reliable in practice.