Tower WIFI setup

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tower WIFI setup

Jump to solution
443 Views
admin
Specialist II

I had a couple of questions regarding the manual TWR-WIFI-G1011MI LAB Guide. On page 7 step 14 where it asks to modify the settings, I would like to know what is the IP Address for the ENET_IPADDR. If it is the IP Address of the router, does it overwrite it after the wireless settings are set.

Also, I am having trouble with getting the results mentioned on page 8, steps 22 and 23.

Another concern that I have is that after I get successful connection with PC as mentioned on pages 11 and 12, I am not able to locate the towerwifi GSWebProv on the network list i.e. the tower wifi fails to communicate with other devices.

Please advice. Thank you.


Tags (1)
0 Kudos
1 Solution
299 Views
GainSpanWi-Fi
Contributor III

ENET_IPADDR is the IP address of the TWR WIFI board.  The code uses static IP and so an IP address is assigned to it in the code.  The TWR-WIFI board IP address should be in the same subnet as the AP that it is connecting to.  If it is not, then the PC that is connected to the AP won’t be in the same subnet and won’t be able to access the web page as reported below.  The TWR board IP address (ENET_IPADDR) value can be changed in the ~\rtcs\examples\httpsrv\config.h for network connection.  After this change, rebuild the project and try again.

View solution in original post

0 Kudos
1 Reply
300 Views
GainSpanWi-Fi
Contributor III

ENET_IPADDR is the IP address of the TWR WIFI board.  The code uses static IP and so an IP address is assigned to it in the code.  The TWR-WIFI board IP address should be in the same subnet as the AP that it is connecting to.  If it is not, then the PC that is connected to the AP won’t be in the same subnet and won’t be able to access the web page as reported below.  The TWR board IP address (ENET_IPADDR) value can be changed in the ~\rtcs\examples\httpsrv\config.h for network connection.  After this change, rebuild the project and try again.

0 Kudos