r-cute / rcute-cozmars-server

firmware for Cozmars robot
45 stars 19 forks source link

FEATURE REQUEST: micropython port #26

Open Bazmundi opened 3 years ago

Bazmundi commented 3 years ago

What's the appetite for a micropython port of the server, to run on widgets like ESP32 running mPython?

Would this require a fundamental change?

hyansuper commented 3 years ago

If you don't need video and audio streaming,then an esp should be capable. Or,we can use esp-cam and leave out audio. But I am not sure if esp-cam has enough pins for all the other components. You may use I2C mono color screen to reduce pins There's an micropython asyncio lib for esp,which may help adapt the server to esp

Bazmundi commented 3 years ago

If you don't need video and audio streaming,then an esp should be capable. Or,we can use esp-cam and leave out audio. But I am not sure if esp-cam has enough pins for all the other components. You may use I2C mono color screen to reduce pins There's an micropython asyncio lib for esp,which may help adapt the server to esp

Very good! I will put it onto my projects list.