uart: Add support for esp32h2
This commit is contained in:
@@ -24,7 +24,7 @@ Usually, modules will also output some vendor specific statements which common n
|
||||
|
||||
### Hardware Required
|
||||
|
||||
To run this example, you need an ESP32, ESP32-S or ESP32-C series dev board (e.g. ESP32-WROVER Kit). For test purpose, you also need a GPS module. Here we take the [ATGM332D-5N](http://www.icofchina.com/pro/mokuai/2016-08-01/5.html) as an example to show how to parse the NMEA statements and output common information such as UTC time, latitude, longitude, altitude, speed and so on.
|
||||
To run this example, you need a dev board that is based on Espressif SoC (e.g. ESP32-WROVER Kit). For test purpose, you also need a GPS module. Here we take the [ATGM332D-5N](http://www.icofchina.com/pro/mokuai/2016-08-01/5.html) as an example to show how to parse the NMEA statements and output common information such as UTC time, latitude, longitude, altitude, speed and so on.
|
||||
|
||||
#### Pin Assignment:
|
||||
|
||||
|
||||
@@ -16,8 +16,8 @@ The example starts two FreeRTOS tasks:
|
||||
|
||||
### Hardware Required
|
||||
|
||||
The example can be run on any commonly available ESP32, ESP32-S and ESP32-C series based development board. You will need a USB cable to connect the
|
||||
development board to a computer, and a simple one-wire cable for shorting two pins of the board.
|
||||
The example can be run on any commonly available development board, that is based on the Espressif SoC. You will need a
|
||||
USB cable to connect the development board to a computer, and a simple one-wire cable for shorting two pins of the board.
|
||||
|
||||
### Setup the Hardware
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ configured UART.
|
||||
|
||||
### Hardware Required
|
||||
|
||||
The example can be run on any ESP32, ESP32-S and ESP32-C series based development board connected to a computer with a single USB cable for flashing and
|
||||
monitoring. The external interface should have 3.3V outputs. You may use e.g. 3.3V compatible USB-to-Serial dongle.
|
||||
The example can be run on any development board, that is based on the Espressif SoC. The board shall be connected to a computer with a single USB cable for flashing and monitoring. The external interface should have 3.3V outputs. You may
|
||||
use e.g. 3.3V compatible USB-to-Serial dongle.
|
||||
|
||||
### Setup the Hardware
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ and echoes it back to the monitoring console.
|
||||
|
||||
### Hardware Required
|
||||
|
||||
The example can be used with any ESP32, ESP32-S and ESP32-C series based development board connected to a computer with a USB cable.
|
||||
The example can be run on any development board, that is based on the Espressif SoC. The board shall be connected to a computer with a single USB cable for flashing and monitoring.
|
||||
|
||||
### Configure the project
|
||||
|
||||
|
||||
@@ -23,8 +23,8 @@ For a more comprehensive example please refer to `system/select`.
|
||||
|
||||
### Hardware Required
|
||||
|
||||
The example can be run on any ESP32, ESP32-S and ESP32-C series based development board connected to a computer with a single USB cable for communication
|
||||
through UART.
|
||||
The example can be run on any development board, that is based on the Espressif SoC. The board shall be connected to a
|
||||
computer with a single USB cable for communication through UART.
|
||||
|
||||
### Configure the project
|
||||
|
||||
|
||||
Reference in New Issue
Block a user