Page 1 of 1
how to enable CLI service in ESP32
Posted: Mon Nov 06, 2023 5:48 am
by kesha.modhia
how to enable command line service in esp32 board
Re: how to enable CLI service in ESP32
Posted: Mon Nov 06, 2023 4:41 pm
by ESP_Sprite
You'll have to be a lot more specific there. CLI interface to what?
Re: how to enable CLI service in ESP32
Posted: Mon Nov 06, 2023 6:05 pm
by DrMickeyLauer
If you're after a command line via UART, check out these examples:
https://github.com/espressif/esp-idf/tr ... em/console
Re: how to enable CLI service in ESP32
Posted: Fri Nov 17, 2023 4:27 am
by kesha.modhia
Yes I want to enable command line interface via uart, through which I can handle or control or get the data from the application on console.
Re: how to enable CLI service in ESP32
Posted: Fri Nov 17, 2023 8:26 pm
by limpens
I don't know if this is of any help to you, but I use a cli-like way to configure a device.
Take a look at
this.