/micropython_thermometer

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

Primary LanguagePythonThe UnlicenseUnlicense

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