Is anyone using Python for embedded applications?

2008-05-01 Thread Lori Welte
Hi Dean I need a minimalist version of Python to run on a ColdFire-based embedded system (written in C with no RTOS). It will be used by mechanical engineers to test their servo and stepper motors. I need all the basic features you are providing in PyMite. I've managed to port PyMite and

Re: Is anyone using Python for embedded applications?

2006-12-16 Thread dwhall
Carl, I'm the lead developer for PyMite (http://pymite.python-hosting.com). I do quite a bit of embedded development with PyMite. PyMite is for much smaller target devices (8-bit and 32-bit microcontrollers) than you plan to use. I am currently writing a series of papers that will attempt to

Re: Is anyone using Python for embedded applications?

2006-12-13 Thread Andre Meyer
Not sure what your target embedded platform is, but there is a Python version for the Nokia S60 mobile phone platform (Symbian). http://s60.com/ Python for S60http://www.forum.nokia.com/info/sw.nokia.com/id/ee447e84-2851-471a-8387-3434345f2eb0/Python_for_S60.html Python for S60 allows

Re: Is anyone using Python for embedded applications?

2006-12-13 Thread Paul Boddie
Hendrik van Rooyen wrote: It depends a *lot* on what is meant by embedded : Indeed. This definition seems to cover everything from: - a cut down PC in a non standard box, through - a processor in a Washing Machine, to - a bare PIC processor in a Burglar Alarm... CPython

Re: Is anyone using Python for embedded applications?

2006-12-13 Thread Carl J. Van Arsdall
Hendrik van Rooyen wrote: It depends a *lot* on what is meant by embedded : Ha, very true This definition seems to cover everything from: - a cut down PC in a non standard box, through - a processor in a Washing Machine, to - a bare PIC processor in a Burglar

Re: Is anyone using Python for embedded applications?

2006-12-13 Thread Hendrik van Rooyen
Paul Boddie [EMAIL PROTECTED] wrote: Interesting! Any links, or is it related to the Telit hardware already discussed? telit it was... - Hendrik -- http://mail.python.org/mailman/listinfo/python-list

Is anyone using Python for embedded applications?

2006-12-12 Thread Carl J. Van Arsdall
I'm aware of a couple python projects for embedded systems. I am currently considering using Python on an embedded platform to develop a simple application as a personal project, mostly to see if it will work. I was wondering if anyone here was using python for anything of that nature? For

Re: Is anyone using Python for embedded applications?

2006-12-12 Thread Łukasz Langa
Check this out: http://www.telit.co.it/product.asp?productId=105 It works. Regards, Łukasz Langa -- http://mail.python.org/mailman/listinfo/python-list

Re: Is anyone using Python for embedded applications?

2006-12-12 Thread [EMAIL PROTECTED]
Carl J. Van Arsdall wrote: I'm aware of a couple python projects for embedded systems. I am currently considering using Python on an embedded platform to develop a simple application as a personal project, mostly to see if it will work. I was wondering if anyone here was using python for

Re: Is anyone using Python for embedded applications?

2006-12-12 Thread Paul Rubin
Carl J. Van Arsdall [EMAIL PROTECTED] writes: Oh, and if anyone has opinions/facts on why python should not be used in an embedded platform, I'd like to know that too. I'm somewhat familiar with pythons needs on a system, but there are a number of things I am not aware of. Thanks to everyone

Re: Is anyone using Python for embedded applications?

2006-12-12 Thread Hendrik van Rooyen
Carl J. Van Arsdall [EMAIL PROTECTED] wrote: I'm aware of a couple python projects for embedded systems. I am currently considering using Python on an embedded platform to develop a simple application as a personal project, mostly to see if it will work. I was wondering if anyone here