|
|
Offline
Newbie
Karma: 0
Posts: 22
Arduino neewbie
|
 |
« Reply #1 on: May 03, 2012, 01:01:58 pm » |
Hi Garrett!
Thank you for posting this, I am also new to the Arduino, and also confused regarding WiFi shields.
Planning to use the Mega version with WiFi for a project, but uncertain what WiFi shield to use.
Cheers Joe
|
|
|
|
|
Logged
|
|
|
|
|
Wellington, New Zealand
Offline
Sr. Member
Karma: 1
Posts: 404
|
 |
« Reply #2 on: May 03, 2012, 02:52:08 pm » |
I'd add the WiFly RN-XV to that list: http://www.sparkfun.com/products/10822. All of the WiFly modules support WEP, WPA, and WPA2, including the more expensive RN-131 shield you posted.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 39
|
 |
« Reply #3 on: May 03, 2012, 03:57:38 pm » |
Hi
Ok so it's got an external antenna and I've found a uk based supplier but this isn't plug and play is it? I need a shield, what do I need to connect it to a Duemilanove?
>All of the WiFly modules support WEP, WPA, and WPA2, including the more >expensive RN-131 shield you posted.
Is this a comment about the note I had on unprotected networks? I saw that on a forum - is it not true?
Thanks. Garrett
|
|
|
|
|
Logged
|
|
|
|
|
Wellington, New Zealand
Offline
Sr. Member
Karma: 1
Posts: 404
|
 |
« Reply #4 on: May 03, 2012, 04:20:36 pm » |
Hi
Ok so it's got an external antenna and I've found a uk based supplier but this isn't plug and play is it? I need a shield, what do I need to connect it to a Duemilanove?
Yes you need an XBee shield for it. Here's a few that would do: https://github.com/harlequin-tech/WiFlyHQ/wiki. Any XBee shield should work provided it has a correct solution for the 5V to 3.3V level translation on the DIN pin for the WiFly / XBee. >All of the WiFly modules support WEP, WPA, and WPA2, including the more >expensive RN-131 shield you posted.
Is this a comment about the note I had on unprotected networks? I saw that on a forum - is it not true?
Yes that's a fabrication. The datasheet is probably a more reliable source of information. Which forum gave you the misinformation? Edit: Here's the RN-131 datasheet, same protected networks as the RN-XV: http://www.rovingnetworks.com/resources/download/11/RN_131
|
|
|
|
« Last Edit: May 03, 2012, 04:23:48 pm by dhunt »
|
Logged
|
|
|
|
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 22
Arduino neewbie
|
 |
« Reply #7 on: May 04, 2012, 01:59:26 pm » |
Hi! Been looking at the links posted, learning something new everyday, thanks to the posters!  But what (and do pretend you are talking to a less than stellar part of the human community  ) - If cost was no problem. - A shield fitting the Mega. - A somewhat mature/stable library ...what would you recommend? Cheers E-Joe
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 39
|
 |
« Reply #8 on: May 04, 2012, 02:18:23 pm » |
when choosing, always go with the most popular/widely used. And that appears to be wifly.
Good to know, I was worried about examples and finding support if this was complex. What's the adaptor for? I thought it was: Duemilanove -> xBee Shield -> WiFly Is there something else that needs to be in there? Garrett
|
|
|
|
|
Logged
|
|
|
|
|
Wellington, New Zealand
Offline
Sr. Member
Karma: 1
Posts: 404
|
 |
« Reply #9 on: May 04, 2012, 03:56:54 pm » |
What's the adaptor for? I thought it was: Duemilanove -> xBee Shield -> WiFly Is there something else that needs to be in there? Yes you are correct, you just need the shield and the WiFly RN-XV. Resistor voltage dividers for 5V to 3.3V are fine. The diode solution on the sparkfun XBee shield is an example of a broken solution that does not work. The shield you ordered looks like the same one from DFRobot. I have one and it works, although it reboots the arduino whenever the WiFly reboots, and I cut off pins 0 and 1 and soldered a couple of jumper wires to them so I could connect them to other pins (8 and 9) to use software serial.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 39
|
 |
« Reply #10 on: May 04, 2012, 04:23:36 pm » |
Yes you are correct, you just need the shield and the WiFly RN-XV. Resistor voltage dividers for 5V to 3.3V are fine. The diode solution on the sparkfun XBee shield is an example of a broken solution that does not work.
Sorry panicky I bought the wrong one. The shield you ordered looks like the same one from DFRobot. I have one and it works, although it reboots the arduino whenever the WiFly reboots, and I cut off pins 0 and 1 and soldered a couple of jumper wires to them so I could connect them to other pins (8 and 9) to use software serial. Same code so I hope so. Thanks for reassurance. Garrett
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Full Member
Karma: 5
Posts: 194
|
 |
« Reply #11 on: June 01, 2012, 06:19:32 pm » |
I've suggested this several times already in other threads. You can just use a standard Ethernet shield with its widely used library and then connect a little pocket router to it. For example a TP-Link tp wr702n. Still pretty mobile and not more expensive than most of the WiFi shields. But with the BIG advantage of being able to use the Arduino Ethernet Library out of the box.
It works very nicely in my project, which utilizes two other libraries that themselves use the the Ethernet Library (Bonjour, and ArdOSC).
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 42
|
 |
« Reply #12 on: June 02, 2012, 02:47:57 am » |
What he said ... I use Asus 330gE transceivers, which are 30 pounds (this is in the UK) instead of the 70 or so which is the cheapest 802.11g shield I can find. They have a pretty good range, and simply plug into the Ethernet connection; as a transceiver they don't take much power.
They can also act as a base station, as well, but I haven't looked at that.
Will
|
|
|
|
|
Logged
|
|
|
|
|
|