-->
Page 1 of 1

wifi direct protocol

PostPosted: Tue Mar 03, 2015 10:28 am
by andrew500w
Hi,

I am trying to do a remote control for wifi enabled photo cameras, these cameras can connect with android devices by means of the wifi direct protocol.

The question is: does the ESP8266 support the wifi direct protocol?

Thanks!

Re: wifi direct protocol

PostPosted: Tue Mar 03, 2015 3:04 pm
by lethe
While wifi direct is advertised on the product page, it seems like it is not supported by the SDK. The ESP can act as an access point however, so as long as your camera can connect to an AP, it should still be possible to use the ESP as a remote.

Re: wifi direct protocol

PostPosted: Wed Mar 04, 2015 3:09 am
by andrew500w
lethe wrote:While wifi direct is advertised on the product page, it seems like it is not supported by the SDK. The ESP can act as an access point however, so as long as your camera can connect to an AP, it should still be possible to use the ESP as a remote.


Thanks lethe! I will try this way