MLX90614 problem
Podion
Posts: 90
Hello
I have the MLX90614 plug on my propeller and I plug it like they show on the datasheet figur 10 and in the OBE.
There is the datasheet http://www.sparkfun.com/datasheets/Sensors/Temperature/MLX90614_rev001.pdf
And the OBE that I use. http://obex.parallax.com/objects/613/
My problem is that on the parallax serial terminal the tempter is always o. Did I miss something ?
Do I have to modify something in the code to make this work?
Thank you for the help !
I have the MLX90614 plug on my propeller and I plug it like they show on the datasheet figur 10 and in the OBE.
There is the datasheet http://www.sparkfun.com/datasheets/Sensors/Temperature/MLX90614_rev001.pdf
And the OBE that I use. http://obex.parallax.com/objects/613/
My problem is that on the parallax serial terminal the tempter is always o. Did I miss something ?
Do I have to modify something in the code to make this work?
Thank you for the help !
Comments
MLX90614 Tester V1.0Scanning I2C Bus....
Scan Addr : 100000 01010000, ACK
i2cScan found 1 devices!
MLX90614 Temp: 66.56 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
whit this code
and if i just unplug the thermometer i get the same on the serial terminal.
Whit this code
i get this
MLX90614 Tester V1.0
Scanning I2C Bus....
Scan Addr : 100000 01010000, ACK
i2cScan found 1 devices!
MLX90614 not found 5A
Flags FF
EEPROM Updated
MLX90614 Temp: 153.46 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
MLX90614 Temp: 0.00 K, 16776942.242°C
it seem's that the program don't found the MLX906. How cant i fix this " MLX90614 not found 5A " ?
and i don't know why but the PIN 16 is always hight...
In the MLX90614Object there are the pin out
Pin 1 SCL -> Prop Pin (28 works), needs 4.7K pullup to 3.3V
Pin 2 SDA -> Prop Pin (29 works), needs 4.7K pullup to 3.3V
Pin 3 Vdd -> Prop Pin MLXPowerPin
Pin 4 Vss -> Gnd
but the Pin 3 it said Prop Pin MLXPowerPin do i have to plug the MLX90614 VDD pin to common VDD 3.3v or to some pin of the prop ?