Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi support? #20

Open
jieyun-yang opened this issue Aug 20, 2013 · 3 comments
Open

wifi support? #20

jieyun-yang opened this issue Aug 20, 2013 · 3 comments

Comments

@jieyun-yang
Copy link

can it be used with wifi sheld?

@sbstjn
Copy link
Owner

sbstjn commented Aug 20, 2013

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
Copy link
Author

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
Copy link

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 [email protected]:

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
.

@emarchak emarchak mentioned this issue Mar 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants