<< return to Vizycam.com

User Tools

Site Tools


wiki:make_treat_dispenser

This is an old revision of the document!


How to make a treat dispenser

You can make a treat dispenser for your pet out of some fairly basic ingredients, the main ingredients being cardboard and a solenoid. Here's what you will need:

* Some corrugated cardboard – it can be used/recycled * Sharp X-acto knife * White glue * 12V solenoid (like this one) * A jar * Some patch wire * Some treats

Making the box

We'll start by making a box. We're making a gravity-fed treat dispenser, so we need a fair amount of height to keep things moving along and not getting clogged. Our box is 7“x7” on the base and 8“ high.

Cut out five 8”x7“ rectangles. We'll use four of the rectangles for the sides of the box and save one for later.

p1000598_result.jpg

Then cut out the top. It will be 7 1/8”x7“. The extra 1/8” is there to accommodate the thickness of the cardboard.

Trace the top of the jar on the top piece of cardboard and cut it out.

p1000601_result.jpg

Now glue your box together. We found that using something to dab it on the edge of cardboard was helpful. Hold the pieces in place until they hold themselves. You'll be surprised how fast this goes, but be sure not to overdo the amount of glue.

p1000602_result.jpg
p1000605_result.jpg

When you're done, you'll have a box that looks like this. It's surprisingly sturdy!

p1000613_result.jpg

Making the funnel/value assembly

OK, next, we need to assemble the funnel and funnel/valve assembly. This will go on the extra 8“x7” piece of cardboard. Draw a line at 4“ on the piece of cardboard. This is where the funnel will stop.

Next, cut out your funnel pieces. The funnel needs to be large enough at the top to fit the bottle opening and small enough at the bottom to work with the “throw” of the solenoid (how far the solenoid moves when powered), which is about 0.4”. In general, making the opening at the bottom about 50% larger than the solenoid throw is a good rule of thumb. You want to make your treat dispenser clog-resistant, which requires a bigger hole – err on the side of bigger for the bottom opening.

p1000615_result.jpg
p1000616_result.jpg
p1000622_result.jpg

The solenoid will be our valve, and we want to attach a piece of cardboard to it – the “shutter”. The shutter should be bigger than the opening of the funnel to keep if from getting stuck. We extended the solenoid shaft with a straw and used some tape to attach the shutter to the straw (see below).

p1000624_result.jpg
p1000625_result.jpg
p1000627_result.jpg

Next, add a structural member below the shutter to keep the shutter oriented correctly.

p1000628_result.jpg
p1000629_result.jpg

This structural member will require some extra gussets to strengthen it.

p1000631_result.jpg

Next attach the solenoid to the cardboard using some machine screws, cable ties, or some double-sided foam tape. Test the motion of the solenoid and shutter by hand.

p1000633_result.jpg

We now need to assemble a chute. Cut a 4“x10” piece of cardboard. Then cut the cardboard down the middle length-wise, but only cut through the first ply of cardboard.

p1000637_result.jpg
p1000638_result.jpg

Fold the cardboard into a right-angle and glue a right triangle with 2“ legs to the end. Let this dry.

p1000641_result.jpg

The funnel/valve assembly fits into a “track” in the box. Slide the funnel/valve assembly in the box and mark where you want to place the track.

p1000646_result.jpg

Cut out some strips of cardboard and glue them to the inside of the box to make the track for the valve assembly.

p1000647_result.jpg

Next, cut a triangle to fit the chute in the funnel/valve assembly.

p1000642_result.jpg

And cut a corresponding triangle on the box. You want the chute to have a decent amount of slope so that the treats will move down the chute via gravity. The triangle hole in the box should be lower than the triangle hole in the funnel/valve assembly so that this slope is created. Cut the triangle in the box with this slope in mind.

p1000643_result.jpg

Treats can have oils that can leach into the cardboard. To prevent this, use some clear coat, or possibly paint to seal the cardboard. Only the funnel and the chute need to be protected.

p1000653_result.jpg

Final assembly

Putting everything together is relatively easy. Slide the funnel/valve assembly into the box with the chute inserted and then push the chute through the triangle hole in the box before completely sliding the funnel/valve assembly into the box.

p1000649_result.jpg
p1000651_result.jpg

You can use some wire nuts to attach an extension cord to the solenoid, or just twist the wires together and use some tape to keep them from shorting together. The polarity doesn't matter.

p1000657_result.jpg

Then attach the extension cord to pins 2 and 4 on Vizy's terminal block.

p1000667_result.jpg

Testing

Test the treat dispenser with the Pet Companion application, or with some simple Python. Just type into a Python instance (you can bring up a Python instance by pointing your browser to http://vizy.local/python

import vizy
power = vizy.VizyPowerBoard()
power.vcc12(1)
power.io_set_mode(vizy.IO_MODE_HIGH_CURRENT)

You can then turn trigger the solenoid with:

power.io_write_bits(1)

then turn off with:

power.io_write_bits(0)

Note, don't leave the solenoid on too long as it will get pretty hot. In general, you won't need to power the solenoid very long – less than a second at a time.

Congratulations, you've built a treat dispenser for your pet!

wiki/make_treat_dispenser.1601328201.txt.gz · Last modified: 2020/09/28 16:23 by vizycam