-1

I want make connection with intel edison using wifi from android phone, and send data to intel edison.

I am new to this so, pleas help.

Thanks in advance

Krunal Indrodiya
  • 782
  • 2
  • 7
  • 19

2 Answers2

1

You can also use Wifi Direct and set up a static ip address so that you can use your Android device to connect to the Intel Edison anywhere, regardless of whether there is a network in the area. Think of it as a substitute for Bluetooth.

AreM
  • 97
  • 10
0

Yes we can connect android device to intel Edison using wi-fi connection.

connect both device in same network, and get ip address of intel edison.

First we need to open port to listening, mean open serversocket in intel edison, then implement clientsocket in androd device.

now connect clientsocket to serversocket, with intel edison ip and port. now you can send data android phone to intel edison or visa versa.

Krunal Indrodiya
  • 782
  • 2
  • 7
  • 19