Temperature from DS18B20 to MQTT for ESP32
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Bernhard Fröhlich 1729545413
ci/woodpecker/push/woodpecker Pipeline was successful Details
Use ESP_LOGE() for error messages
3 days ago
main Use ESP_LOGE() for error messages 3 days ago
.woodpecker.yml CI: Remove debugging 1 month ago
CMakeLists.txt Initial code drop 4 months ago
LICENSE Initial commit 4 months ago
README.md Fix typo 4 months ago

README.md

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