-->
Page 1 of 1

esp 12 e dev kit v0.9 version

PostPosted: Sat Oct 19, 2019 10:18 am
by kaygisizugur
hi every body
i have a esp 12 e dev kit v0.9 version but tx and rx pins every time high.how can i use these pins like normal gpio

Re: esp 12 e dev kit v0.9 version

PostPosted: Sat Oct 19, 2019 9:04 pm
by QuickFix
kaygisizugur wrote:i have a esp 12 e dev kit v0.9 version

What's that? :?
It looks like (actually it's a wild guess) you're talking about a NodeMCU, if not: take a picture of it and post it here (or post a link to the website you bought it). :idea:

If it's a NodeMCU (or similar): those have a UART-USB chip on-board, so you can't use TX and RX without (physically) removing that chip first.

Re: esp 12 e dev kit v0.9 version

PostPosted: Sun Oct 20, 2019 7:35 am
by rudy
The USB to serial chip on the board is connected to the RX and TX lines but there are 470 Ohm resistors between the ESP8266 and the Serial chip. So the RX and TX lines can be use with minor conflict.

The ESP8266 RX pin will look like it has a 470 Ohm pull up resistor connected to the pin. (470 Ohms driven high by the USB-serial chip)

Configuring the ESP8266 RX and TX lines as basic I/O can be found with a search. This has been answered before. And you didn't say what software framework you are using.

The 470 Ohm resistor connected to the rx pin of the USB-serial chip, connected to the ESP8266 will no effect in most cases.

Re: esp 12 e dev kit v0.9 version

PostPosted: Sun Oct 20, 2019 10:54 am
by kaygisizugur
i think solved.i deleted Serial.begin(115200)...Run

I understand that serial begin and tx rx pins do not work together.
it is necessary to choose between the two