Skip to content

Latest commit

 

History

History
 
 

MicroWeatherStation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

MicroWeatherStation

This script will read the sensor DHT11 data and it will create a simple server so the data is shown on a web page.

Image of code running on the Wemos D1 mini board:

Drawing

Parts needed:

  • ESP8266

I'm using the Wemos D1 Mini board.

Wemos d1 mini board

  • DHT11 Sensor

DHT11 Sensor

NOTE:

Take into account that I'm using a Wemos D1 mini and it's DHT11 shield, so in the script you'll see the d = dht.DHT11(machine.Pin(2)) and in the example page of the Micropython documentation they use other pin (4).

TO DO:

  • Better documentation.

  • Add execution images.