ESP8266-01 and DS18b20
-
- Noob
- Posts: 1
- Joined: Mon Feb 25, 2019 7:42 pm
ESP8266-01 and DS18b20
Have you some experiece with DS18b20. how to connect to asksensors.com
Re: ESP8266-01 and DS18b20
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.
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.