freetronics / IRTemp

Infrared non-contact thermometer module driver for Arduino
www.freetronics.com/irtemp
7 stars 4 forks source link

Problems with two wire mode #2

Open Dropkinn opened 10 years ago

Dropkinn commented 10 years ago

Hi, I'm having trouble getting either of the two temperatures to return in two wire mode, It often works on startup and never again after. Also, is there a way to have the sensor continuously output just the IR readings? Many Thanks, Noah.

projectgus commented 10 years ago

Hi Noah,

Sorry for the slow reply on this.

Regarding the problem with two wire mode: Does the sensor work in three wire mode, or not at all in either case?

Unfortunately it's not possible to have the sensor output just IR readings, the ambient readings are always interspersed. Of course if you don't call getAmbientTemperature() then these values are effectively ignored.

Angus