Vscode-arduino: Add ESP32 to the Board Manager

Created on 25 Jul 2018  路  4Comments  路  Source: microsoft/vscode-arduino

Hello,

how to add ESP32 to the Board Manager?
Any description?

Regards

Hans

Most helpful comment

@Hans007a here is the step:

  1. open VSCode --File--Preferences--Settings
  2. set arduino.additionalUrls in global user preferences and save

you can add ESP32 board manger url here,
"arduino.additionalUrls": [
"",
"http://arduino.esp8266.com/stable/package_esp8266com_index.json",
"https://raw.githubusercontent.com/jantje/arduino-esp32/master/package/package_Espressif_esp32_index.json"
],

  1. Press F1 and select command "Arduino: Board Manager"

you can see install button and click it.

image

All 4 comments

@Hans007a here is the step:

  1. open VSCode --File--Preferences--Settings
  2. set arduino.additionalUrls in global user preferences and save

you can add ESP32 board manger url here,
"arduino.additionalUrls": [
"",
"http://arduino.esp8266.com/stable/package_esp8266com_index.json",
"https://raw.githubusercontent.com/jantje/arduino-esp32/master/package/package_Espressif_esp32_index.json"
],

  1. Press F1 and select command "Arduino: Board Manager"

you can see install button and click it.

image

Espressif officially released esp32 package yesterday https://dl.espressif.com/dl/package_esp32_index.json

Has it been deleted? Its not there anymore.. (refreshed package indexes just to be sure)

Hi, I had to add the arduino extension for vscode before I could use/find board manager- even after using the official url.

https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino

Was this page helpful?
0 / 5 - 0 ratings

Related issues

khaled-hamam picture khaled-hamam  路  4Comments

ghent360 picture ghent360  路  3Comments

gaunh0 picture gaunh0  路  6Comments

kerrsmith picture kerrsmith  路  4Comments

shizn picture shizn  路  4Comments