teleplot via remote monitor
Hey, Just wanted to ask if there is a way to use this tool with "remote monitor" in VSCode and PlatformIO? I have an ESP32 connected to an Rpi3 running pio remote agent. Uploading firmware remotely and also remote monitor from my development-PC (Win11) is working. I dont know how to get teleplot running, so that it plots data from my ESP32.
Hi,
Teleplot can plot telemetry comming from Serial ports and UDP packets. If the ESP32 is not connected to the PC that runs the teleplot server, you won't be able to open the serial port.
However, as you are using an ESP32, probably connected to the same network than your PC, sending UDP packets to your PC ip should be possible! this is explainend here (not a lot of words, but not much to do!)
Take care, when using UDP packets, the
>character should not be prefixed to telemetries. for more detatils check the format specifications here: https://github.com/nesnes/teleplot/blob/main/README.md#telemetry-format