The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
84 views

NodeJS (Galileo-IO) + Arduino sensor library

I've done some basic apps with NodeJS firmata where I can connect to my Arduino Uno and do the basics like reading a pin or doing a servo write. I'd like to go further and play with some different ...
0
votes
0answers
23 views

getting simple socketIO server to work with MRAA library on Edison

I spent the last week working with the CylonJS framework on my edison using a Maxbotix sensor. Everyting works with a web client on the front end. However at the last moment I can't get the edison to ...
0
votes
0answers
70 views

IPC between Node.js and Arduino Sketch on Intel Galileo

I want to communicate between a Node.js server and an Arduino Sketch. I discovered that there are three ways to do it: Files UDP IPC I can probably implement files, but I need to read sensor ...