Does ESP32-PICO-D4 rev1 supports AT Firmware?
Posted: Mon Jun 04, 2018 7:26 pm
Hello everyone,
As I mentioned above, does esp32 pico d4 (ep32-pico-kit) supports at firmware? I'm asking this because I compiled and flashed as I did before with example projects or my custom projects etc. But after boot, from monitor port, it repeats sendind below message.
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
I downloaded last building environment and cloned git repository again. Result did not changed. I checked espressif.com for AT Firmware BIN file, but I couldn't find special version for PICO-D4. Can I use other versions? Or doesn't it supports esp32-at firmware?
---------------------------
I successfully builded and flashed last AT firmware at PICO-KIT v4.
I changed monitor uart channel to uart 1 and monitor uart channels pins to uart 1 corresponing pins. Then, I changed AT component's uart configuration to uart 0 and corrected pin configurations. Now, I can use AT commands. But I cannot use monitoring uart channel...
Kind regards,
Cemre.
As I mentioned above, does esp32 pico d4 (ep32-pico-kit) supports at firmware? I'm asking this because I compiled and flashed as I did before with example projects or my custom projects etc. But after boot, from monitor port, it repeats sendind below message.
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
I downloaded last building environment and cloned git repository again. Result did not changed. I checked espressif.com for AT Firmware BIN file, but I couldn't find special version for PICO-D4. Can I use other versions? Or doesn't it supports esp32-at firmware?
---------------------------
I successfully builded and flashed last AT firmware at PICO-KIT v4.
I changed monitor uart channel to uart 1 and monitor uart channels pins to uart 1 corresponing pins. Then, I changed AT component's uart configuration to uart 0 and corrected pin configurations. Now, I can use AT commands. But I cannot use monitoring uart channel...
Kind regards,
Cemre.