First of all, install VS code which is a great and open source tool, and you can download it here:
https://code.visualstudio.com/
After installing VS code, you can search PlatformIO and install it in the Extensions item.
After installing PlatformIO, you can see the PlatformIO icon and open it as follow
Open "Platforms" in PlatformIO and search "Espressif" as follow
You can see there are several items, just click "Espressif 32" item and "Install" it as follow
Copy the file wiscore_rak11200.json
to the boards folder of the espressif32 platform folder.
The path should be similar to:
- Windows: %USER%.platformio\platforms\espressif32\boards
- Linux: ~/.platformio/platforms/espressif32/boards
- Mac OS: /Users/{Your_User_id}/.platformio/platforms/espressif32/boards
Refer to the modification method of Arduino IDE
The path should be similar to:
- Windows: %USER%.platformio\packages\framework-arduinoespressif32
- Linux: ~/.platformio/packages/framework-arduinoespressif32
- Mac OS: /Users/{Your_User_id}/.platformio/packages/framework-arduinoespressif32