I'm going to work with ESP8266-12E and I want to use SPI interface to communicate and exchange data with Micro controller. Is it possible?
How do I do ?
The second question:
I want to use WPS (connection) on the module ESP8266-12E .
I send this AT command to the module:
1-AT+CWMODE=1
2-AT+WPS=1
but the module responses "ERROR" immediately.
what should I do?
thanks.