Search found 6 matches

by tanghuanqiao
Tue Nov 05, 2019 3:52 pm
Forum: ESP-IDF 中文讨论版
Topic: 官方实例simple_ota_example ,OTA 失败Error: esp_ota_end failed! err=0x5379. Image is invalid
Replies: 1
Views: 4004

Re: 官方实例simple_ota_example ,OTA 失败Error: esp_ota_end failed! err=0x5379. Image is invalid

修改IDF代码为HTTP OTA可以成功 但是用原来的https通过证书认证 还是ota失败 关键log: I (234) wifi: wifi driver task: 3ffc0b20, prio:23, stack:3584, core=0 I (234) wifi: wifi firmware version: 2af77cc I (244) wifi: config NVS flash: enabled I (244) wifi: config nano formating: disabled I (244) system_api: Base MAC address is not ...
by tanghuanqiao
Tue Nov 05, 2019 3:10 am
Forum: ESP-IDF 中文讨论版
Topic: 官方实例simple_ota_example ,OTA 失败Error: esp_ota_end failed! err=0x5379. Image is invalid
Replies: 1
Views: 4004

官方实例simple_ota_example ,OTA 失败Error: esp_ota_end failed! err=0x5379. Image is invalid

修改IDF代码为HTTP OTA可以成功 但是用原来的https通过证书认证 还是ota失败 关键log: I (234) wifi: wifi driver task: 3ffc0b20, prio:23, stack:3584, core=0 I (234) wifi: wifi firmware version: 2af77cc I (244) wifi: config NVS flash: enabled I (244) wifi: config nano formating: disabled I (244) system_api: Base MAC address is not s...
by tanghuanqiao
Wed Oct 30, 2019 2:31 pm
Forum: ESP-IDF
Topic: Generate self-signed certificate and key in OTA.
Replies: 7
Views: 10626

Re: Generate self-signed certificate and key in OTA.

Hi filipESP: I tried to use openssl 1.0.2. for both the certificate and the local server. When I run the simple_ota_example, there is an error message "esp-tls:Failed to connect to host (errno 113)". If I use the openssl in mintty and type in winpty openssl req -x509 -newkey rsa:2048 -keyout ca_key...
by tanghuanqiao
Wed Sep 11, 2019 3:04 pm
Forum: ESP-ADF
Topic: ESP32 ADFexamples dueros fail : can weakup but dueros service fail.
Replies: 2
Views: 7797

ESP32 ADFexamples dueros fail : can weakup but dueros service fail.

log: ----------------------------- ESP Audio Platform ----------------------------- I (947) AUDIO_ELEMENT: [filter] Element task created I (959) AUDIO_ELEMENT: [raw] Element task created I (965) AUDIO_PIPELINE: Func:audio_pipeline_run, Line:324, MEM Total:4280132 Bytes, Inter:181688 Bytes, Dram:1477...
by tanghuanqiao
Tue Sep 10, 2019 2:52 pm
Forum: ESP-ADF 中文讨论版
Topic: 官方例程dueros连接WiFi热点无反应,请帮忙看看
Replies: 6
Views: 18738

Re: 官方例程dueros连接WiFi热点无反应,请帮忙看看

Hi 你先看一下DuerOS 示例里面的readme,是不是有步骤遗漏。看你的log,应该是没有使用有效的profile。 你好,十分感谢你的回复。 不过我这边根据readme ,用百度申请到的Duer_Light_Profile文件替换掉原来的Profile文件,后会出现Sys Info: Get disk info failed这样的错误,然后启动不了服务自动休眠了,下面是这个现象的log ----------------------------- ESP Audio Platform ----------------------------- I (947) AUDIO_ELEMENT...
by tanghuanqiao
Sun Sep 08, 2019 2:10 pm
Forum: ESP-ADF 中文讨论版
Topic: 官方例程dueros连接WiFi热点无反应,请帮忙看看
Replies: 6
Views: 18738

官方例程dueros连接WiFi热点无反应,请帮忙看看

1.苹果手机发送WiFi热点AP 用官方例程dueros编译烧写后,log提示没有连接服务成功 多次连接后进入休眠。但手机已经发现ESP32开发板已经连接上热点,请问是什么异常。 下面是异常log: ----------------------------- ESP Audio Platform ----------------------------- | | | ESP_AUDIO v1.2-dc23f7a | | Compile date: Aug 5 2019-15:37:00 | ----------------------------------------------------...