ESP32-DevKitC issue with esp-at (AT firmware)
Posted: Tue Apr 11, 2017 3:55 pm
Hi All,
Using Wroom32 devkitc with default configuration(menuconfigs) for esp-at firmware. Using UART1 for at interface with default GPIO pins(Rx-16,Tx-17). Seems while flashed with at firmware , hangs? with following output.
E (1944) phy_init: PHY data partition validated
I (1975) phy: phy_version: 329, Feb 22 2017, 15:58:07, 0, 0
I (1976) wifi: Init ampdu: 1
I (1976) wifi: mode : softAP (24:0a:c4:xx:xx:xx)
I (1980) wifi: Init ampdu: 1
I (1980) wifi: mode : sta (24:0a:c4:xx:xx:xx) + softAP (24:0a:c4:xx:xx:xx)
I (1987) wifi: mode : softAP (24:0a:c4:xx:xx:xx)
Also , whilst the uart-usb converter is plugged to PC, with specific to Tx-17 , fails to boot with repeated warnings
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
Falling back to built-in command interpreter.
OK
>ets Jun 8 2016 00:22:57
Is there something missing or extra setting required?
Noting , AT would be only interface to communicate through host through UART1 for wifi, is there alternative not using AT and setup wifi ?
Any help greatly appreciated..
Using Wroom32 devkitc with default configuration(menuconfigs) for esp-at firmware. Using UART1 for at interface with default GPIO pins(Rx-16,Tx-17). Seems while flashed with at firmware , hangs? with following output.
E (1944) phy_init: PHY data partition validated
I (1975) phy: phy_version: 329, Feb 22 2017, 15:58:07, 0, 0
I (1976) wifi: Init ampdu: 1
I (1976) wifi: mode : softAP (24:0a:c4:xx:xx:xx)
I (1980) wifi: Init ampdu: 1
I (1980) wifi: mode : sta (24:0a:c4:xx:xx:xx) + softAP (24:0a:c4:xx:xx:xx)
I (1987) wifi: mode : softAP (24:0a:c4:xx:xx:xx)
Also , whilst the uart-usb converter is plugged to PC, with specific to Tx-17 , fails to boot with repeated warnings
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
Falling back to built-in command interpreter.
OK
>ets Jun 8 2016 00:22:57
Is there something missing or extra setting required?
Noting , AT would be only interface to communicate through host through UART1 for wifi, is there alternative not using AT and setup wifi ?
Any help greatly appreciated..