Re: Driver station power
BTW, for the propeller, I came up with a nifty idea:
To write a Java interpreter, compiler and kernel to be installed to the propeller. This kernel would fetch instructions from an SD card, parts at a time, allowing a large code. Also, the compiler would convert the code to bytecode to run efficiently on the propeller. I am pretty sure that a 128 MB card will be enough to hold Google's Search Engine Code (Not their database or their other services).
I think there are some practical uses for something like this, as it would allow you to access the inaccessible features on the Propeller!
Also, how can I add more RAM for variable space on the propeller? I would like all the user variables to be in an external RAM of 16Mbit, meaning that they do not need to worry about RAM.
The only thing this may not be able to do is image processing (Or maybe it can).
|