As the title says... Chat on...

User avatar
By misentropy
#5038 Hi,

I don't have my modules nearby at the moment (ESP-01); so I can't test things for myself, nor find anything in TFM about it.

Is it at all possible to use the TX/RX pins as GPIO with nodeMCU?
User avatar
By hwiguna
#5064
misentropy wrote:Hi,

I don't have my modules nearby at the moment (ESP-01); so I can't test things for myself, nor find anything in TFM about it.

Is it at all possible to use the TX/RX pins as GPIO with nodeMCU?


That is an excellent question! More I/O would be nice.
I do not know the answer. However, it certainly look like hardware-wise it is possible.
According to IC pin definition, RX/TX are GPIO03/GPIO01 respectively.
And those ports are listed in NodeMCU's Summary
Software-wise, I think the firmware must be told to step aside (close console?) or that would interfere with using RX/TX as user I/O.