espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
506 stars 93 forks source link

Problem with debug with write http data (AEGHB-32) #21

Closed oliverrr97 closed 1 year ago

oliverrr97 commented 2 years ago

i have problem in example "debug". here is screenshots of my problem. image image

LJYSP commented 2 years ago

@oliverrr97 Please use a TCP testing tool (any third-party TCP testing software) to create a TCP server.

oliverrr97 commented 2 years ago

I used a testing tool to create an http server, but I still don't know how to enter commands there: help, system_info ... image

LJYSP commented 2 years ago

Please press "enter " in the left console and the output liike this " esp32c3>" Then input the command "help" and press "enter", the output liike this:

esp32c3> help
help 
  Print the list of registered commands

version 
  Get version of chip and SDK
...
oliverrr97 commented 2 years ago

I am not allowed to write anything on the left console. even when I press enter nothing happens. I use the ESP32 DevKitc V4 model.

LJYSP commented 2 years ago

What IDF version do you use?

oliverrr97 commented 2 years ago

I tried it on version 4.3.2 and version 4.4

oliverrr97 commented 2 years ago

what can i do with it?

LJYSP commented 2 years ago

I don't know why, but you can try IDF/example/wifi/iperf example to test if input command is ok. Or change a other ESP32 board to test.

lhespress commented 1 year ago

@oliverrr97 Any update about this?

lhespress commented 1 year ago

@oliverrr97 Closing this issue since there has been no update on this. Please feel free to reopen if required.