Search found 1 match

by Tenere700
Sun Dec 19, 2021 11:43 am
Forum: General Discussion
Topic: TCP between ESP32 and Megunolink
Replies: 0
Views: 3405

TCP between ESP32 and Megunolink

Dear All, My name is Tom and I work with Arduino and ESP32 for data acquisition. Normally I use a USB communication, but now I am trying to use wifi... I use Megunolink to plot data from my ESP32 (M5Stack). I am here plotting using a TCP connection. Here below the code that I use #include "WiFi.h" #...