I am using my ESP8266 device and have installed Micropython as firmware on it.
I wrote some python code to fetch environmental data through a DHT11.
The scripts I'm running with the ampy module, specifically, the command "ampy --port COM5 put file.py" and the command "ampy --port COM5 run...