User Tools

Site Tools


module:microcontroller:esp32uart2:esp32uart2

This is an old revision of the document!


Esp32Uart2

Open Hard- & Software [ DokuWiki WebSites MediaWiki NextCloud ]

https://docs.micropython.org/en/latest/esp32/quickref.html

#
PIN_UART0_TX =  1 # USB
PIN_UART0_RX =  3 # USB
#
PIN_UART1_RX = 25 #  9 - not usable 
PIN_UART1_TX = 26 # 10 - not usable 
#
PIN_UART2_RX = 16
PIN_UART2_TX = 17
#

Open Hard- & Software [ DokuWiki WebSites MediaWiki NextCloud ]

module/microcontroller/esp32uart2/esp32uart2.1663063087.txt.gz · Last modified: 2022/09/13 11:58 by 127.0.0.1