-->
Page 1 of 1

Is there a way to extend the GPIO pins of a NodeMCU

PostPosted: Thu Feb 22, 2018 9:38 pm
by tarantula3
I know using the PCF8574 as a GPIO extender for the ESP8266 i can do that for the actual ESP8266.
Can I do the same with NodeMCU

Re: Is there a way to extend the GPIO pins of a NodeMCU

PostPosted: Fri Feb 23, 2018 7:11 am
by leifnel
The PCF8574 is using I2C. I've looked at another project using I2C for connecting a NodeMCU to a LCD display, so it should be possible.