Huh. How hard would it be for an experienced python backend dev to get up to speed on that platform?
... not that I need another hobby. 😅
Working on the server on the esp32 micro controller irrigation timer. Yes it's python (technically micropython), I might get ragged on for that :D. I've built stuff in C for microcontrollers but micropython is pretty cool and super fast to put things together on these esp32's.
Huh. How hard would it be for an experienced python backend dev to get up to speed on that platform?
... not that I need another hobby. 😅
You would be right at home. Most all the common methods are available on micropython. Many of the more common libraries have micropython alternatives. One you get the initial development set up it's just uploading files to the esp32 and it runs the main function on boot. I'm using rsync over USB but there's a web browser based option (haven't used that yet) to transfer files.