Search found 5 matches
- 05 Jun 2012, 12:09
- Forum: Mindstorms Software
- Topic: Help understanding LEGO bytecode for Arduino project
- Replies: 3
- Views: 4963
Help understanding LEGO bytecode for Arduino project
I am not sure if this is the right forum for this level of lego convo because my search has not turned up much results but here goes. As I had mentioned in April I am working on a LEGO minstorms interpreter for Arduino, I have "open sourced" it on github https://github.com/frazras/x10abot ...
- 12 Apr 2012, 18:54
- Forum: Mindstorms Software
- Topic: NXT Bytecode interpreter for different hardware
- Replies: 8
- Views: 9469
Re: NXT Bytecode interpreter for different hardware
LOL But is that a BAD thing?
- 12 Apr 2012, 13:17
- Forum: Mindstorms Software
- Topic: NXT Bytecode interpreter for different hardware
- Replies: 8
- Views: 9469
Re: NXT Bytecode interpreter for different hardware
NICE!! ROBOTC seems cool, always heard about it but never looked it up before. The focus of my project is primarily academic, its a part of my research thesis in the aim of creating an extensible, modular, scalable, inexpensive robotics platform. To get it done quickly and to get potential users uti...
- 11 Apr 2012, 18:06
- Forum: Mindstorms Software
- Topic: NXT Bytecode interpreter for different hardware
- Replies: 8
- Views: 9469
Re: NXT Bytecode interpreter for different hardware
I was proposing to build a scaled down version in terms of the memory requirements. I really wanted to create a byte-code interpreter that could accommodate a simple nxt program. That should be ok right?
- 11 Apr 2012, 14:56
- Forum: Mindstorms Software
- Topic: NXT Bytecode interpreter for different hardware
- Replies: 8
- Views: 9469
NXT Bytecode interpreter for different hardware
Hi all, I am working on a project to get the NXT bytecode running on a different hardware - Arduino to be exact. How possible is that in the first place? Is the executable file specifications provided by LEGO my only resource (It seems a little complex)? If no other resource is available will I need...