Earlier quoted context omitted.
Ha, small world :-) Agreed on timing, it could be better. I'll consider skipping some of the words + make them appear slower. Thanks for the suggestion!
BUS 55 - DANS - 5MIN ?
Ask HN: What do you do with your Raspberry Pi?
781–790 of 1001 posts
Re: Ask HN: What do you do with your Raspberry Pi?
#782There's a bus station across from my studio / coworking space. I can see people waiting for the bus and doing either: 1) staring into the void 2) looking at their watches 3) desperately glancing in the direction where the bus is coming from. I figured that it'd be nice to let people know when the bus is supposed to be there. So, I installed a 28" display on a monitor stand, installed the stand on my window frame, tur…
Re: Ask HN: What do you do with your Raspberry Pi?
#783Briefly put, I use the Glediator and Jinx! control software on an RPi, which communicates with an Arduino, which drives the LEDs. I put them in a permanently sealed box, water proof it as much as I possibly can, then cut some IP68 RGB LED strips to size and strap them to the rails of the board. I can remotely access the RPi via Wi-Fi to change lighting schemes, and there's a wireless charging coil inside the box which I can use to charge the batteries, so I never have to open it up after waterproofing. It's basically bomb-proof, and simple enough that I can teach a surf bum how to use it in about half and hour.
Start thinking of the RPi as more of a powerful microcontroller and suddenly a world of opportunities open up. I did my dissertation on it! Titled 'Home Automation and Monitoring using a Raspberry Pi', I basically used an RPi as a master node to control a bunch of Arduino slave nodes, using I2C protocol. With just two wires and an Pi, I run about 20 Arduino's all over my house, doing everything from feeding my fish, to monitoring air quality, to starting my coffee maker. I can access it remotely via Wi-Fi too, so I can do things like water my plants while I'm away. Aiming for a full Wallace and Grommet home in the near future.
Raspberry Pi's are awesome.
Re: Ask HN: What do you do with your Raspberry Pi?
#784There's a bus station across from my studio / coworking space. I can see people waiting for the bus and doing either: 1) staring into the void 2) looking at their watches 3) desperately glancing in the direction where the bus is coming from. I figured that it'd be nice to let people know when the bus is supposed to be there. So, I installed a 28" display on a monitor stand, installed the stand on my window frame, tur…
Awesome public service with the Pi bus times though, love it!
Re: Ask HN: What do you do with your Raspberry Pi?
#785Re: Ask HN: What do you do with your Raspberry Pi?
#786Earlier quoted context omitted.
>2 for weather monitoring (one directly attached to sensors, one that aggregates the data from a few sources and provides reporting) So, I hear people doing this alot. However what exactly does this help with? Like, is the extra information really more useful than just the standard old TV weather forecast?
I do this primarily because I'm a weather geek. I don't _need_ this at all. I do find it interesting to see the differences in temperature (and humidity, etc.) in the microclimate around my house compared to the city and greater metro area. I also use the data to measure the performance of my home's HVAC system. Doing this _does_ require real-time local temperature and humidity data. But again, this is all for fun. I…
That is as good a reason as any!
Re: Ask HN: What do you do with your Raspberry Pi?
#787I think i want to make useful wireless NAS out of a Pi 4 once.
Re: Ask HN: What do you do with your Raspberry Pi?
#788I live in an apartment with quite strict fire-protection standards. Due to the fact that I have a cat that absolutly loves to go outside, I needed to find a solution for him to get outside without a catdoor trough my door. So I installed a fire-protecion-approved door drive that is hooked to a raspberry pi. Another raspberry pi then analyzes a video stream and detects my cat. If my cat is in the frame for n amount of…
Re: Ask HN: What do you do with your Raspberry Pi?
#789Re: Ask HN: What do you do with your Raspberry Pi?
#790https://github.com/smeylan/tempeh/blob/master/tempehrature.p...