Question
SPWF01SA and input.cgi script issues
Posted on March 09, 2016 at 16:07
Hello!
We use SPWF01SA module for Internet access to our device. We are using this script - input.cgi - to channel data from STM32F439 to web application (web server). Client gets data using Ajax which use input.cgi. It works fine... for 2-5 minutes, then it stuck - firstly module send ''timeout occured'': +WIND:56:Insert message to client: TIMEOUT OCCURRED! then it stops send anything, sometimes exact in the middle of phrase, for example: +WIND:56:Insert message to And then radio dropped wifi connection. Looks like module locks up. Data that module gets from STM32 is 107 bytes long. Why does module stuck? Is it too long - 107 bytes - for this script? I can post html side here if it helps.