Electronic – arduino – UART Wifi module setup

arduinouartwifi

I recently bought this wifi module.

Connected it to my pc and set it up according to the example provided. Thinking that it was just plug and play(as advertised) I hooked it up to my Arduino Uno, turns out this was not as easy as I thought.
I then tried to set it up according to the manual(found here), but I had no further success with this method.

On the wifi module, there are three leds. When led3 is blink, it's indicating that wifi link has been achieved. I can only get led3 to blink when using Auto Workmode when setting up the module.
As far as I can tell, even though led3 is blinking, there is no actual connection to the module.

Is there some way I can confirm that the module is infact online? I have tried to ping it, but it returns "unreachable host" but that could be due to some config error on my side.

TL;DR: I can't get my wifi module to work, how can I check that it is online?

Best Answer

How you have tested the module with computer? Is it in transparent mode? If the module is working as transparent mode it will convert wifi data to UART on your Arduino or PC UART port that's why it is called plug & play.

there is inbuit webserver on the nodule you can connect it to the PC through UART, and check with the WiFi Software test it. This way you can get idea whether it is working or not. You can make it work as STA or AP using the same software. Give it a little try.

I am not able to download manual. can you share it here so I can read and let you know the solution of your problem?