Interface the LM35 temperature sensor with a microcontroller.
Measure the temperature and print it on a serial terminal(e.g., putty, Arduino IDE).
Design it in a way that it should also measure negative temperatures.
Hint: To measure negative temperature, we need to shift the LM35 voltage reference, i.e., GND.
Submit Your Solution