Controlling a pin over ethernet?
does know way of controlling pins enc20j60 on ethernet, it's driving me insane!!!
for months now, i'm trying find way control lights , boiler without (apache) server, use router that!
due hardware incompatibility, 5v vs 3.3v not option solder in router (and has no usb). ordered enc20j60.
i found interesting example worked: http://maniacbug.wordpress.com/2012/01/28/webserver/
but difficult me change (need push buttons) , big, add library on pro mini.
i found this, think best way use external web-server? http://http://arduino.cc/forum/index.php/topic,76125.0.html
but won't compile!!!
alternative thinking to, use udp cant find example of using it. know linux, can link web-page netcat or proxy. (understanding udp works similar? please correct me when wrong!)
for don't care protocol, thing can done on ethernet. (with enc20j60) ...telnet maybe???
and best way, should like: echoing "pin13,hi" example?
so please me in right direction!
thanks.
for months now, i'm trying find way control lights , boiler without (apache) server, use router that!
due hardware incompatibility, 5v vs 3.3v not option solder in router (and has no usb). ordered enc20j60.
i found interesting example worked: http://maniacbug.wordpress.com/2012/01/28/webserver/
but difficult me change (need push buttons) , big, add library on pro mini.
i found this, think best way use external web-server? http://http://arduino.cc/forum/index.php/topic,76125.0.html
but won't compile!!!
alternative thinking to, use udp cant find example of using it. know linux, can link web-page netcat or proxy. (understanding udp works similar? please correct me when wrong!)
for don't care protocol, thing can done on ethernet. (with enc20j60) ...telnet maybe???
and best way, should like: echoing "pin13,hi" example?
so please me in right direction!
thanks.
i'm not sure how router came involved, arduino plus ethernet shield sketch implementing web server accepted commands control output pins seem feasible solution. you'd have write sketch yourself, you'll find examples showing how using ethernet shield.
Arduino Forum > Using Arduino > Project Guidance > Controlling a pin over ethernet?
arduino
Comments
Post a Comment