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.

Changes

RevisionDateWhoCommit message
54:4b14327faaaf 2016-04-21 Christopher Haster Updated to match changes to the NSAPI default tip
53:99fe1d0e81fa 2016-04-15 geky Move to teams/components
52:97a45725219f 2016-04-01 geky Update NSAPI
51:af8d6c56431e 2016-04-01 geky Updated NSAPI
50:e97be2a1875d 2016-04-01 geky Updated dependencies
49:beb0d1a4f5dc 2016-03-09 sam_grove update dependencies
48:0905b0077e59 2016-03-02 geky Updated dependencies
47:14e94c3a1e54 2016-02-29 geky Update libraries
46:c012059717a9 2016-02-29 geky Updated libraries
45:505cb2a111fd 2016-02-26 geky Updated NetworkSocketAPI
44:fadbf805ae0b 2016-02-25 Christopher Haster Updated NetworkSocketAPI
43:f1cd508e9cbe 2016-02-26 geky Updated ESP8266Interface
42:d8ea089e5606 2016-02-25 Christopher Haster Merged api-changes
41:83cf71e499ee 2016-02-25 Christopher Haster Merged api-changes
40:6a90de1da5e2 2016-02-25 Christopher Haster Cleaned up example
39:418427215a94 2016-02-25 Christopher Haster Merged api-changes
38:561e0cdbba79 2016-02-25 Christopher Haster Updated dependencies api-changes
37:4d946ea769fd 2016-02-26 geky Updated dependencies api-changes
36:55c3649e4927 2016-02-25 geky Updated dependencies api-changes
35:9054b4a8097a 2016-02-23 Christopher Haster Updated NetworkSocketAPI api-changes
34:f638bb9f2d30 2016-02-23 Christopher Haster Updated ESP8266Interface and NetworkSocketAPI api-changes
33:b80621db4a68 2016-02-23 Christopher Haster Cleaned up demo api-changes
32:28a909a3748e 2016-02-23 Christopher Haster Updated example to use the changes to the NetworkInterfaceAPI api-changes
31:3269075873dc 2016-02-23 Christopher Haster Updated ESP8266Interface api-changes
30:f80540b6e2db 2016-02-22 Christopher Haster Matched changes in NetworkSocketAPI api-changes
29:469d33b3ea1e 2016-02-23 geky Updated libraries to 'api-changes' branches api-changes
28:4c981f8c32a8 2016-02-22 geky Updated revision of ESP8266Interface
27:ccedb4ad0033 2016-02-02 geky Cleaned demo
26:4242277cf9c7 2016-02-02 geky Reverted "Updated AT firmware version"
25:eef7d93d9f5b 2016-02-01 geky Bumped ESP8266Interface version
24:471a07e886ae 2015-12-28 sam_grove update example program to use NTP
23:9ca7d3d1a2df 2015-08-13 bridadan Updating ESP8266Interface and mbed library
22:1d355289fc18 2015-08-05 sarahmarshy DNS example in main
21:979b1db5d7da 2015-07-27 sarahmarshy DnsQuery and IP
20:4cb9ef3b0cc9 2015-07-26 sam_grove Update dependencies and example
19:03f1da306347 2015-07-22 sarahmarshy Updating libraries
18:a5830a6d3e11 2015-07-21 sarahmarshy Moving to ESP8266Interface
17:72de842c27b4 2015-07-21 sarahmarshy Working receive command
16:bb0a5b830dc5 2015-07-17 sarahmarshy Test UDP socket dev and ESP8266 implementation
15:e48b3c6558b1 2015-07-16 sam_grove small formatting updates
14:c47437f5dae8 2015-07-15 bridadan Updating libraries and example program to match new APIs.
13:561fd2a6fb00 2015-07-15 sam_grove Update URL??
12:31aad4e3317e 2015-07-15 sam_grove Update NetworkSocketAPI dependency
11:b7e531a4d661 2015-06-18 sam_grove change wifi->connect to wifi->open for sockets
10:ca389819e01e 2015-06-17 sam_grove update WifiRadioInterface by removing socket folder. implementation now part of the WiFiRadioInterface
9:da5a230fa4f4 2015-06-17 sam_grove update example program adding sockets access
8:cb6e31861ac9 2015-06-17 sam_grove update to comments
7:6787b920b496 2015-06-17 sam_grove updating naming
6:751245e265f6 2015-06-17 sam_grove updating base for wifi
5:455deb196c7f 2015-06-01 austin.blackstone@arm.com made dependencies look at tip
4:cb8a17dd6746 2015-05-28 sam_grove Update example: Now functional but failing implementation
3:95de30d399d8 2015-05-28 sam_grove Update nested dependencies
2:7283ce112304 2015-05-14 sam_grove Updates to main. Create example network setup and teardown
1:6db1940a7f76 2015-05-13 sam_grove Update to sample code.
0:1984a177ff56 2015-05-11 sam_grove Initial commit