Comment Re: Why? (Score 1) 37
Well, there are thousands of interesting micropython projects out there, hardly any of them appear forced.
I needed a custom motor controller that I can talk to over a webserver. It performs closed loop control via an encoder, controls DC auxillary motors and now ran without hiccups for years.
A "real" solution was estimated by an engineer to take four weeks. Micropython allowed to iterate on this in the field very quickly, and within a few days the system was completed.
Could a smaller microcontroller do the same thing if I had used C? Probably. But unless this would go into tens of thousands of units my time is more valuable than the cost savings going from $1 microcontroller to something cheaper.