=============================================================================== W A V E C O M =============================================================================== OPEN AT V2.00 Updated : January 22th, 2003 =============================================================================== (To print this file : use Notepad and remove all margins and default header.) --------------------------------- Content of this file --------------------------------- Temperature Sensor Sample application description I. Changes II. Application description I - Changes =========== * 03/01/22 - V2.00 Initial revision. II - Application description ============================ This application reads the current temperature on a MAXIM MAX 6662 device (temperature sensor), plugged on the SPI bus. First it uses the AT+CGMR command to get the product version, to automatically set SPI parameters according to the product (SPI chip select, and SPI clock speed). Then it opens the SPI bus and start a 1s cyclic timer. Each time the timer occurs, the current temperature is read, and if it is different from the previous read value, it is displayed in a debug trace, and in a "+TEMP: ..." unsolicited response on the serial link.