Hey all, is there a tutorial step by step explaning how to use external analysis on python?
(I’M REALLY A BEGINNER)
I’m sending information from my microcontroller to TagoIO, so: I want to have a analysis that when I click “RUN” on TagoIO platform it triggers my Python script in my machine.
Is it possible, im a beginner, is there code examples???
Basic what I want to do is the same as the TagoIO avg, max and min (Temperature) example.
But I want to run it in my machine triggered by “RUN” button and in the future by an action.
Im using Pycharm.
THANK YOU!!!