esp-who icon indicating copy to clipboard operation
esp-who copied to clipboard

IDF 5.0 support. (AIV-574)

Open nikhil-robinson opened this issue 2 years ago • 10 comments

Hey there,

will ESP-WHO be supported on idf 5.0 as i am planning to migrate to version 5.0 can some one shed some light on this.

nikhil-robinson avatar Jan 24 '23 11:01 nikhil-robinson

please check branch idfv5.0

Auroragan avatar Mar 02 '23 11:03 Auroragan

is ESP-WHO be supported on idf 5.0??

SoniaZotz avatar May 01 '23 03:05 SoniaZotz

is ESP-WHO be supported on idf 5.0??

Please check https://github.com/espressif/esp-who/tree/idfv5.0

Sandra-lol avatar May 04 '23 04:05 Sandra-lol

I'm using idf 5.1 and it is not working.

anlpereira avatar Jul 03 '23 20:07 anlpereira

After switch to the mentioned branch and trying to build the motion_detection/web example I get the error:

  ERROR: Because project depends on both idf (4.4.*) and idf (>=5.0), version
  solving failed.

WayneKeenan avatar Aug 22 '23 20:08 WayneKeenan

I forgot to git submodule update --recursive --init after switching branch. It now compiles, flashes and runs.

WayneKeenan avatar Aug 22 '23 20:08 WayneKeenan

@Auroragan recently espressif released opencv as an component for esp32... what will be the outcome for esp-who. seeing that esp-who s not been updated properly nor the esp-dl is available as an component.

v-3n0m avatar Sep 04 '23 10:09 v-3n0m

espressif released opencv as an component for esp32

@v-3n0m Hi, I don't quite understand this sentence, could you help explain or show the link?

Sandra-lol avatar Sep 04 '23 11:09 Sandra-lol

It might be worth mentioning that the ESP-WHO has more than one branch for different IDF versions in the documentation. It took me a while to realize this was the case.

project-x51 avatar Oct 18 '23 09:10 project-x51

If you are using ESP-IDF release/v5.0 branch, please switch the ESP-WHO branch to the idfv5.0. And remember to pull and update the submodules of ESP-WHO.

BlueSkyB avatar Nov 15 '23 06:11 BlueSkyB

Currently, the master branch already supports IDF v5.0 by default.

BlueSkyB avatar Aug 02 '24 03:08 BlueSkyB