espressif / esp-mdf

Espressif Mesh Development Framework, limited maintain, recommend to use https://github.com/espressif/esp-mesh-lite
Other
774 stars 253 forks source link

Mesh with arduino #11

Open andrelmbraga opened 5 years ago

andrelmbraga commented 5 years ago

Hello Guys,

I'm new with esp-mdf and I would like to know if is possible to use it on arduino IDE.

Thanks,

me-no-dev commented 5 years ago

MDF will be made available to Arduino as soon as the heavy active development is done. Currently MDF changes too much and too often to be possible to make it available to Arduino users. The basic mesh functionality on which MDF is build is already in Arduino.

andrelmbraga commented 5 years ago

Thanks

vangalvin commented 5 years ago

By any chance is ESP-IDF and ESP-MESH getting any closer for deployment in the Arduino IDE?

devrim-oguz commented 5 years ago

I am also waiting for the Arduino IDE implementation of the ESP-MDF or vice versa.

jwktje commented 5 years ago

Any update on this?

jwktje commented 4 years ago

Anything we can do to help further this along?

asetyde commented 4 years ago

It can be useful who as our pass to mesh on Arduino , because OTA is difficult with standard IDF-arduino that use only wifi to upgrade , mdd has a better system to broadcast Ota ?

me-no-dev commented 4 years ago

it's just not that easy to add MDF to Arduino right now. That will become easier soon and it will happen. I do not know how much of MDF will end up in there though... Also some xDFs are linked to particular IDF version and if that version does not match, then there will be issues.

asetyde commented 4 years ago

thanks for reply !