Help me plz zx-color and aduino mega

how to zx color and arduino connected ?

tell me please !

i want to connected but i have no idea.

i must sensor color... help me please

A bit more information for this 'zx color' than just a photo would be smashing.

Do you have an English datasheet for it?
What are you trying to do?
What is a 'zx color'? I presume it is a colour sensor.
What protocol does it use?

More information in general is needed.

i'm want to sensor color RGB
http://www.olimex.cl/pdf/SENSOR%20DE%20COLOR.pdf << Datasheet zx color

micro4you.com is for sale | HugeDomains << Aruino Mega
http://www.etteam.com/product2009/ET-AVR/ATmega1280datasheet.PDF << Data Sheet

help me plz

Looking briefly through the datasheet it looks like the colour data is returned as analog data which needs to be decoded by the ADC on the Arduino. Connect the output pin of the JST connector to the analog pin of your choice and +/GND to the respective pins. Set the jumper to colour mode, not match.

The binary result should correspond to the table on page 3, although reading on through to the code samples you probably could just use the ADC result (eg. 143 to 147 == RED, 83 to 87 == GREEN, 219 to 223 == YELLOW)

Give it a go and let us know what happens!

thank you, i'm trying !