I am a student and have a micropyhton project with my classmates.
Our project is to control motors with the Pyboard, however the pyboard needs information (information relating to the time during which a motor must be running). This information are obtained from a Python program on a computer that uses a module called "OpenCV".
Here is our problem:
We would like the pyboard to ask the computer to run a Python program (using the OpenCv module). This program will send information back to the pyboard.
Subsequently, this information will allow the Pyboard to control the motors.
Additional information:
- We use Upycraft to communicate with the pyboard.
- We are beginners in micropython.
Thank you in advance for your reply
