Skip to content

Use DS18B20 sensors to monitor temperatures on displays and broadcast them with bluetooth low energy

Notifications You must be signed in to change notification settings

agp8x/temperatureMonitor

Repository files navigation

Temperature Monitor

Monitor 5 temperatur sensors and display the readings

Components:

  • 1x ESP32 (NodeMCU) with Micropython
  • 5x DS18B20
  • 5x TM1637

ciruit

References

Setup hints

esptool.py --chip esp32 --port /dev/ttyUSB0 erase_flash
esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 esp32-20190125-v1.10.bin
ampy -p /dev/ttyUSB0 put display.py display.py
ampy -p /dev/ttyUSB0 put tm1637.py tm1637.py

Companion App

See https://github.com/agp8x/temperatureMonitorApp

About

Use DS18B20 sensors to monitor temperatures on displays and broadcast them with bluetooth low energy

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages