Search found 5 matches

by quanvuee
Mon Jan 22, 2018 2:15 am
Forum: ESP-IDF
Topic: How can I implement FTP client?
Replies: 4
Views: 11802

How can I implement FTP client?

Hi! I want to use ftp client in ESP for OTA update. I used libCurl in example: https://github.com/loboris/ESP32_curl_example But it have a problem. The code size is too big !!! Binary file size reach 1.5MB. I tried to find other light weight library for FTP client but I can't find anything. Someone ...
by quanvuee
Tue Jan 09, 2018 4:11 am
Forum: Report Bugs
Topic: CPU ramdom do not run affter OTA update
Replies: 2
Views: 4723

Re: CPU ramdom do not run affter OTA update

Does the same app work if you flash it directly (ie to clean device, not via OTA)? Yes. Actually I use example in IDF for OTA app. What version of IDF was the new app built with? And what version of IDF was used for the bootloader that is on the device using OTA? (The bootloader version should be l...
by quanvuee
Wed Jan 03, 2018 3:45 am
Forum: Report Bugs
Topic: CPU ramdom do not run affter OTA update
Replies: 2
Views: 4723

CPU ramdom do not run affter OTA update

Hi!
I use OTA update. It work fine. But affter that, when I turn off, turn on ESP or sofware restart ESP, ESP ramdom can not start. It hang in "Pro CPU start user code". It not happen everytime so I don't know why?
Hope someone can help me.
by quanvuee
Tue Dec 05, 2017 5:05 am
Forum: Report Bugs
Topic: Disable Bluetooth error
Replies: 3
Views: 8180

Disable Bluetooth error

Hi everyone. I want to disable BLE affter my function done. But when I try "esp_bluedroid_disable", It never return and code affter this don't work. I don't know how and I can't find any example about disable Bluetooth. Hope someone can help me. This is my code to disable Bluetooth. It never run to ...
by quanvuee
Tue Dec 05, 2017 4:58 am
Forum: ESP-IDF
Topic: Bluetooth shutdown issues
Replies: 1
Views: 3699

Re: Bluetooth shutdown issues

I have same issue.
When I call esp_bluedroid_disable(), i have no idea what happen. It not return and code affter this don't run.
How can I disable BLE?