Tsk. But you didn’t show the one using Javascript.
Seriously, though. Farsi may be confused. The BeagleBone is programmable in a dialect of javascript that has a library for low level I/O commands; perhaps he thinks Arduino does also. It’s not out of the realm of possibility that someone has ported js to something like pcDuino or the like.
But I am still somewhat confused on how to talk to from the host PC to the board. With Sketch I could compile and upload programs just fine. But when it Comes to JavaScript (which I want to use in order to stream data from the Internet into Arduino), I am confused:
I also read about connecting shields to Arduino. But I am unsure what shields are, what is important when buying one for Arduino Due, and if/and how I could use a shield to replace LEDs. What would be interesting shields for a beginner to look at?
For once, I wouldn’t have bought a DUE if I was a beginner. Second, I would advise to Use Google and do a LOT of reading. After that you go read all the threads on the Arduino DUE forum.
I really don’t understand why you are trying to use Javascript. It seems like you are diving in the deep end without knowing what water is.
Hmm… thanks. Indeed the Arduino Due maybe was not a good idea.
The reason for JavaScript however is that JS is becoming the main language for web related projects, and I’d like to experiment streaming information from the web to devices.