Ask HN: What do you do with your Raspberry Pi?
121–130 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#122https://selfhostedhome.com/raspberry-pi-video-surveillance-m...
Re: Ask HN: What do you do with your Raspberry Pi?
#123Re: Ask HN: What do you do with your Raspberry Pi?
#124In production since 2016 with 3 x Raspberry Pi 3s. Very reliable - they only need a reboot once a year. These guys are hardcore - processing bursts of thousands of records from a serial interface 24 hours a day 7 days a week and shuffling it off to the cloud.
Re: Ask HN: What do you do with your Raspberry Pi?
#125Using several Raspberry Pis to monitor CO2 levels in my house. Each Raspberry Pi has a CO2 sensor - wrote a little Python script to retrieve data from sensor and upload it to a server Which is also a Raspberry Pi.
Re: Ask HN: What do you do with your Raspberry Pi?
#126A home theater control system. The Pi uses HDMI-CEC, my Samsung TV's EXLINK (their protocol over RS-232), Roku's HTTP interface, etc. and an Android app is the frontend. I wanted to make this into a nice polished thing other people could use but have given up on the idea for now. The thing is that media components are super finicky, many things need special support written just for them, and you really have to extensively tweak them to see how they function as a whole. (eg does your TV turn off your stereo receiver when it turns off itself. The answer varies based on the model and settings of both components.) HDMI-CEC doesn't live up to its potential in this regard.
[edit: fixed hyperlink]
Re: Ask HN: What do you do with your Raspberry Pi?
#127 Pi hole.
SSH server for tunneling
gogs
Anything else that needs a tiny Linux box.Re: Ask HN: What do you do with your Raspberry Pi?
#1282. OctoPrint for my printer (with a touchscreen because I hate using the knob-based interface on the printer when I'm leveling the bed or doing maintenance)
3. Sitting on my desk because my Terraria server was freezing when saving the world file. Might set it up for emulation in the living room
Re: Ask HN: What do you do with your Raspberry Pi?
#129Re: Ask HN: What do you do with your Raspberry Pi?
#130A lot of folks have said "pihole". I have a linux server at home that does my DNS and a bunch of other stuff. I also have a pi3 still in the box. Would there be an advantage to me running pihole on the pi3 instead of on my linux server?