|
|
|
|
|
by TickleSteve
2862 days ago
|
|
Not MicroPython. If you're interested in IoT (or embedded s/w in general), get away from MicroPython. The primary characteristic of most embedded products is to be low-cost. When you're selling millions of products, cost counts. You can't waste cycles or resources on Python. MicroPython is a toy for the 'makers'. Similarly the JS equivalents. No real high volume product would use those technologies. |
|
Won't argue about pyboard, because that's more of a gimmick. (Way too expensive for what it does)
I think the cost and time of developing on micropython vs a lower level language like C, would superseded the cost associated with wasted cpu cycles.
However, I agree with the fact that no real product would use mpy right now in production because of the infancy of the project.
It certainly looks promising.
It's definitely NOT a toy.
OTOH JS is just a bad choice for this kind of work IMO. ( I'm a firm believer that JS is just a bad choice for anything in general, but IOT is just madness)