Hacker News .hnnew | past | comments | ask | show | jobs | submit | rgiuly's commentslogin

thanks dude! we put a lot of work into it


thanks bro! we appreciate the feedback


thanks for the heads up!


And far less creepy looking than the Chicken if I do say so..


Yes! here's a video that will go over the details: https://www.youtube.com/watch?v=LI59iFtDspA

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


This is exactly what I have been looking for, reasonable hardware that I can put together with a drivable car/robot that I can have fun programming. I will watch your video and probably order your kit. I think my son could really enjoy learning with this kit.


Sure, here's a video about how to build one with a Raspberry Pi: https://www.youtube.com/watch?v=LI59iFtDspA


Here's a readable summary (also said below):

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.


Is your software open source or available, it looks like it's python from the video. I want to buy your kit, but I'd like to build a robot that drives around my house while we are out, with a camera. So I would want to be the only one with access to the camera, turn it on when the alarm goes on. I a dev, I can hack python just fine. The reason I haven't done this myself is all the work to get to the hardware, and basic software.

Guessing the software arch, you encode the video on the robot and then send it to your backend site. Then you have a separate listener on the pi, that just takes single commands from the website. I imagine not running a webserver on the pi makes the response much faster and doesn't run down the battery. So for a private webcam in my house, a kind of alarm system, i need a system there to capture the video stream and act as a remote host that I can access from outside. I don't want to copy your webserver stack, I'd prefer something lighter weight, that I could run as a service on a linux or windows pc.


Hey there, yes the kit will give you a great start on your project. Let me know if you have any trouble with the purchasing system.

http://runmyrobot.com/kit

This code, which runs on the robot (RasPi), is open and available here. You are correct, it receives commands from the server via socket io.

https://github.com/runmyrobot/runmyrobot

As for the server, you can use our site with privacy if you want. The privacy feature is brand new, so you can't see it in the interface yet, but it's there. We just have to turn it on. Or, you can build your own server/webclient if you want. We can provide all information you need for messaging protocol and such that's used to move the robot.

Let me know if you have any questions

Best!

Rick Giuly rgiuly@gmail.com Co-founder RunMyRobot


haha, that was I, hey what could possibly go wrong?


This robot is live!


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: