Is it possible to program the ESP8266 Thing using Visual Studio with the vMicro extension and the Arduino addon? Thanks!
Yep…brief overview of the setup:
- Install Visual Studio
- Install the Visual Micro extension for Visual Studio
- Install the Arduino IDE, which includes necessary libraries and board definitions
- In Visual Studio, use the Visual Micro extension to configure the Arduino settings (including selecting the ESP8266 board)
- Install the ESP8266 board package through the Arduino Board Manager
- Select the appropriate board (ESP8266 Thing) and port within Visual Studio
Thanks for the info. I guess I should have checked the board list first to see if the Thing was listed.