sbstjn / noduino

JavaScript and Node.js Framework for controlling Arduino with HTML and WebSockets
http://sbstjn.github.io/noduino/
1.23k stars 232 forks source link

wifi support? #20

Open jieyun-yang opened 10 years ago

jieyun-yang commented 10 years ago

can it be used with wifi sheld?

sbstjn commented 10 years ago

I'm sorry, but you cannot just upload a sketch to your arduino, attach your wifi board and point your browser to http://yourarduino to play around.

Noduino uses node-serialport to communicate with your arduino over a serial connection. If you can emulate a serial connection over wifi, you may use Noduino with your wifi board. But I think this wont make any sense, there way better solutions for this setup.

What are you planning to do?

jieyun-yang commented 10 years ago

I want my arduino to communicate with my node.js server, it emits an on/off boolean value to server, acts as a switch.

eagletusk commented 10 years ago

Serial is the way to go, if you are thinking wireless, the easiest may be to have two arduinos one for tx and one for rx, the rx one will serial to node.js...

On Tue, Aug 20, 2013 at 9:39 PM, Young Jakcy notifications@github.comwrote:

I want my arduino to communicate with my node.js server, it emits an on/off boolean value to server, acts as a switch.

— Reply to this email directly or view it on GitHubhttps://github.com/semu/noduino/issues/20#issuecomment-22992113 .