• Interfacing Temperature Sensor to board
    Hi, We would like to issue a command serially from master to slave but we don't know how. We are trying to interface a temperature sensor to the board and we got stuck on how to control the clock...
  • Interfacing DS1820 temperature sensor with LPC932
    I am looking for a routine to control the DS1820 thermistor with a LPC932(c++)..I am having trouble with the timing for communicating with the sensor(1-wire)..I am also not sure about the pin-setup for...
  • Interfacing temperature sensor lm35 with lpc2148
    The output it is reading is 0.00. Not able to figure out y? posting the code below [code] #include"lpc214x.h" #include<stdio.h> #define LED (0x00000001<<7) #define BIT16 (0X00000001<<16) #define...
  • On-Chip Temperature sensor
    Hi, I am using C8051F023 micro controller in one of the board. When I try to read the on chip temperature sensor it gives me the data as 0x170. This temperature increases linearly(170 - 179) when i...
  • STM32F103 internal temperature sensor
    Hi I am using STM32f103 and using its internal temperature sensor to measure ambient temperature. At room temperature(25°C), i get different readings from chip to chip ranging from 23 to 39°C. ...