Is PyMite still available for the Maple and MapleMini boards?
Does PyMite support standard matrix multiplication (C=A*B) and matrix inversion via numpy [example: B=linalg.inv(A) ]?
Thanks.
Is PyMite still available for the Maple and MapleMini boards?
Does PyMite support standard matrix multiplication (C=A*B) and matrix inversion via numpy [example: B=linalg.inv(A) ]?
Thanks.
liam.ll - AFAIK, PyMite is still available on STM32F processors:
http://code.google.com/p/python-on-a-chip/
The last update to the LeafLabs wiki page was 3 October 2011
http://wiki.leaflabs.com/index.php?title=PyMite
I think you might get a quicker answer to your numpy question from the PyMite group http://groups.google.com/group/python-on-a-chip
(Full disclosure: I am not a member of LeafLabs staff.)
PyMite only works on the RET6 and Native boards because of memory requirements. but yeah, works well!
poslathian - has LeafLabs got PyMite v10 working on Maple?
Edit: Did LeafLabs try to get PyMite running on Maple mini?
According to http://code.google.com/p/python-on-a-chip/ Maple mini might work:
Requires roughly 55 KB program memory
Initializes in 4KB RAM; print "hello world" needs 5KB; 8KB is the minimum recommended RAM.
poslathian ~ Have you tried including the "numpy" library, which is the scientific computing package?
Let me share a wish with the Leafblowers. For me, the most ideal programming language for a microcontroller would be the Matlab vectorized scripting language. I realize it's a pipe dream. But the next best thing would be Python. Now let's be honest, once the Arduino 32-but Due is released, the Maple product line will be in jeopardy, unless you progress with Python.
If I had a choice right now between the Arduino 32bit Due and a Maple Native programmable in either C or Python-WITH-NUMPY, I would buy the Maple right now, even if its more expensive. The C and Python option will be your discriminating advantage.
You must log in to post.