Hey So i want to make this mesh https://docs.espressif.com/projects/esp ... /mesh.html
Iam planning to make it in the Arduino IDE but I dont see any libraries, Is this possible ?
What IDE can be used for the ESP-MESH ?
- ESP_Soumesh
- Posts: 19
- Joined: Tue Jul 09, 2019 2:21 pm
Re: What IDE can be used for the ESP-MESH ?
We don't offer ESP-Mesh specific config/IDE, yet you can use both VS Code Extension or Eclipse Plugin for general ESP-IDF development.
-
- Posts: 74
- Joined: Fri Dec 04, 2020 4:23 pm
Re: What IDE can be used for the ESP-MESH ?
Can I still use all the features in the Arduino IDE ? Mainly because in the documentation there are no librariesESP_Soumesh wrote: ↑Tue Dec 08, 2020 5:45 amWe don't offer ESP-Mesh specific config/IDE, yet you can use both VS Code Extension or Eclipse Plugin for general ESP-IDF development.
to use for the Arduino IDE.
-
- Posts: 229
- Joined: Wed May 02, 2018 12:12 pm
Re: What IDE can be used for the ESP-MESH ?
ESP-IDF is used in our documentation for ESP-MESH development as shown in and we have some MESH examples in ESP-IDF examples directory.
The official development framework for Espressif SoC is ESP-IDF.
Arduino IDE uses libraries that are generated by taking ESP-IDF and building Arduino libraries such as https://github.com/espressif/arduino-esp32 .
As you can see, official support from Espressif and the documentation of APIs are based on ESP-IDF. There are some features in ESP-IDF that are not available in Arduino libraries such as menuconfig and configuration could be more complicated as shown in the discussion https://www.esp32.com/viewtopic.php?f=2&t=5669 . You can still use Arduino as ESP-IDF as component as explained in https://github.com/espressif/arduino-es ... mponent.md
For best compatibility, we recommend to use ESP-IDF, and if IDE features are desired, we support Visual Studio Code and Eclipse plugin
The official development framework for Espressif SoC is ESP-IDF.
Arduino IDE uses libraries that are generated by taking ESP-IDF and building Arduino libraries such as https://github.com/espressif/arduino-esp32 .
As you can see, official support from Espressif and the documentation of APIs are based on ESP-IDF. There are some features in ESP-IDF that are not available in Arduino libraries such as menuconfig and configuration could be more complicated as shown in the discussion https://www.esp32.com/viewtopic.php?f=2&t=5669 . You can still use Arduino as ESP-IDF as component as explained in https://github.com/espressif/arduino-es ... mponent.md
For best compatibility, we recommend to use ESP-IDF, and if IDE features are desired, we support Visual Studio Code and Eclipse plugin
-
- Posts: 74
- Joined: Fri Dec 04, 2020 4:23 pm
Re: What IDE can be used for the ESP-MESH ?
Thanks for the Reply, I just need to now correctly setup one of them.ESP_bignacio wrote: ↑Tue Dec 08, 2020 8:30 amESP-IDF is used in our documentation for ESP-MESH development as shown in and we have some MESH examples in ESP-IDF examples directory.
The official development framework for Espressif SoC is ESP-IDF.
Arduino IDE uses libraries that are generated by taking ESP-IDF and building Arduino libraries such as https://github.com/espressif/arduino-esp32 .
As you can see, official support from Espressif and the documentation of APIs are based on ESP-IDF. There are some features in ESP-IDF that are not available in Arduino libraries such as menuconfig and configuration could be more complicated as shown in the discussion https://www.esp32.com/viewtopic.php?f=2&t=5669 . You can still use Arduino as ESP-IDF as component as explained in https://github.com/espressif/arduino-es ... mponent.md
For best compatibility, we recommend to use ESP-IDF, and if IDE features are desired, we support Visual Studio Code and Eclipse plugin
Who is online
Users browsing this forum: No registered users and 46 guests