Basic overview of ESP8266 WiFi module. In this video you can find how to use
ESP8266 Native SDK combined with ESP8266 Open SDK toolchain.
This will allow you to develop and build C Applications for ESP8266 locally in Eclipse,
without using Virtual Machine provided by Espressif.
00:00 - ESP Modules Overview
01:47 - Pins soldering
04:20 - ESP port setup
06:27 - Source documentation review
07:50 - ESP SDK and flashing tools setup
12:40 - ESP Open SDK build and installation
14:25 - ESP project setup in Eclipse
16:44 - 'Hello World' application creation
23:47 - 'Blinkee' application overview
24:34 - ESP UART input and External LED control demo
Examples provided do work without any dependencies on a heavy Arduino framework,
all sources can be compiled and flashed using standard SDK tools.
Description, script samples and potential issues with resolution details:
http://www.sigmaprj.com/esp8266.html
P.S.
Please note - provided solution to build esp-open-sdk is compatible with Debian v10 (Buster) - or earlier - where python27 is available.
Download
0 formats
No download links available.
ESP8266 Getting Started: C Programming in Eclipse using ESP SDK (No VM, No Arduino) | NatokHD