espressif / esp-now

A connectionless Wi-Fi communication protocol
Apache License 2.0
526 stars 93 forks source link

current master example-OTA issue (AEGHB-492) #102

Closed Connor-WangK closed 7 months ago

Connor-WangK commented 9 months ago

OS: macos 14.2 apple-m2 SDK: both 4.4 5.1 5.2 run the example-OTA always fail

image

when I try esp-now ver1.0, everything running ok.

andy-danieal commented 9 months ago

Any update ?

Connor-WangK commented 9 months ago

nothing update...

lhespress commented 8 months ago

@andy-danieal Could you check it again on the master branch?

andy-danieal commented 7 months ago

We have tested with latest branch getting same issue.

ESP-IDF Version:- ESP-IDF v5.2-beta2-190-g4ecc978bd6 ESPNow Example:- e422fbc6267db141aeb22cdf3703f676b6efe75a

ota_initiator_log.txt ota_responder_log.txt sdkconfig_initator.txt

Connor-WangK commented 7 months ago

Just now, I do a test, everything is running ok. env: macbook air m2, sdk: 97594d2076cb2a2358062c9848b3491371c89a57 (HEAD -> release/v5.2) chip: esp32c3

lhespress commented 7 months ago

@Connor-WangK Thanks for your feedback, please close the issue if resolved.

andy-danieal commented 7 months ago

@Connor-WangK and @lhespress We have tried many times and also create new setup and update ESP-IDF with latest branch but getting same issue.

env: Ubuntu sdk: ESP-IDF v5.2-166-ge0944287f3 chip: esp32s2

Connor-WangK commented 7 months ago

maybe you can try with esp32c3, I'm now going on a business, can't do any tests with other chips but esp32c3.

ScarsFun commented 7 months ago

Tested with esp32c3 and esp32s2. Issue persist.

andy-danieal commented 7 months ago

@lhespress , I have tested with esp32s2 with CONFIG_ESPNOW_OTA_RETRANSMISSION_TIMES=2 then works.