SDK to IDE instalation

Jan Kijonka
Posts: 28
Joined: Fri Jun 09, 2017 10:17 pm

SDK to IDE instalation

Postby Jan Kijonka » Fri Jun 16, 2017 11:40 pm

Hello,

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

Her Mary
Posts: 537
Joined: Mon Oct 27, 2014 11:09 am

Re: SDK to IDE instalation

Postby Her Mary » Wed Jun 28, 2017 3:32 pm

AT is an application based on SDK.
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

Who is online

Users browsing this forum: No registered users and 64 guests