This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how setting up easyWEB project

hi to all,
i bought an lpc1768 board and inside it an easyWEb project that is compact http server.
but my problem is that i do not know how setting up this project and how make communication through my board and my computer.
can any one help me to setting up this project???

  • The EasyWeb project was originally published by a magazine and was ported to numerous microcontrollers. Therefore, you don't get support for this example.
    When you install MDK V4 or MDK V5+legacy pack, you can find this example in your folder:
    C:\Keil\ARM\Boards\Keil\MCB1700\EasyWEB
    You can find most network settings are in tcpip.h and in function InsertDynamicValues() (module easyweb.c) you can output the values to the web-page.