Skip to main content
Graduate II
November 6, 2018
Solved

Customizing web pages on the SPWF01SA

  • November 6, 2018
  • 2 replies
  • 1103 views

Hi,

I'm using the STEVAL-3DP001V1 which has a SPWF01SA module on it. The default firmware of the module has some webpages already prepared for the 3D printing application. However I would like to customize these (or even make my own) webpages. In the manual of the evaluation board there is a mention of a gen.bat file which is nowhere to be found in the STSW-3DP001 (the embedded source for the board).

So how can I customize or generate a webserver for the SPWF01SA module ?

    This topic has been closed for replies.
    Best answer by Elio Cometti

    ​Hi,

    you can generate outfile.img using the httpd_gen tool included in SPWF01S FW package.

    In order to download the FW package, please go to SPWF01SA page on st.com,  select STSW-WIFI001 and download the FW package (actual ver. is 3.6.0).

    The tool is available in source code and is located in STSW-WIFI001\Rel. 3.6\LIBS\, instructions are included in the header.

    Regards,

    Elio

    2 replies

    Visitor II
    November 7, 2018

    ​Hi,

    you can generate outfile.img using the httpd_gen tool included in SPWF01S FW package.

    In order to download the FW package, please go to SPWF01SA page on st.com,  select STSW-WIFI001 and download the FW package (actual ver. is 3.6.0).

    The tool is available in source code and is located in STSW-WIFI001\Rel. 3.6\LIBS\, instructions are included in the header.

    Regards,

    Elio

    KraalAuthor
    Graduate II
    November 8, 2018

    Thank you for the support.