-->
Page 1 of 1

OLED comunication choices

PostPosted: Sat Feb 20, 2016 3:41 pm
by Jeff Lamer
Hey All...noobie here,
I have my nodemcu v0.9 up and running reading my woodstove internal temperture from SPI (thermocouple). Now I would to add a local display at the stove. I just purchased a Digole OLED which can be uart/spi or I2C. What should I choose ? any advice or experience is greatly appreciated. Final goal would be a dial gauge display.
Jeff

Re: OLED comunication choices

PostPosted: Sat Feb 20, 2016 5:25 pm
by bobcroft
Jeff, I would use I2C because it uses less pins and the UART is used for programming unless you use OTA programming. I have successfully used I2C to run an OLED using the esp/Arduino IDE

Re: OLED comunication choices

PostPosted: Sat Feb 20, 2016 5:27 pm
by Jeff Lamer
bobcroft wrote:Jeff, I would use I2C because it uses less pins and the UART is used for programming unless you use OTA programming. I have successfully used I2C to run an OLED using the esp/Arduino IDE


Ok Thanks Bob...my screen is a Digole. I will start testing I2C with their samples