====== My pan/tilt is acting sort of crazy ====== The pan/tilt mechanism should track objects smoothly. If it doesn't, here are a few things to try/check. ===== 1. How are you powering Pixy? ===== If you are powering Pixy through the Arduino cable instead of through the USB cable, or the [[wiki:v1:Powering_Pixy|power connector]], the servos are not going to get enough power. This is because the Arduino typically can't source enough current for the servos (1 Amp), and the Arduino cable tends to drop significant voltage. There are more details [[wiki:v1:Powering_Pixy|here]] on using the power connector, which is recommended in this case. One way to check if you have a power issue: if you connect only one servo - that is, try unplugging one - does the issue persist? If unplugging a servo solves it, that would point to current draw beyond the capabilities of your USB port or cable. ===== 2. Are you using a USB hub? ===== Assuming you're using a USB cable to power Pixy (and the pan/tilt), the pan/tilt servos need more power than most USB devices. Using a hub is likely to result in not enough power getting to the servos. Plug Pixy into your computer directly (no USB hub). ===== 3. Try a different USB cable ===== Powering servos over USB is great because you don't need to worry about batteries, but there can be problems with not enough voltage reaching the servos. Always use a USB cable that's 3 feet or shorter, and if it's still having problems try another cable if you can. USB cables aren't all created equal -- some have flimsy-gauge wire that can cause problems. ===== 4. Check to make sure there is no mechanical binding ===== Unplug Pixy from power/USB and gently check the pan axis by moving it back and forth over its entire travel. It should move fairly easily and smoothly. Then test the tilt axis by moving the **servo horn** back and forth (not Pixy!). It too should move fairly easily and smoothly and not bind on any cables. When Pixy is plugged into the USB cable, make sure there is plenty of cable for Pixy to look up and down, left and right. ===== 5. Check the connections ===== This is an obvious one, but make sure the connectors that plug into Pixy are secure and fully engaged (you shouldn't see any of the terminal posts on Pixy -- each servo connector should completely cover the terminal posts on Pixys servo connector.) ===== 6. Does the pan/tilt seem to avoid the object? ===== That's not good! But it's usually caused by the pan and tilt servos being swapped where they plug into Pixy. Try swapping the servo connectors where they plug into Pixy so they are correct. ===== 7. Do you get a good solid rectangle in PixyMon when running the "pan/tilt demo"? ===== If the rectangle changes shape rapidly or you see lots of rectangles (detected objects), Pixy will have a hard time tracking. You should probably re-teach. Or you may need to adjust some parameters -- consult [[wiki:v1:Some_Tips_on_Generating_Color_Signatures_2|this guide]] to learn more. ===== 8. Test the servos ===== Run PixyMon and hit the stop button (upper left corner of PixyMon). In the command window type this, hitting after each line: rcs_setPos 0 1000 rcs_setPos 0 0 rcs_setPos 1 1000 rcs_setPos 1 0 This should exercise the pan servo first then the tilt servo. The movement should be smooth and rapid. If not, make a note of which servo is acting strange. and send us an email describing your experience (). ===== 9. Reduce the frequency ===== From PixyMon, bring up the [[wiki:v1:Configure_Dialog|Configure Dialog]] (the gear icon). In the "Servo" tab change the "Servo Frequency" to a lower value, from 100 to 75 or 60 and see if that improves the behavior of your pan/tilt servos. This suggestion is somewhat experimental, so please [[mailto:support@pixycam.com|send us a note]] if this helps! You can select **Action➜Restore default parameters** to get back if it doesn't help.