Page 1 of 1

ESP8266-01 and DS18b20

Posted: Mon Feb 25, 2019 7:45 pm
by zdenek.852
Have you some experiece with DS18b20. how to connect to asksensors.com

Re: ESP8266-01 and DS18b20

Posted: Tue Feb 26, 2019 8:12 am
by Guru
Hello zdenek,
The AskSensors Tech team has not published yet a ready-to-use example for the DS18b20 and AskSensors, but I believe they will do soon.

However, connecting the DS18b20 to AskSensors should not be difficult, you need two main steps:
STEP1: First, Connect your DS18b20 to the ESP8266, verify the temperature read from your sensor. Here is an example: https://www.hackster.io/adachsoft_com/e ... ver-5509ac

STEP2: Integrate your sensor reading to the AskSensors HTTP project: https://github.com/asksensors/AskSensor ... tp_get.ino

Hope it helps.