-->
Page 1 of 1

ESP8266 Android arduino

PostPosted: Tue Aug 16, 2016 8:17 am
by msk basha
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

Re: ESP8266 Android arduino

PostPosted: Tue Aug 23, 2016 1:46 am
by Naguissa
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)