ESP8266 Part 3

UDP client

The goal with this article is to show how to set up the ESP8266 as a UDP client. This example can be used to transmit data at a constant rate being acquired by the ESP8266 to a remote UDP server. Have in mind that you might lose data during transmission. If your application cannot afford to lose packets or data, you should use a different approach (for example a TCP connection).

ESP 8266 UDP Client

UDP Server (in Python)

GitHub Repository

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

Leave a Reply

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

Table of Contents

Index