OpenSprinkler › Forums › Comments, Suggestions, Requests › Opensprinkler on ESP8266 › Reply To: Opensprinkler on ESP8266
April 13, 2016 at 4:39 am
#42022
pbecchi
Participant
You can try to use it the way you propose , but be aware:
-RTC may not be used (I haven’t tried…) but time synchronization it is slow…
-all pins 8+3 need to be declared on pins.h file and ESP8266 has no sufficient GPIO
-you may try to give the pins you are not using a dummy number but must be an available GPIO.
-3 pins are necessary for OS buttons.
Much better to use an expansion cip: or a PCF8574 or a shift register cip.
Paolo