-
Notifications
You must be signed in to change notification settings - Fork 1
ESP32 firmware
ESP32 AT firmware supports Ethernet commands but they have to be enabled in build configuration and build from sources.
The ESP32 AT firmware source only supports Ethernet PHY modules: LAN8720, IP101, DP83848 and RTL8201. modified AT firmware supporting W5500 will be available soon.
This binary is build for ESP32 WROOM with Ethernet enabled and LAN8720 selected in sdkconfig. Additionally CONFIG_ESP_WIFI_SLP_IRAM_OPT
is turned off to prevent IRAM overflow.
This binary is built for WT32-ETH01 board WROOM version or any ESP32 WROOM with LAN8720 with io 16 as oscillator enable pin. The AT commands UART is reconfigured to UART0 on pins io 1 and io 3. The zip includes the changed source code and configuration files.
A modified AT firmware supporting W5500 will be available soon.