How to make an analog Thermometer with Arduino a DS18B20 and an analog Voltmeter


https://www.electronics-lab.com/make-analog-thermometer-arduino-ds18b20-analog-voltmeter/

In this Arduino Tutorial educ8s.tv is going to modify this analog Voltmeter and convert into an Analog Thermometer using Arduino and a DS18B20 temperature sensor. Today we are going to learn how to use this analog voltmeter with Arduino and make it show the temperature instead of the voltage. As you can see, in this modified […]

Temperature alarm for boiling milk


https://www.electronics-lab.com/temperature-alarm-boiling-milk/

Domen Ipavec shares his temperature alarm for boiling milk. Temperature alarm uses an Atmel attiny841 microcontroller, DS18B20 high temperature waterproof temperature sensor from adafruit, 2×16 HD44780 LCD and a buzzer to do its job. Anyone who has ever boiled milk on the stove knows, that it has a nasty habit of overflowing. That is why I […]

ESP8266 temperature logger


https://www.electronics-lab.com/esp8266-temperature-logger/

A ESP8266 temperature logger project from Facelesstech: I decided to use the esp-01 module because I only need 2 GPIO pins since I was using the DS18B20 temp sensor and the WS2812 LED. This made the hardware really cheap and easy to reproduce too. I normally use FTDI boards when it comes to the USB to […]

AAduino – Arduino Wireless in AA form factor


https://www.electronics-lab.com/aaduino-arduino-aa-battery-holder/

Johan wanted to shrink his Arduino based ISM radio node to fit in an AA battery compartment so AAduino was born. The AAduino is an wireless Arduino clone the size of an AA battery with Keystone battery terminals rotated 180° to act as positive and negative terminals. It is powered by an ATMega328p and is […]

ESP8266 + DS18B20 to Emoncms


https://www.electronics-lab.com/esp8266-ds18b20-to-emoncms/

Jhon_Control @ instructables.com has written a tutorial on how to monitor temperature using the ESP8266 and DS18B20 and display the data on Emoncms platform.  Emoncms is an open source web application that enable you to monitor and visualize different environmental data. ESP8266 + DS18B20 to Emoncms – [Link]

Arduino DS18B20 Thermometer on iOS or Android


https://www.electronics-lab.com/arduino-ds18b20-thermometer-on-ios-or-android/

maroelawerner @ instructables.com has a tutorial on how to display temperature data on an Android or iOS device using Arduino and Blynk app. In this Instructable I am going to attempt to show you how to put together a little project to use the Blynk app (optainable at http://www.blynk.cc/) to display the temperature remotely on a […]

4 Digit Thermometer using DS18B20 and PIC16F628A


https://www.electronics-lab.com/4-digit-thermometer-using-ds18b20-and-pic16f628a/

moty22.co.uk has a PIC16F628A based thermometer using DS18B20 digital sensor. Counter based on PIC16F628A . Included C code and circuit diagram. Displays -55 to 125 centigrade. The temperature is read every 15 seconds, can be changed in the code. The math is using integers to calculate the degrees and the tenths of degrees are calculated separately. […]

Temperature Monitor with ESP8266


https://www.electronics-lab.com/temperature-monitor-with-esp8266/

anistor @ instructables.com has build an ESP8266 based temperature monitor system using DS18B20 sensor. This project will help you create a temperature monitor using an ESP8266 SoC and a temperature sensor (DS18B20) with next capabilities: Measure Temperature Send an email if temperature goes under a threshold Monitor temperature and set threshold from a mobile App […]

ESP8266 DS18B20 Temperature Sensor – Arduino IDE


https://www.electronics-lab.com/esp8266-ds18b20-temperature-sensor-arduino-ide/

by EasyIoT @ instructables.com: In this tutorial we will show how to build ESP8266 DS18B20 temperature logger connected to EasyIoT Cloud. Materials: ESP8266 module DS18B20 temperature sensor 4.7 K esistor ESP8266 DS18B20 Temperature Sensor – Arduino IDE – [Link]

Arduino Thermometer With DS18B20


https://www.electronics-lab.com/arduino-thermometer-with-ds18b20/

by KonstantinDimitrov @ instructables.com Hello, everyone !!! Today I’m going to show you how to make Arduino thermometer with DS18B20 digital temperature sensor, builded on breadboard and connected together with jumpers. Info about the sensor – DS18B20 is 1-Wire digital temperature sensor from Maxim IC. Reports degrees C with 9 to 12-bit precision, -55C to […]