mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:56:11 +00:00
22 lines
524 B
Markdown
Executable File
22 lines
524 B
Markdown
Executable File
|
|
# ZEN DevBoard | CONSOLE
|
|
|
|
<img alt="ESP32-Node Pinout" src="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/assets/ESP32C3_ZEN-DevBoard.png" width="350px"/>
|
|
|
|
Interact with ESP32-C3 microcontroller via Console CLI. Control GPIOs, display info and run various tasks.
|
|
|
|
## CLI Commands
|
|
|
|
To access mictrocontroller CLI terminal you may use various utilities that support connecting to serial devices. For example, minicom:
|
|
```bash
|
|
$ minicom -D /dev/ttyACM0
|
|
```
|
|
|
|
### info
|
|
|
|
### gpio-get
|
|
|
|
### gpio-set
|
|
|
|
## How Does it Work?
|