cancel
Showing results for 
Search instead for 
Did you mean: 

Customizing web pages on the SPWF01SA

Kraal
Senior III

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions
Elio Cometti
Senior II

​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

View solution in original post

2 REPLIES 2
Elio Cometti
Senior II

​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

Kraal
Senior III

Thank you for the support.