Run Programs from SD card on Arduino with Pyxis OS!
Loading...
14,355
Loading...
Uploader Comments (ArduinoWill)
see all
All Comments (23)
-
I WANT ONE
-
An operating system for a micro controller??? I really did not think that was even possible!
Are there operating systems for the slower CISC based micro controllers like those from Microchip as well? (I mean GUI OS'es now)
-
COOL! Can it play pong?
-
Next accomplishment
playing minecraft classic on this XD
-
woah, so slow... That's why I prefer AVRASM firmwares over a clean MCU.
-
witch arduino are you using
mega, uno?
because im thinking of making a Arduino open source computer
-
what shields are compatible with Pyxis?
-
hey man can i use the IXM Micro SD Cell for my arduino with pyxis..is it compatible with the arduino?
-
0_0 T-u-t-o-r-i-a-l
Loading...
How is that possible with a harvard architecture processor? You should only be able to execute from flash, not even eeprom or ram if I understood the avr properly.
Imprezaman555 1 year ago
@Imprezaman555 The way you're able to execute code for the SD card on a Harvard architecture chip is a Virtual CPU. Pyxis reads in the program one instruction block at a time and supports seek commands so it can process JUMPs and BRANCHes. The code is freely available for you to look over on our site.
ArduinoWill 1 year ago
Amazing... but not sure if the "closed source" option is great for the comunity. For me, definitely not, but is only a personal taste...
pekepowah 1 year ago
@pekepowah it's not close source. The VCPU that runs everything is free to download. The only closed source bit is the compiler, which you can make your own since the VCPU is right there for you to look at. And $10 for a compiler with a year of free upgrades isn't exactly a large price tag.
ArduinoWill 1 year ago
When are you going to release this? I need to use it the execute programs from sd card thing
catswillruleyou 2 years ago
Don't tell anyone but I've scheduled the release day for February 1, 2010. Oh and Pyxis is going to be written up by Make Magazine! Keep an eye on my page for more details on both!
ArduinoWill 2 years ago