Search found 11 matches

by shar_tkt
Wed Jun 21, 2017 3:11 pm
Forum: ESP-IDF
Topic: Flash through host and Esptool
Replies: 14
Views: 18730

Re: Flash through host and Esptool

Thanks both , @ESP_igrr I took the esp32 support on the esptool-ck repo but seems some issues. Commit Used: Commits on Jan 25, 2016 @igrr Update readme to mention ESP32 edb91368984ee13576667b8b7a865bea9f5035ee Setup: Trying as if using esptool.py , connect Wroom-23 to Linux VM , connection seems to ...
by shar_tkt
Tue Jun 20, 2017 4:36 pm
Forum: Sample Code
Topic: Example of using YModem protocol on ESP32
Replies: 4
Views: 9721

Re: Example of using YModem protocol on ESP32

Thanks for the example , Requirement in one of my project is to flash from host silicon by supplied ".bin" instead of esptool.py or ESPFlashDownloader utility. I can understand that ESP32 needs to be put in to download mode with required GPIOs like - EN pin ("enable") pin was low and is pulled high....
by shar_tkt
Thu Jun 15, 2017 5:00 pm
Forum: ESP-IDF
Topic: Flash through host and Esptool
Replies: 14
Views: 18730

Re: Flash through host and Esptool

Sorry it need to flash from host silicon to which ESP is exposed as module via ftdi as COM port.
by shar_tkt
Thu Jun 15, 2017 3:47 pm
Forum: ESP-IDF
Topic: Flash through host and Esptool
Replies: 14
Views: 18730

Re: Flash through host and Esptool

Thanks both, @kolban : I was specifically looking for c# as Compact Framework does not support any form of python. @f.h-f.s.: The requirement is non-ota method as fail-safe method if esp has issues with connection to router or vice-versa. This is in accordance with existing solution for other flashi...
by shar_tkt
Thu Jun 15, 2017 12:22 pm
Forum: ESP-IDF
Topic: Flash through host and Esptool
Replies: 14
Views: 18730

Flash through host and Esptool

Hi , The scenario is to download ESP fw through some medium to host and flash through it but not seeing any custom implementation. Also ,if somebody has tried this approach and any issues associated with the same? Esptool as python script might not be used as some platforms might not support it. Als...
by shar_tkt
Tue Jun 13, 2017 4:32 pm
Forum: ESP-IDF
Topic: ESP32-DevKitC issue with esp-at (AT firmware)
Replies: 6
Views: 9509

Re: ESP32-DevKitC issue with esp-at (AT firmware)

This seems to be fixed by latest firmware with AT routed on UART0 (same as debug) and sending CR+LF on enter of the command.
Thanks.
by shar_tkt
Tue Jun 13, 2017 4:31 pm
Forum: ESP-IDF
Topic: OTA through at+ciupdate
Replies: 0
Views: 3068

OTA through at+ciupdate

Hi , With default AT firmware and following instructions mentioned in AT manual(Ch 8 - OTA update) , I was expecting custom firmware flashed over air , but there seems to be some issue. - Used the bin generated from "http://iot.espressif.com" and with ota token as mentioned in manual in menuconfig. ...
by shar_tkt
Thu Apr 13, 2017 10:07 am
Forum: ESP-IDF
Topic: ESP32-DevKitC issue with esp-at (AT firmware)
Replies: 6
Views: 9509

Re: ESP32-DevKitC issue with esp-at (AT firmware)

Thanks ESP_igrr, I tried with redirecting AT output to UART0 , but since both redirect to same COM , AT commands were not working after seeing Ready. Hence needed seperate COM with UART1 and GPIO RX16 and TX17 as output , but still then not seeing any activity on UART1. There is similar post on the ...
by shar_tkt
Wed Apr 12, 2017 3:31 pm
Forum: ESP-IDF
Topic: ESP32-DevKitC issue with esp-at (AT firmware)
Replies: 6
Views: 9509

Re: ESP32-DevKitC issue with esp-at (AT firmware)

Thanks ESP_igrr,
I reckon the same ,
Are there any known issues with at firmware(latest) presently or if you have the uart0 output of the same (working)?
by shar_tkt
Wed Apr 12, 2017 9:18 am
Forum: ESP-IDF
Topic: ESP32-DevKitC issue with esp-at (AT firmware)
Replies: 6
Views: 9509

Re: ESP32-DevKitC issue with esp-at (AT firmware)

Update about issue : Repeated warnings when converter is plugged in to PC is now resolved by changing interface seems. But main issue still persists (hang?) . Also , it seems can't use updated esp-idf in the esp-at firmware since it is tied to particular checkin. Could it be the issue? If esp-idf is...