The tag has no usage guidance.

learn more… | top users | synonyms

0
votes
0answers
101 views

Arduino Yun used as wifi hotspot

I use for a project an Arduino Yun with Node.JS+socket.io to provide interactivity between a smartphone, driving through a webpage different devices. I would like to enable this service for several ...
0
votes
0answers
125 views

How to use console.log message from nodejs server, to control led pin 13?

I want to use Arduino Yun as a client, that connects to my nodejs server, receives a message from nodejs and then change led pin 13 on/off according to the message send. I have this example of a ...
0
votes
0answers
16 views

How to reset an Arduino with node-serial?

I was reading about using an Arduino with a Makefile. In the Makefile-Arduino project there is a reference to the Python serial library required to reset the board. Looking into the usage of PySerial ...
0
votes
0answers
109 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
164 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 ...