-->
Page 3 of 3

Re: Using Atmel Studio + Visual Micro with ESP

PostPosted: Wed May 06, 2015 9:49 am
by JohnSL
Here is some additional information I've learned in the process of getting Visual Micro to work with the ESP8266. There are two different versions of the IDE I've used, and the comments above don't apply equally to both versions. Here is what I've learned:

    * Arduino 1.6.1 from esp8266/Arduino: Apply the instructions from Bynigelbe. In other words, update the esptool entry in platform.txt and select esptool as the programmer
    * Arduino 1.6.3 from Arduino.cc with sandeepmistry/esp8266-Arduino applied: Apply the instructions from Bymactro about updating the runtime settings in platform.txt

Finally, after you modify platform.txt, be sure you reload the tool chains from Visual Micro: (using Tools => Visual Micro => Reload Toolchains). Otherwise the changes you made won't be picked up.

-- John

Re: Using Atmel Studio + Visual Micro with ESP

PostPosted: Tue May 19, 2015 12:50 pm
by Visual Micro
Hi,

The latest release of Visual Micro supports the Arduino board options so you will now see menus and tool bar controls for the esp upload and cpu speed.

For the 1.6.x version the is a bug fix that caused intellisense to fail. This was because the esp core contains files that start with a full stop. Visual Micro ignores these files but didn't do so for the variants folder. Visual Studio intellisense failed because of .pins_arduino.h, not sure about Atmel Studio.

The usb debugger is also now working for esp8266 and will test more during the coming weeks.

The update means that you do not need to make any special considerations to use esp8266 in Atmel Studio or Visual Studio. So the other posts in this thread can now be ignored. (thanks to the posters)

Regards,

Visual Micro

Re: Using Atmel Studio + Visual Micro with ESP

PostPosted: Wed May 20, 2015 3:43 am
by cherowley
Hi,

So, is there a fix for this as I can't get intellisense to work (fresh install of all the latest bits - vis studio community ed, arduino ide 1.64 and visual micro) ? :)

(I put a post asking this in this very forum yesterday :) )

Cheers!

Visual Micro wrote:Hi,

The latest release of Visual Micro supports the Arduino board options so you will now see menus and tool bar controls for the esp upload and cpu speed.

For the 1.6.x version the is a bug fix that caused intellisense to fail. This was because the esp core contains files that start with a full stop. Visual Micro ignores these files but didn't do so for the variants folder. Visual Studio intellisense failed because of .pins_arduino.h, not sure about Atmel Studio.

The usb debugger is also now working for esp8266 and will test more during the coming weeks.

The update means that you do not need to make any special considerations to use esp8266 in Atmel Studio or Visual Studio. So the other posts in this thread can now be ignored. (thanks to the posters)

Regards,

Visual Micro

Re: Using Atmel Studio + Visual Micro with ESP

PostPosted: Thu Jun 04, 2015 8:52 am
by Visual Micro
Hi,

There have been many additions and fixes for the latest Arduino 1.6.4 system. Certainly required for Esp8266.

The latest changes and fixes are always available on our web site at visualmicro.com

Thanks