Search found 7 matches
- Thu Oct 22, 2020 10:36 am
- Forum: ESP-IDF
- Topic: ESP32 Ethernet kit v1.2 , AT commands software
- Replies: 0
- Views: 1678
ESP32 Ethernet kit v1.2 , AT commands software
Hi, We have the esp32-vrower-e in the ESP32 Ethernet Kit v1.2 We want to use it with AT commands, just as the Wroom module is doing by default. Unfortunately the wrover module is not preloaded with AT command software. We tried to compile from https://github.com/espressif/esp-at using both older and...
- Thu Oct 01, 2020 1:47 pm
- Forum: ESP-IDF
- Topic: ESP32 Ethernet kit v1.2 , AT commands software
- Replies: 3
- Views: 3748
Re: ESP32 Ethernet kit v1.2 , AT commands software
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 ...
- Mon Aug 31, 2020 5:24 pm
- Forum: Hardware
- Topic: Esp32-wrover-e default software
- Replies: 1
- Views: 3225
Esp32-wrover-e default software
Hi, We are using the Wroom-02 module and its very reliable and effective. It comes with AT command software preinstalled, and we control it via the uart from our devices. Now we need to extend with Bluetooth and Ethernet, and are looking at the ESP32-Wrover-e. We bought a sample but it seems like th...
- Mon Aug 24, 2020 9:35 am
- Forum: ESP-IDF
- Topic: ESP32 Ethernet kit v1.2 , AT commands software
- Replies: 3
- Views: 3748
Re: ESP32 Ethernet kit v1.2 , AT commands software
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
Regards Jens
- Thu Aug 20, 2020 10:20 am
- Forum: ESP-IDF
- Topic: ESP32 Ethernet kit v1.2 , AT commands software
- Replies: 3
- Views: 3748
ESP32 Ethernet kit v1.2 , AT commands software
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 i...
- Fri Jul 31, 2020 11:06 am
- Forum: General Discussion
- Topic: ESP32-Ethernet-Kit V1.1 and AT commands
- Replies: 2
- Views: 3127
Re: ESP32-Ethernet-Kit V1.1 and AT commands
Yes thanks, very helpful. So its automatic. You just plug in the ethernet cable, it obtains an ip address automatically, and then the tcp commands work on the ethernet instead of the wifi.
Has anyone tried this, and is it as easy as that?
Regards Jens
Has anyone tried this, and is it as easy as that?
Regards Jens
- Tue Jul 28, 2020 1:35 pm
- Forum: General Discussion
- Topic: ESP32-Ethernet-Kit V1.1 and AT commands
- Replies: 2
- Views: 3127
ESP32-Ethernet-Kit V1.1 and AT commands
Hi there We are currently using the esp-wroom-02 device, that gives WiFi support to our products, it works perfectly. Now we need Ethernet support, and are looking at the architecture used in ESP32-Ethernet-Kit V1.1 We would like to use the WiFi as we use to do with esp-wroom-02 but then use Etherne...