Ask HN: Share Your Raspberry Pi Project
31–40 of 160 posts
Re: Ask HN: Share Your Raspberry Pi Project
#32I used one to build a photobooth for my wedding. The raspberry pi controls a DSLR camera to take 4 photos, stitches them into a 4x6, prints the photo and uploads everything to a Google Photos album which was displayed live on a projector.
Very cool. What were you using for your Google Photos uploader on Linux?
Another challenge was that I couldn't find a good application to display the Google photos album. Nothing I found would display any new photos added to the album after the slideshow had begun while also displaying everything in a continuous loop. I ended up writing a second small Python app also using picasawebsync to periodically sync the photos to a second Raspberry Pi which was hooked up to a projector and display them looped in a random order.
Re: Ask HN: Share Your Raspberry Pi Project
#33Re: Ask HN: Share Your Raspberry Pi Project
#34Re: Ask HN: Share Your Raspberry Pi Project
#35Re: Ask HN: Share Your Raspberry Pi Project
#36Although not strictly a Raspberry Pi project, I have a couple C.H.I.P. boards[1] scattered throughout my apartment collecting temperature and humidity readings (using a HIH8120 sensor[2]) and feeding it to my Raspberry Pi which runs InfluxDB and Chronograf[3] to store and display a simple dashboard. The end result looks like this: http://i.imgur.com/cIrhSUq.png [1]: https://getchip.com/ [2]: https://sensing.honeywell…
Re: Ask HN: Share Your Raspberry Pi Project
#37Although not strictly a Raspberry Pi project, I have a couple C.H.I.P. boards[1] scattered throughout my apartment collecting temperature and humidity readings (using a HIH8120 sensor[2]) and feeding it to my Raspberry Pi which runs InfluxDB and Chronograf[3] to store and display a simple dashboard. The end result looks like this: http://i.imgur.com/cIrhSUq.png [1]: https://getchip.com/ [2]: https://sensing.honeywell…
Re: Ask HN: Share Your Raspberry Pi Project
#38I'm the co-founder of https://snips.ai , we are building a 100% on-device Voice AI platform to respect people privacy! We would love to see what you can do with what we are building and to feature you on our website !
As others said, I'd feel more comfortable with an open codebase.
Re: Ask HN: Share Your Raspberry Pi Project
#39Actual code didn't rely on rPi (Elixir/OTP on Linux). But we shipped them on Pis. Other options considered had been Galileo and also an SoC called (I think) Quark (also from Intel).