2018-11-06 04:17 AM
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 ?
Solved! Go to Solution.
2018-11-07 02:56 AM
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
2018-11-07 02:56 AM
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
2018-11-08 12:32 AM
Thank you for the support.