Project
# | Title | Team Members | TA | Documents | Sponsor |
---|---|---|---|---|---|
11 | Cat Laser Tower |
Elisabeth Tricou Nour Sarikaya Victor Liu |
Jialiang Zhang | design_document2.pdf final_paper1.pdf photo2.jpeg photo3.jpeg photo1.jpg presentation1.pptx proposal2.pdf video1.mp4 |
|
# PROBLEM Cat owners are sometimes busy or out of the house, and cats need stimulation. An automatic toy that interacts with them would be a useful way to keep them active in a safe and healthy way. # SOLUTION OVERVIEW Our solution for this is to construct a scratching pole mounted automatic laser toy that will use extra sensors ,signal processing, and programming to allow the cat toy to avoid furniture, and to react to the cat and allow it to catch the dot. This will require a distance measuring laser, and a motion sensor. # SOLUTION COMPONENTS ## SENSOR SUBSYSTEM - The first sensor is a laser that measures distance. This needs to be incorporated into the laser mount in close parallel with a pet safe laser. The distance laser will be used during set-up of the toy, and will map out the play space to create a logical map of where the furniture is based on reference and boundary points on the floor input by the user. - The second sensor is a motion sensor that is set to detect when the cat is moving in front of the laser toy. This will be mounted in the base of the scratching post allows the toy to react to the cat chasing the toy laser. - There is a pressure sensor that will exist within the scratching post that can turn the laser pointer on when the cat scratches the post. ## ACTUATORS - The motion of the laser toy will require a spherical joint that can move at a reasonable speed. The joint will need to be able to mount input and output of the distance sensor, the pet safe laser. - The motion sensor will need to be able to be adjusted to point in the center of the designated play space. ## CONTROL SYSTEM - The system will be controlled by a microcontroller interfaced with the user interface. ## USER INTERFACE - Input to the system will be taken via manual buttons on the base of the device. The control will have an up, down, left, right, and select arrows. - A small hex based LED screen will allow for the user to set time, and indicate during which times it should be active. ## POWER - The device will be battery powered. # CRITERION FOR SUCCESS Our solution can map out a room and determine where the furniture is, and successfully avoid the furniture, as well as react to the cat dynamically. The cat will be able to turn the laser on by scratching the scratching post. Current cat toys move the lasers at random, which means that cats can't actually 'catch' the laser, and the laser doesn't actually react to the cat. Many cats find this boring. The current commercial cat toys also move with no consideration to the layout of furniture in the room. This leads to either limited scope as to where the laser can go so as to avoid furniture, or cats jumping onto furniture and scratching it up in attempts to get to the laser. Our solution is different, because it processes data to map out the room and uses the data to limit its range of motion, reacts to the motion of the cat as it attempts to catch the laser, and can chain together a number of mini routines that are not just random motion. |