Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp8266 uart 2 not available #2391

Closed
MartijnBraam opened this issue Sep 5, 2016 · 1 comment
Closed

esp8266 uart 2 not available #2391

MartijnBraam opened this issue Sep 5, 2016 · 1 comment

Comments

@MartijnBraam
Copy link

I've flashed micropython to my esp8266 but cannot get the third uart working.

According to this image: https://bennthomsen.files.wordpress.com/2015/12/nodemcu_pinout_700-2.png

There is UART 0 that is connected to the usb-serial converter and runs the repl.
There is UART 1 that only has a TX pin so I cannot receive data.

OSError: UART(1) can't read

There is UART 2 that doesn't seem to exist in micropython.

ValueError: UART(2) does not exist

Is there any way I can get UART 2 working?

@dpgeorge
Copy link
Member

dpgeorge commented Sep 5, 2016

There are only 2 UARTs. Please see this issue for explanation about the NodeMCU pinout: esp8266/Arduino#482

@pfalcon pfalcon closed this as completed Sep 14, 2016
tannewt pushed a commit to tannewt/circuitpython that referenced this issue Dec 18, 2019
py.mk: Fix race condition building .mo files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants