TimH96 / micropython_thermometer

simple micropython project posting DHT data to an LCD, build with an ESP8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MicroPython Thermometer

MicroPython Hello World.

Just a simple program reading data from a DHT11 sensor and posting it to an LCD via I2C. Build for an ESP8266 on a NodeMCU board.

Dependencies

  • lcd_api.py from here
  • esp8266_i2c_lcd.py from here

About

simple micropython project posting DHT data to an LCD, build with an ESP8266

License:The Unlicense


Languages

Language:Python 100.0%