ESP8266 Developer Zone The Official ESP8266 Forum 2017-06-28T15:32:17+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=5158 2017-06-28T15:32:17+08:00 2017-06-28T15:32:17+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5158&p=14252#p14252 <![CDATA[Re: SDK to IDE instalation]]> You can develop your own application based on the SDK, nothing to do with AT, a totally different application.
Or you can realize your application based on the AT application.
Here is the SDK on github, in folder "examples" are the application demos based on the SDK. https://github.com/espressif/ESP8266_NONOS_SDK

Statistics: Posted by Her Mary — Wed Jun 28, 2017 3:32 pm


]]>
2017-06-16T23:40:23+08:00 2017-06-16T23:40:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=5158&p=13997#p13997 <![CDATA[SDK to IDE instalation]]>
I'm new in Wi-Fi wireless communication and ESP8266 chip. I would like to use a 32-bit MCU Kinetis with MCUXpresso IDE for communication with ESP 12-E. How to install the SDK to IDE and use all the SDK functions ? I have read the SDK getting started guide, I have also update the firmware, but I still don't know, how to install and use the SDK. The SDK only uses the AT commands, which are implemented in functions like wifi_station_scan() - equivalent to AT+CWLAP, system_deep_sleep() - equivalent to AT+GSLP, etc. ? But,the SDK functions also allows usage of GPIOs. So, the SDK are commands transmitted via UART, but they are not AT commands ?

Thank you,
Jan

Statistics: Posted by Jan Kijonka — Fri Jun 16, 2017 11:40 pm


]]>