Hello guys,
I’m a noob in the area and would like to know if there is a way implementing a connection between an Arduino Uno and an android device using this library.
I’ve managed to make a server with the Arduino and now I would like to connect to it through an application on the phone.
The data is sent and received over WiFi.
The phone will be the client.
I looked in the example code and found the chat example.
The idea is similar I connect to a server and transmit and receive data.
My biggest problem is coding it right now as I’m not fully understanding the example code.
Thank you in advance and sorry for noob question.