Difference between revisions of "Timed Feeder"
(Created page with "{| style="width: 1000px;" |- | ==Overview== 600px|center Design a timed feeder, which can feed your pet regularly when you are out. <br> Su...") |
|||
Line 50: | Line 50: | ||
==Programming== | ==Programming== | ||
===Required Program Blocks=== | ===Required Program Blocks=== | ||
− | *[[ | + | *[["Waiting" program block]] |
− | *[[ | + | *[["Servo" program block]] |
− | *[[ | + | *[["Comparison" program block]] |
− | *[[ | + | *[["Time out begin" program block]] |
− | *[[ | + | *[["Joystick" program block]] |
− | *[[ | + | *[["IR Reflection Sensor" program block]] |
===Programming Thought=== | ===Programming Thought=== |
Latest revision as of 08:54, 19 January 2017
ContentsOverviewDesign a timed feeder, which can feed your pet regularly when you are out.
Module BillModule
Other Equipment
Module SetupAssembly
ProgrammingRequired Program Blocks
Programming ThoughtOpen the cap, wait for putting food into it, press the Joystick, and then close the cap. Start timing, after the time is over, and finding the pet is approaching through the Line Finder, open the cap automatically, so that the pet can access to the food. Start to Program1. Open the cap, and put food into it. Wait for the Joystick to be pressed, and then close the cap. Start to time.
2. After the time is over, and Line Finder finds the pet is approaching, it will open the cap automatically.
If timer1 is less than 5s, execute repeatedly. Map timer1 from 0-5000 to 100-0, and save it into LIGHT. The red brightness is LIGHT (with the coming of the meal time, the red LED will go off gradually. Technical Specification
Related CasesQ&A |