Skip to content

Grovety/GRC-AI-apps

Repository files navigation

GRC-AI-apps - Robot Control

Description of GRC_AI_RoborControl (App#1)

DevBoard Specification

Robot Control Description

An example application demonstrating communication between ESP32S3 and ESP32C3

  1. This example shows how to set up a console application on the ESP32C3 to control the ESP32S3 using the UART interface.

  2. The UART communication protocol described here.

  3. UART parameters:

Parameter Value
UART TX pin GPIO_NUM_21
UART RX pin GPIO_NUM_20
UART NUM UART_NUM_1

Build instructions

ESP-IDF version: v5.2.1

Supported devices

  • GRC Devboard esp32c3

Configure the project

idf.py menuconfig

Build, Flash and Run

Build 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors