VIEWESMART / ESP32-Arduino

Arduino source code
MIT License
2 stars 5 forks source link

Import boards package file on platformio ? #2

Open Ifousoft opened 4 weeks ago

Ifousoft commented 4 weeks ago

I don't understand how to use the file there on vscode and platformio https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json This means be a package of boards rather than a board. Then I can't find ESP32 S3 Dev board in my platformio list of development boards...

VIEWESMART commented 4 weeks ago

I don't understand how to use the file there on vscode and platformio https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json This means be a package of boards rather than a board. Then I can't find ESP32 S3 Dev board in my platformio list of development boards...

Hello,

Regarding the link https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json, it is used to obtain the ESP32 board manager URL in Arduino, allowing you to download the ESP32 development environment package. You can find relevant information in this document: https://github.com/VIEWESMART/ESP32-Project/blob/main/Environment%20configuration%20doc/Arduino%20develops%20the%20general%20environment%20configura.pdf.

In VSCode, you can directly use the ESP-IDF plugin, and there is a guide available at this link: https://github.com/VIEWESMART/ESP32-Project/blob/main/Environment%20configuration%20doc/Develop%20with%20VSCode%20Plug-in.pdf.

As for PlatformIO, we haven't conducted in-depth research on it, and we sincerely apologize for that. We will continue to improve in order to better address your questions. All relevant information and resources related to ESP32 have been migrated to the https://github.com/VIEWESMART/ESP32-Project repository for easier access.

Best regards,
VIEWE