<< return to Vizycam.com

User Tools

Site Tools


wiki:make_treat_dispenser

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:make_treat_dispenser [2020/09/28 16:41]
vizycam
wiki:make_treat_dispenser [2020/09/28 16:51]
vizycam
Line 22: Line 22:
  
  
-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.  ​+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 get 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. ​+Cut out five 8"​x7"​ rectangles. ​ We'll use four of the rectangles for the sides of the box.  Save the extra for later. ​
  
  
Line 176: Line 176:
  
 [{{wiki:​p1000667_result.jpg}}] [{{wiki:​p1000667_result.jpg}}]
 +
 +
 +And don't forget to plug the terminal block into Vizy. 
  
  
 ===== Testing ===== ===== Testing =====
  
-Test the treat dispenser with the  [[wiki:​pet_companion|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''​+Test the treat dispenser with the [[wiki:​pet_companion|Pet Companion application]] ​by clicking on ''​Dispense treat''​. ​  
 + 
 + 
 +Or you can punch in some simple ​lines of Python. ​ Just type into a Python instance (you can bring up a Python instance by pointing your browser to ''​http://​vizy.local/​python''​.)
  
 <​Code:​python>​ <​Code:​python>​
Line 189: Line 195:
 </​Code>​ </​Code>​
  
-You can then turn trigger the solenoid with:+You can then trigger the solenoid ​(open shutter) ​with:
 <​Code:​python>​ <​Code:​python>​
 power.io_write_bits(1) power.io_write_bits(1)
 </​Code>​ </​Code>​
  
-then turn off with:+and turn off (close shutter) ​with:
  
 <​Code:​python>​ <​Code:​python>​
wiki/make_treat_dispenser.txt · Last modified: 2022/03/08 12:01 by vizycam