|
|
|
|
|
by aikah
4388 days ago
|
|
Tessel is marketed as a "micro-controller" while the PI as a "micro-computer". Javascript marketing aside,it would be interesting to know if one can reproduce all Tessel capabilites with a Pi + extensions. I dont think the "but it runs nodejs modules!" matter that much,if you're going to write for embedded devices,you need to go low level and seek optimizations like crazy.The stuff has like 32MB of ram,you cant do much in javascript+nodejs with that.AFAIK it doesnt even run a javascript engine,but translate the code to LUA. |
|
You can, I've had a Node-on-Pi based home automation system running for a few months now. It looks like Tessel's main advantage is the plug & play nature of their modules.