Skip to content

Using Esp32 board to debug another boards with UART communication.

Notifications You must be signed in to change notification settings

rpf16rj/esp32_serial_debug_uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

esp32_serial_debug_uart

Using Esp32 board to debug another boards with UART communication.

How to use

  1. Programming a ESP32 board with this code.
  2. Connect wire on RX2 in ESP32.
  3. Connect another side of this wire on target board pin that send debug info as UART.
  4. Connect GND of Esp32 with GND of target board
  5. Connect USB on Esp32 to power up.
  6. Open Putty, set Connection Type to Serial.
  7. Set Com Port of ESP32 device, eg. COM3
  8. Set speed to 115200 (same speed of target board to debug)
  9. Connect!
  10. The debug log should be show

bf7213c7-9d12-42e0-9f1b-71d37a6b11b5

12f63df6-f239-408e-84e1-ad99def41724

image

About

Using Esp32 board to debug another boards with UART communication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages