I'm interested in programming microcontrollers with javascript / nodejs.
I first got an Arduino uno and programmed it with cylonjs. I made a simple robot but soon realised that this wouldn't work out since I needed to always have the Arduino connected to the computer for the node program to run. The board would also need to have Wi-Fi so I could control it from the web.
Someone recommended that I use Arduino yun since it has all those things. This seemed perfect, however I found out there are other boards that also provide the same thing, and work with js.
- Arduino yun
- Beaglebone
- nanode
- Electric Imp
- Intel Edison
- Tessel
- Particle
- espruino
There are also a lot more (like the raspberry pi, but I don't need or want a whole operating system )
After looking at all the boards that would work I realised that the tessel and espruino are especially made for javascript.
So my question is, what are the main differences between those boards, especially the Arduino Yun, Tessel, and espruino.
Thanks!
Edit: the tessel modules look really expensive and I would probably not use them. - just the normal pins.