Neat board!
For D-duino V2(Arduino&NodeMCU&ESP8266&0.96OLED)
I haven't put this board through all of its paces yet, but it seems to work pretty well so far.
I was able to get everything working fairly simply using this driver on OSX Sierra:
https://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx#mac
And this board config:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
And with these settings:
Board: ModeMCU 1.0 (ESP-12E Module)
CPU Frequency: 80Mhz
Flash Size: 4M (3M SPIFFS)
Upload Speed: 115200 (Faster may work, but this always worked for me)
Port:
And this library (follow the instructions on the page for installation) for the OLED:
https://github.com/klarsys/esp8266-OLED
Bear in mind that the OLED pins for Arduino are 5 (SDA) and 4(SCL), and not the defaults that are set in the example sketch.
I have not gotten other more complicated drawing libraries working with the OLED screen so far, but it's just a matter of time!
Response from Travis Lin | Oct. 30, 2016
Hello, thank you for your comments.
https://github.com/lspoplove/esp8266-oled-ssd1306
I recommend this library to you. I think this library is very suitable for D-duino.