Live data from Hacker News

Ask HN: Share Your Raspberry Pi Project

news.ycombinator.com

151–160 of 160 posts

Re: Ask HN: Share Your Raspberry Pi Project

#151
I hacked a remote controlled car and connected it to the Twitch chat so it can be controlled through chat commands.

It can also stream the video back to my computer so people on the stream can see where the car is going.

https://fullstack.network/i-built-a-car-that-is-being-contro...

Re: Ask HN: Share Your Raspberry Pi Project

#152
post #52

I used a Rapsberry Pi (and a lot of Dynamixel servos, LiPo, gyro, etc) to build a small hexapod robot. I was mostly interested in learning about legged locomotion, and got a bit carried away. Using a normal-ish Linux platform with GPIO and USB devices made it really easy (and fun) to hack everything together. https://github.com/adammck/hexapod

I think you were featured on HN front page few times already :-)

Re: Ask HN: Share Your Raspberry Pi Project

#154
post #76
post #63

Earlier quoted context omitted.

What language did you end up using to access the sensors? I've been ~hoping~ to use Go to access the GPIO pins, but haven't had much success - any suggestions?

I've used https://github.com/stianeikeland/go-rpio to control my garage doors and this library https://github.com/kidoman/embd has some more advanced features which I've used for a thermostat solution.

+1 for embd. I've used it with great success.

Re: Ask HN: Share Your Raspberry Pi Project

#156
post #148

Earlier quoted context omitted.

Will this have the ability to replace an Alexa in terms of smart home integration/automation?

This is what we want to build !

Perfect, keep up the great work.I'm glad to hear of your project.The Alexa and accompanying hardware/software is one of the few non FOSS things I rely on within my home. I can't wait for a viable alternative!

Re: Ask HN: Share Your Raspberry Pi Project

#157
post #139

I've built my home automation setup around Raspberry Pis. I have an old Nexus7 tablet mounted on the wall (3D printed wall mount which incorporates a wireless charging coil) which hits the web UI of NodeRED running on a Pi to provide a 'home control panel'. There's a pi with a heap of relays which controls things like my garden lights, sprinklers, motorised curtains (3D printed adapters to convert standard curtain tr…

Can you give some more information on the 3d printed blind automations? I've got a house with a lot of windows and I'm looking for an unobtrusive and cheaper way to automate all of the blinds

Re: Ask HN: Share Your Raspberry Pi Project

#159
post #149

I've a few simple projects around the house 1. I've a python script that sends bluetooth LE commands to my ceiling fan & lights. Ceiling fan has got a bluetooth LE remote you get from Lowes. Then used ha-bridge to simulate Philips hue, so now I can control the lights & fan using Alexa. Built it to turn lights no/off with my new born daughter in hand. And since about 5 months of age, every time anyone says the word Al…

Cool ! If you want more privacy around your kid than streaming what she is saying to Amazon with Alexa, you can use the platform we are building at https://snips.ai , it is free and will be open-source too!

Thanks, I'll try this out!

Re: Ask HN: Share Your Raspberry Pi Project

#160
post #68

A friend and I put together a free dynamic DNS service [1] offering cool custom domains aimed at the Raspberry Pi community (and similar hardware hackers.) It's not strictly a hardware project, but it's a crucial building block for any network-enabled Raspberry Pi project, and we'd love your feedback. [1]: https://www.legitdns.com

Awesome!
Post reply on HN