Is there a way to “compile” Python code onto an Arduino (Uno)?

后端 未结 4 823
生来不讨喜
生来不讨喜 2021-01-30 12:48

I have a robotics type project with an Arduino Uno, and to make a long story short, I am experimenting with some AI algorithms. However, I need to implement some high level matr

4条回答
  •  日久生厌
    2021-01-30 13:20

    This is not a direct solution but in your circumstances If I were you, I would write the AI program on my computer and the rest of it in Arduino. after that I would write a flask server with my AI program. and then, port forward from my router to the local machine. finally, make requests from Arduino to the server.

提交回复
热议问题