Description of GRC_AI_RoborControl (App#1)
-
This example shows how to set up a console application on the ESP32C3 to control the ESP32S3 using the UART interface.
- Type
helpto display the supported commands. - By default, all messages received from the ESP32S3 are sent using the BLE. All possible messages are described in GRC_AI_apps_kit#1.md (Robot control +2 additional apps).
- Type
-
The UART communication protocol described here.
-
UART parameters:
| Parameter | Value |
|---|---|
| UART TX pin | GPIO_NUM_21 |
| UART RX pin | GPIO_NUM_20 |
| UART NUM | UART_NUM_1 |
ESP-IDF version: v5.2.1
- GRC Devboard esp32c3
idf.py menuconfigBuild the project and flash it to the board:
idf.py -p PORT build flash monitor
(Replace PORT with the name of the serial port to use)
Also, you can use binaries from https://github.com/Grovety/GRC-AI-apps/tree/main/firmware
Use https://github.com/Grovety/GRC-AI-apps/blob/main/firmware/flash_tool.zip to flash the board.