Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

teleplot via remote monitor #20

Open
sledge33 opened this issue Sep 2, 2023 · 1 comment
Open

teleplot via remote monitor #20

sledge33 opened this issue Sep 2, 2023 · 1 comment

Comments

@sledge33
Copy link

sledge33 commented Sep 2, 2023

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.

@nesnes
Copy link
Owner

nesnes commented Sep 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants