Some 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.