Post topics, source code that relate to the Arduino Platform

User avatar
By msk basha
#53074 hi guys
i am new here
i created android client app using sockets and send data to esp8266
i created server using AT+CIPSERVER command iam able to recieve in serial monitor of arduino but how can i access that data(sent from android) on arduino side i mean i wanna create a project like turning on LED by android wifi
Thank you
User avatar
By Naguissa
#53642 If Android client accesses ESP using GET or POST, you can send parameters.

If you use sockets, you should add a system in the data flow, using, in example, 'packets'.

(2nd time because I don't know if it's moderated or simply I touched wrong button)