Adding an RTC and OLED to ESP8266-01: The ESP8266-01 only has a limited number of I/O pins (only 4). Fortunately these pins can be used for I2C communication, allowing us to add a hoist of other chips.I wanted to add an RTC to the ESP8266-01 and for testing purposes I did not want to a…