Timeline for How can I run multiple programs on an Arduino?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 3, 2015 at 22:56 | comment | added | Russell McMahon | On relooking I see that my answer is essentially the same as MAC's but explained slightly differently. As each answer contributes somewhat differently I'll leave mine in place BUT MAC said it first. And yes, it works well. Some student discipline is required - but minimal. | |
| Feb 3, 2015 at 22:35 | comment | added | Chris Stratton | The arduino cannot run from it's limited RAM and is not going to be particularly efficient at executing a virtual machine doing so... at that point, you might as well run your custom virtual machine on something more powerful, such as the computer the students are sitting at. | |
| Feb 3, 2015 at 22:27 | comment | added | Giulio Muscarello | However, this would make the development flow of each team dependent on the other's, because the board must be reset upon each upload. What I was seeking is something that allows for independent development flows. | |
| Feb 3, 2015 at 21:56 | history | answered | MAC | CC BY-SA 3.0 |