Feeding a Dog Remotely - hardware?

6

2

I'm looking for a way to, remotely, activate some sort of treat dispenser.

I'm not a hardware guy, and I'm sure that conceptually, this is very easy. But I don't know how to begin. I haven't found any products designed to do exactly this.

Perhaps some sort of beginning robotics kit could do it?

Rob

Posted 2010-06-16T22:35:37.187

Reputation: 747

Question was closed 2013-02-17T21:58:41.910

23I'm sorry but this is probably the best title I've ever seen on here. – John T – 2010-06-16T22:44:03.700

2I gather you could an idea or two from the first ten minutes of "Back to the future 1" movie ;) – Rook – 2010-06-16T22:53:33.757

4Check out Make magazine. They do this sort of stuff. – Daisetsu – 2010-06-16T23:08:45.357

1

try asking on Chiphacker... i'm all for DIY but this seems a little outside of the Super User scope.

– quack quixote – 2010-06-16T23:15:12.160

Won't you be spending more money on hardware than on a pet-sitter? Just saying. – zildjohn01 – 2010-06-16T23:59:16.250

4If your ISP doesn't block the traffic on port 22, you could connect to your dog via ssh, then "sudo eat /home/dog/". – dag729 – 2010-06-17T00:02:21.347

7Remote Robotic Dog Treat Dispenser via IM MindStorms NXT – Stefan Lasiewski – 2010-06-17T00:14:26.183

Suggestion: still ask someone to check up on the dog just in case your internet goes down, the power goes out, or it breaks ;) – Matthew Iselin – 2010-06-17T02:03:19.227

1...unless your name is Shroedinger. – JRobert – 2010-06-17T17:53:19.030

I agree with quack quixote, ask over on http://chiphacker.com, I'm sure one of us will be able to come up with a solution or point you at a working example.

– Amos – 2010-06-18T13:51:51.297

@dag: i'm against animal cruelty :P – RCIX – 2010-06-19T10:19:38.580

If you're into robotics, why not join the Robotics Proposal?

– Rocketmagnet – 2012-10-06T20:08:55.663

Answers

3

I'm not sure of this, but you should see if there are any Lego products that could be used, such as Mindstorms. They've got robotics that are controlled by your computer, so if you build a dog feeder with them, and then remote to your computer, you should be able to control it, right? Add one of the lego cameras to see how it works, and improve on the design.

thursdaysgeek

Posted 2010-06-16T22:35:37.187

Reputation: 2 310

+1. I agree. Go to the local toy store and see what you can cobble together from assorted Lego kits. – joeqwerty – 2010-06-17T03:38:35.417

+1 @Stefan Lasiewski for showing an example using MindStorms in the comments above. – thursdaysgeek – 2010-06-18T20:14:21.327

2

Well, only because I'm a good person :) , bellow there are two "buyable solutions" ready for use:

about $180.00 http://www.smarthome.com/6184AK/Remote-Pet-Feeding-Kit-Large-Feeder/p.aspx
about $300.00 http://www.atrendyhome.com/waandfeyopet.html

kokbira

Posted 2010-06-16T22:35:37.187

Reputation: 4 883

1

The easy way for someone who is not a hardware guy would be to connect:

A food dispenser that works electrically - I don't know where you'd find this.

An rs-232 controlled relay board, something like this: http://www.advantech.com/products/ADAM-4060/mod_1-2MLDI7.aspx

And an rs-232 over TCP/IP board, (AKA a serial port server) something like this: http://www.advantech.com/products/ADAM-4571L/mod_1-2MLDTN.aspx

That's assuming that by "remotely" you mean "over the internet".

You may very well be able to find the last two combined as one product, and I'm sure you can find cheaper ones.

The serial port server will come with a driver that gives you a virtual serial port. You can use either a terminal program or any programming language that can send data to a serial port to send whatever commands the relay board requires.

Jeanne Pindar

Posted 2010-06-16T22:35:37.187

Reputation: 262

1

X10 modules could be used to control a food dispenser. X10 is a home automation standard. You can use X10 hardware to control lights and switch electrical power. There are open source drivers for X10 for Linux and programs for PCs, although I don't know if there are free alternatives for PCs.

An alternative is ioBridge which provides hardware and software for control of devices over the Internet.

I don't know where you could get a food dispenser. You might have to hack something together, though perhaps you could modify a commercial automatic dispenser so you could control it remotely.

Wayne Johnston

Posted 2010-06-16T22:35:37.187

Reputation: 3 416

0

See iRover - Remotely Control iRoomba

Instructables.com is your friend here...

I found that from just a quick search. Spend a little time and you'll do a lot better.

Evan Plaice

Posted 2010-06-16T22:35:37.187

Reputation: 1 387

0

Linux Journal ran an article several years ago on feeding a cat remotely.

It used a Parallax Basic Stamp for the controller, but you should be able to adapt the concepts to any controller. If you're super new, I would stick with the Basic Stamp or an Arduino.

The Basic Stamp has better tutorials for the beginner (IMO) and is easier to get started with, but the Arduino is more flexible & less costly. Either way, they're both good choices.

Joe Internet

Posted 2010-06-16T22:35:37.187

Reputation: 5 145