ESP8266 Programming with Arduino using ESP8266 SDK API
Posted: Tue Oct 18, 2016 5:23 am
Hey guys! I am interested in programming ESP8266, through arduino core using ESP SDK API and not the AT Commands. Is it possible? If yes, how?
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
Rohit Rajapure wrote:Hey guys! I am interested in programming ESP8266, through arduino core using ESP SDK API and not the AT Commands. Is it possible? If yes, how?
extern "C" {
#include "user_interface.h"
#include "espconn.h"
}
softap_config apConfig;
wifi_softap_get_config( &apConfig );