IS command

So i have a xbee sensor adapter L/T and i issue a IS command like this 7E 00 0F 17 01 00 13 A2 00 40 69 05 A1 1C D1 00 49 53 5A .
The response is 7E 00 19 97 01 00 13 A2 00 40 69 05 A1 1C D1 49 53 00 01 08 00 06 08 00 01 AE 02 87 8B, WHERE THE BOLD PART IS THE DATA FROM THE SENSOR.
Can you tell me where in the data field are the bytes for the values for the light and temperature(and how can i convert them)?
Can you tell me what all the bytes in the data field means…like what means 08, or 06…or could you point me to a document(or thread) where i can find this?

Hey,

I hope, you have made duplicate threads over here. By the way You need to share .pro file for xbee sensor to determine which IO pins are available and what is the value set there.

here it is…i have d1 and d2 set to 2 and p1 set to 3

Over here 01 AE are for D1 temperature sensor

and 02 87 are for d2 light sensor

and do you know how to convert into degrees and lux?
and can you tell me for what are the other bytes especial the ones after 06 : 08 00?

See,

How I identified, IS returns first digital values and then analog values. There are two analog inputs available. And the each analog is a 2 byte value… Other thing xbee sensor does not provide light info in lux.

There is a demo application In Digi ESP for python, where this calculation is shown… I hope, if you refer xbee l/t sample application, you will get idea how to calculate.