You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

426 B

temp2mqtt-esp32

Temperature from DS18B20 to MQTT for ESP32

Configuration

Use menuconfig to configure the firmware:

idf.py menuconfig

Usage

idf.py build
idf.py -p /dev/ttyUSB0 flash monitor

Thanks to

This project was based on jarijokinen/ruuvi-gw-esp32 and uses a library for DS18B20 from feelfreelinux/ds18b20