You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!)
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.
The text was updated successfully, but these errors were encountered: