SSC-32 and sensors

hello, every one

I am currently working on a new robot, well i would really appreciate some help or suggestions for this one.

I have always used the ssc-32 wirelessly along with most its commands.
well, now i would like to add a sensor(ultrasound). Well i read about it, and it is not really clear if the ssc-32 can read from the ABCD analog inputs.
sensor example : the Parallax PING Ultrasonic Sensor --> robotshop.com/ca/parallax-pi … ensor.html

NB: i did not reprogramm the Firmware: my plan is to read the value of the sensor wirelessly throu my ssc-32

Thank you for your help, much appreciated

johnny

The SSC-32 can read an analog voltage on the pins, or it can detect if it’s high, low, or even detect if the input ever went low since the last read. But it will not be able to accurately read the time from the PING. The GP2D12 works with little effort.
lynxmotion.com/p-260-sharp-g … ensor.aspx

i used pıc16f877 to add sharp to my robot. i recomended using pic

Use the SRF08, and analog input. Continuous run.

Alan KM6VV