Where is the user manual? what commands can I send to the pixy and what do they do? For my current project I want to obtain a raw frame at the instant when other sensors show the correct conditions. I am using a Pic24 microcontroller.
Hello Colin,
The documentation is all on our Wiki here:
http://cmucam.org/projects/cmucam5/wiki
This page provides some good background on getting your Pic to talk to Pixy:
http://cmucam.org/projects/cmucam5/wiki/Porting_Guide
Grabbing raw frames from Pixy works with the USB interface (not the serial interface). Using a Pic to grab raw frames and process them sounds challenging! What kind of processing do you want to do?
Edward