using the wl-520gu w/ arduino question

Discussion about my Wifi Radio project at http://mightyohm.com/wifiradio/ or my WL-520gU talk at NOTACON.
Post Reply
phinsil6
Posts: 1
Joined: Thu Aug 05, 2010 4:43 am

using the wl-520gu w/ arduino question

Post by phinsil6 »

Hi, I have an arduino mega that is connected with the rx/tx/gnd from the 520gu. I have the newest Backfire 10.03 on there and all the network stuff works fine. I'm not sure if this question is directly correlated to this project but here goes. I'm trying to set my arduino up so that I can telnet to it by telneting to the router on a certain port (telnet 192.168.0.1 3000). I have ser2net installed but what else do I need to add/change to communicate with the arduino via a network. BTW I have followed this tutorial pretty closely (http://takenapart.com/?p=3). Thanks for any help in advance.
User avatar
mightyohm
Site Admin
Posts: 1064
Joined: Fri Apr 03, 2009 10:29 pm
Location: Seattle, WA
Contact:

Re: using the wl-520gu w/ arduino question

Post by mightyohm »

You need a program that will communicate from the telnet server listening on that port to the serial port on the router. I'm not familiar with ser2net, but based on the project description on sourceforge it looks like a good candidate.

You say you followed the tutorial on takenapart.com - to me this looks like it will get you to exactly where you are trying to go.

What is not working? Are you having problems with the hardware or software side of things? If there is an issue with a step in the tutorial, have you tried contacting the author?
Post Reply