Example program for the ESP8266Interface running Espressif Firmware

Dependencies:   ESP8266Interface NetworkSocketAPI mbed

Note

This example code assumes your ESP8266 is running the Espressif Firmware. For instructions on how to update your ESP8266 to use the correct firmware see the Firmware Update Wiki Page.

This program demonstrates how to open, close, send and recv from the ESP8266 using the Network Socket API.

Revisions of main.cpp

Revision Date Message Actions
54:4b14327faaaf 2016-04-21 Updated to match changes to the NSAPI File  Diff  Annotate
42:d8ea089e5606 2016-02-25 Merged api-changes File  Diff  Annotate
41:83cf71e499ee 2016-02-25 Merged api-changes File  Diff  Annotate
40:6a90de1da5e2 2016-02-25 Cleaned up example File  Diff  Annotate
38:561e0cdbba79 2016-02-25 Updated dependencies File  Diff  Annotate
37:4d946ea769fd 2016-02-26 Updated dependencies File  Diff  Annotate
33:b80621db4a68 2016-02-23 Cleaned up demo File  Diff  Annotate
32:28a909a3748e 2016-02-23 Updated example to use the changes to the NetworkInterfaceAPI File  Diff  Annotate
30:f80540b6e2db 2016-02-22 Matched changes in NetworkSocketAPI File  Diff  Annotate
27:ccedb4ad0033 2016-02-02 Cleaned demo File  Diff  Annotate
26:4242277cf9c7 2016-02-02 Reverted "Updated AT firmware version" File  Diff  Annotate
25:eef7d93d9f5b 2016-02-01 Bumped ESP8266Interface version File  Diff  Annotate
24:471a07e886ae 2015-12-28 update example program to use NTP File  Diff  Annotate
22:1d355289fc18 2015-08-05 DNS example in main File  Diff  Annotate
21:979b1db5d7da 2015-07-27 DnsQuery and IP File  Diff  Annotate
20:4cb9ef3b0cc9 2015-07-26 Update dependencies and example File  Diff  Annotate
19:03f1da306347 2015-07-22 Updating libraries File  Diff  Annotate
18:a5830a6d3e11 2015-07-21 Moving to ESP8266Interface File  Diff  Annotate
17:72de842c27b4 2015-07-21 Working receive command File  Diff  Annotate
16:bb0a5b830dc5 2015-07-17 Test UDP socket dev and ESP8266 implementation File  Diff  Annotate
15:e48b3c6558b1 2015-07-16 small formatting updates File  Diff  Annotate
14:c47437f5dae8 2015-07-15 Updating libraries and example program to match new APIs. File  Diff  Annotate
11:b7e531a4d661 2015-06-18 change wifi->connect to wifi->open for sockets File  Diff  Annotate
9:da5a230fa4f4 2015-06-17 update example program adding sockets access File  Diff  Annotate
7:6787b920b496 2015-06-17 updating naming File  Diff  Annotate
6:751245e265f6 2015-06-17 updating base for wifi File  Diff  Annotate
4:cb8a17dd6746 2015-05-28 Update example: Now functional but failing implementation File  Diff  Annotate
2:7283ce112304 2015-05-14 Updates to main. Create example network setup and teardown File  Diff  Annotate
0:1984a177ff56 2015-05-11 Initial commit File  Diff  Annotate