MLX90614 Infrared Thermometer spin object?
HoangTran83
Posts: 52
does anyone have spin test code for the MLX90614 module that parallax sells?
Comments
http://obex.parallax.com/objects/613/
I have the MLX90614 sensor connected to a Prop Protoboard and have spent the last 2 hours trying to get something out of it using the generic serial object from the Object Exchange, but to no avail.
The raw sensor object will not work with this module.
SEROUT pin, baudrate,[0,"!TEMR",$5A,$07]
SERIN pin, baudrate,[lowbyte,highbyte,pec]
That translates into
uart.tx(0)
uart.str(string("!TEMR"))
uart.tx($5a)
uart.tx($07)
and see if you get any chars in reply
I will try using a transistor to send the signal at 5V and see if that helps.
http://forums.parallax.com/showthread.php?t=106716
Thanks for the link, the driver works great!!