ESP8266-01 and DS18b20

Post Reply
zdenek.852
Noob
Posts: 1
Joined: Mon Feb 25, 2019 7:42 pm

ESP8266-01 and DS18b20

Post by zdenek.852 » Mon Feb 25, 2019 7:45 pm

Have you some experiece with DS18b20. how to connect to asksensors.com

Guru
Pro
Posts: 33
Joined: Tue Dec 18, 2018 11:36 pm
Contact:

Re: ESP8266-01 and DS18b20

Post by Guru » Tue Feb 26, 2019 8:12 am

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.

Post Reply