The ESP8266 also has both SPI and I2C interfaces which might also be relevant to the story.
I get the sense that the puzzle can be broken up into two parts ...
(1) - How to write a program that drives the protocol of the ICs that you want to control
(2) - How to deploy such a program on an ESP8266 to take advantage of the co-located WiFi support built into the ESP8266
I'd suggest tackling issue (1) first of all and investigate all the different techniques you might use to integrate your target IC with boards such as Arduino or Raspberry PI. Once you have convinced yourself that you can "speak" to your target IC, then the translation to ESP8266 should be more mechanical than challenging.Statistics: Posted by kolban — Thu Nov 05, 2015 2:18 pm
]]>