Skip to content

EMS-ESP and DS18B20 #69678

Oct 10, 2023 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Yes, it is possible to connect a DS18B20 temperature sensor to your ESP32 module and display the temperature in EMS-ESP. Here are the general steps to achieve this:

  1. Connect DS18B20 to ESP32: Wire the DS18B20 sensor to the ESP32 following the sensor's datasheet. Usually, it requires connecting the sensor's data pin to a GPIO pin on the ESP32.

  2. Install Required Libraries: You will need to install the necessary libraries for both the DS18B20 sensor and the EMS-ESP software. You can usually find these libraries on GitHub or through the Arduino Library Manager.

  3. Write ESP32 Code: Write a code for your ESP32 to read the temperature data from the DS18B20 sensor. You will need to use the OneW…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bluhminga
Comment options

@moayad-star
Comment options

Answer selected by bluhminga
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Repositories The core of version-controlled code storage Question
2 participants