Page 1 of 1

ESP32 Ethernet kit v1.2 , AT commands software

Posted: Thu Aug 20, 2020 10:20 am
by stokersoft
Hi,

I go the ESP32 ethernet kit v1.2 and want to control it with at commands. I installed the development environment and compiled hello world succesfully. But i cant find any software for AT commands? There are lot of great examples for on-chip development, and thats great, but we need to control it through the uart with AT commands.

Can any one tell me how to find and install software on the ESP32 Ethernet kit v1.2 that supports the AT commands?

Any help appreciated.

Regards Jens

Re: ESP32 Ethernet kit v1.2 , AT commands software

Posted: Fri Aug 21, 2020 7:44 am
by ESP_morris
If you follow the instruction in this repo: https://github.com/espressif/esp-at
Then you should have a working AT image which supports Ethernet communication

Re: ESP32 Ethernet kit v1.2 , AT commands software

Posted: Mon Aug 24, 2020 9:35 am
by stokersoft
Thank you, but this development kit is with the esp32-wrover-e - this looks like its for wroom, but i might be mistaken.

Regards Jens

Re: ESP32 Ethernet kit v1.2 , AT commands software

Posted: Thu Oct 01, 2020 1:47 pm
by stokersoft
Hi again

Let me try to ask again:

Is this software working with esp32-wrover-e
https://github.com/espressif/esp-at

Its not clear to me. I really hope if anyone can tell me if thats the way to get esp32-wrover-e to run AT commands and Ethernet at the same time, so i can control it from the uart with pure AT commands.

Regards Jens