News

Why TCRT5000 and Arduino Nano? For many people, this question would have popped up. The reason for using a TCRT5000 IR sensor is to detect the position of the thermometer and take temperature reading ...
Arduino LM35 Temperature Sensor Code The Arduino Code for Interfacing the LM35 Temperature Sensor is very simple and easy to understand. We just need to read the analog data out of the sensor and ...
Arduino Code for Digital Thermometer The code for temperature measurement using LM35 is described here. A library for the LCD unit is included and then data and control pins for the LCD and ...
Usage To use the temperature sensor, connect the NTC 10k thermistor to the Arduino according to the circuit diagram, and upload the code to the Arduino board. Open the serial monitor in the Arduino ...
Software Programming is done on Arduino version 1.8.6 integrated development environment (IDE). Analogue pins A0 to A5 on Arduino Uno are analogue input pins. After running the code, you will see ...
This build is about using the temperature sensor in your clock. The ATMega328p, the chip at the heart of all your Arduino Uno clones, has within it a watchdog timer that clicks over at a rate of ...
This simple Arduino library adds a capability to decode Temperature/Humidity data sent by cheap wireless sensors similar to the ones shown on the picture. A setup should include a 433.92 MHz receiver ...
Thermistor is a semiconductor device made of materials whose resistance varies as a function of temperature. A thermistor can be used to compensate for temperature variation in other components of an ...