Ask HN: What do you do with your Raspberry Pi?
11–20 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#12Also, I'm using PiHole and Home Assistant.
Disclaimer: I'm the author of Screenly.
Re: Ask HN: What do you do with your Raspberry Pi?
#13Also looking to get my SDR rig up and running on one of the other Pis i have waiting to be used.
Re: Ask HN: What do you do with your Raspberry Pi?
#14Re: Ask HN: What do you do with your Raspberry Pi?
#15I've also hooked up an RTL-SDR to it and ran rtl-tcp instead of needing to run a long USB cord.
Re: Ask HN: What do you do with your Raspberry Pi?
#16Currently the Pi is on my roof, connected to an SDR. I sometimes run rtl_server on it, and listen around. Although it's been a hassle, since I have to run upstairs and disconnect it everytime there's a storm. Also, listening to the device over WiFi means I get really laggy control over my SDR. I'm planning on replacing the Pi with something better powered.
Re: Ask HN: What do you do with your Raspberry Pi?
#17Some write ups on larger projects:
1. I used a raspberry pi to coordinate the firing of multiple cameras, and then had the pi upload to a cloud service that would stitch them together to an "infinite zoom" super selfie. https://medium.com/@thekeithchester/gigasnap- a-prototyping-story-efed72099d32
2. I created a library that made it dead simple for a raspberry pi to communicate to arduinos, and used that to control a lot of hardware projects, like little robots. https://medium.com/@thekeithchester/serial-synapse-94a114aa2...
3. Raspberry Pi's controlled the heartbeat detection (controlled lights and music of your booth) and conductive paint controller (I built it and still don't understand the meaning) for this art piece. https://vimeo.com/207047769
4. I had a video / text message doorbell a couple of apartments ago. https://github.com/hlfshell/doorbell
5. Used one as an MQTT hub for numerous IoT projects. I created https://github.com/hlfshell/mqtt-scheduler to schedule MQTT jobs for things like the arduino powered garden controller (lights + water pumps) I built for my wife. https://github.com/hlfshell/garden-relay
6. This never got off the ground, but when Pokemon Go had first launched and was super popular, I wrote a slackbot that would alert everyone in the office when pokemon (outside of the super common Rattatas and Pidgeots) was nearby. I was repurposing that code to make a portable Pokemon radar that would jump a false account around the area around you, thus hunting down pokemon for you. https://github.com/hlfshell/pokemon-tracker It never got far as the game got super stale quick.