In my company they are thinking of working through Android applications with different devices through WIFI. In my case, my job would be to take care of the Android part, the programming of the devices will correspond to someone else.
To do the tests, the WIFI module selected is the one on this board:
Until now I had not worked with external devices, the idea that I had in mind would be to connect the board by serial port to my PC and from the mobile send a chain "hello world" that would receive by the PC. (Basically that's my job, send strings and have the module pass them to a micro).
Any suggestions on where to start? Any sample code to connect to the Device?
Greetings and thanks in advance.