ESP8266 Part 4

TCP client

The goal with this article is to show how to set up the ESP8266 as a TCP client. This example can be used to transmit data at a constant rate being acquired by the ESP8266 to a remote TCP server. If your application cannot afford to lose packets or data, this can be a possible solution to implement.

ESP8266 TCP Client

TCP Server (in Python)

GitHub Repository

  • ESP8266 TCP Client Code (Link)
  • TCP Server Python Code (Link)

Leave a Reply

Your email address will not be published. Required fields are marked *

Table of Contents

Index