Skip to content
Discussion options

You must be logged in to vote

Please try PIN12 and PIN13. Below is the REPL log to show that the setup is working for UART1, SDcard and camera, all active together:

MicroPython v1.20.0-206-g33b403dfb-kaki5 on 2024-01-19; ESP32 AIT OV2640 (KAKI5) with ESP32
>>> import machine
>>> u1 = machine.UART(1, tx=12, rx=13)
>>> u1.
any             read            readinto        readline
write           CTS             INV_CTS         INV_RTS
INV_RX          INV_TX          RTS             deinit
flush           init            sendbreak       txdone
>>> u1.init()
>>> u1.write(b'fdsfsdfsdfsdfsdfdsffdssdf')
25
>>> u1.read()
>>> 
>>> u1
UART(1, baudrate=115201, bits=8, parity=None, stop=1, tx=12, rx=13, rts=-1, cts=-1, txbuf=256, …

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
3 replies
@davefes
Comment options

@davefes
Comment options

@boylucky
Comment options

Comment options

You must be logged in to vote
1 reply
@boylucky
Comment options

Answer selected by boylucky
Comment options

You must be logged in to vote
3 replies
@boylucky
Comment options

@davefes
Comment options

@boylucky
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
3 participants