-->
Page 1 of 1

Windows compiler toolchain with blink demo on instructables

PostPosted: Sun Feb 22, 2015 1:15 pm
by Jeroen Beemster
Hi All,
It was for me a challenge to have the toolchain setup and run the examples on a windows computer with only arduino-level knowledge. I created an instructable where I explain how I did it.
I collected a lot of info from this site. Have a look at it.
http://www.instructables.com/id/Blink-f ... ng-Window/

It is based on SDK version 0.9.5
And I use NODEMCU for uploading the blink file to the ESP8266

I love to hear you what you think about this.

Regards,

Jeroen

Re: Windows compiler toolchain with blink demo on instructab

PostPosted: Wed Mar 04, 2015 5:55 pm
by LeprA
I liked your post it was good explanatory on how you can do it in one of many ways.
But you where detailed that i liked =)

When i did a compile on Blinky demo (not using your setup, compiled everything on Ubuntu using esp-open-sdk) i lost the AP and AT commands functionality, was it the same for you?

If someone knows; How can I preserve that functionality and append with my own code?

An example i would like is Blinky with AP + AT Commands so i have something to look at?

Re: Windows compiler toolchain with blink demo on instructab

PostPosted: Wed Mar 04, 2015 6:02 pm
by LeprA
I liked your post it was good explanatory on how you can do it in one of many ways.
But you where detailed that i liked =)

When i did a compile on Blinky demo (not using your setup, compiled everything on Ubuntu using esp-open-sdk) i lost the AP and AT commands functionality, was it the same for you?

If someone knows; How can I preserve that functionality and append with my own code?

An example i would like is Blinky with AP + AT Commands so i have something to look at?