How to run Erlang based robot? Is it possible to convert it into .hex and run over microcontroller?

Posted by Dinesh on Stack Overflow See other posts from Stack Overflow or by Dinesh
Published on 2010-06-11T19:18:54Z Indexed on 2010/06/11 19:22 UTC
Read the original article Hit count: 249

Filed under:
|
|

I am working on Erlang robotic project. I have made a wallfollower robot program which has two files 1. a C program to communicate with hardware(I think we can not directly use Erlang for this) and 2. Erlang program to call these functions. I want to know where(platforms) I can run this robot.

Is it possible to run this robot over micro-controller(8051 or ARM7) based hardware?

Is it possible to convert Erlang program into C code or directly into .hex file?

If any one have any idea please help asap.

Thanks.

© Stack Overflow or respective owner

Related posts about erlang

Related posts about arm