Show HN: Live control a robot running around my house
11–20 of 33 posts
Re: Show HN: Live control a robot running around my house
#12One robot is in Santa Barbara, California and the other is in La Jolla in San Diego, California at a park somewhere. If you type in the chat box, the robot will say the chat out load.
Re: Show HN: Live control a robot running around my house
#13Who put a talking robot in a park full of kids and gave control of it to the Internet???
Re: Show HN: Live control a robot running around my house
#14Re: Show HN: Live control a robot running around my house
#15Re: Show HN: Live control a robot running around my house
#16One robot is in Santa Barbara, California and the other is in La Jolla in San Diego, California at a park somewhere. If you type in the chat box, the robot will say the chat out load.
Crazy. Are you going to write something about how you built it?
Re: Show HN: Live control a robot running around my house
#17any link to details on what parts you use for these bots?
The main parts are a RaspberryPi, some Adafruit stuff, and a motor from pololu. Also, I put all the parts in a package that you can get here: http://runmyrobot.com/kit
Re: Show HN: Live control a robot running around my house
#18any link to details on what parts you use for these bots?
Re: Show HN: Live control a robot running around my house
#19Earlier quoted context omitted.
Crazy. Are you going to write something about how you built it?
Sure, here's a video about how to build one with a Raspberry Pi: https://www.youtube.com/watch?v=LI59iFtDspA
Raspberry Pi that runs the python program that sends video to the webserver using ffmpeg. Adafruit Motor HAT to connect the motors to the pi. Android phone is strapped to robot that runs a custom android app that receives chats from the website and also says them out loud using the Android API for text-to-speech. Everything sits on top of a 3d printed chassis. Cheap logitech webcam. Web app is a node server, socketio, ec2.