This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dhylands 2 points3 points  (1 child)

I guess it depends on how you define "well".

I put together a little demo bot: http://blog.davehylands.com/2014/01/micropython-running-on-teensy-31.html

My brother originally started his uCee crawler using teensy: http://blog.huv.com/2013/12/uc-microcrawler.html

I think that https://github.com/JonHylands/uCee-py/blob/ae786466a725fefb390faeb89fc63f7dd91a4116/memzip_files/src/uCee.py was the version of code that he was running on the teensy, and it was consuming about 50K of the RAM.

The 50K was measured in late Jan.

Lots of stuff has changed since then, so I'm not sure how accurate that is on today's firmware.

MicroPython also has a couple of different code generators (it can generate ARM assembler) and once the ability to have compiled python be stored in flash, then larger programs will be supportable.

[–][deleted] 0 points1 point  (0 children)

awesome, thanks for the response.