====== ESP8266Basic ====== ESP8266Basic is a basic interpreter for the esp8266 modules * ESP8266Basic is available at [[http://esp8266basic.com|ESP8266Basic.com]] * * Language Documentation is located [[http://www.esp8266basic.com/language-reference.html|here.]] * * Flashing instructions [[http://www.esp8266basic.com/flashing-instructions.html|here.]] * * Some examples [[http://www.esp8266basic.com/examples.html|here]] It is loosely modeled on how run basic [[http://runbasic.com|http://runbasic.com]] works. It is a procedural programming language allowing for programs to be created quickly in a code editor hosted by the device for completely wireless programming. ESP8266Basic supports some simple gui widgets including textboxes and buttons for web pages. The goal with ESP8266basic is to be as simple as posible while providing the power needed to do complex things. {{::5767783.png|}}