username 198 Posted April 8, 2012 Share Posted April 8, 2012 The fully integrated stack seems mightily appealing for Ethernet stacks are generally a pain. This chip I believe is what Arduino uses for its Ethernet shield. Only thing that scares me about this chip is the datasheet. The chinglesh in the datasheet is rather frightening if you read the whole thing through. Quote Link to post Share on other sites
RobG 1,892 Posted April 9, 2012 Author Share Posted April 9, 2012 As far as I can see, they are quite cheap (~5 USD at Mouser) compared to the ENC28J60 (~3.5 USD). For the 1.5 USD extra you get a TCP/IP implementation and more RX/TX memory (8KB vs 32KB). Good deal, or too good to be true? They are $3.69 at Saelig. I am getting the WIZ820io this week, which is based on W5200. Once I get it working with LaunchPad, I will finish up my Ethernet board and send it to Seeed. Is there any interest in a group buy? W5200@$3.69 + MagJack@$2.99 + ~$12 S/H(Saelig), boards ~$1.50 each (Seeed,) and finally S/H (TBD.) Ordering other parts (xtal, ferrites, resistors, caps) from Avnet or Mouser is a possibility. Quote Link to post Share on other sites
GeekDoc 226 Posted April 9, 2012 Share Posted April 9, 2012 Is there any interest in a group buy? ABSOLUTELY! "Full Kit" is always best for me, but I'd go for whatever the group wanted. I've had an idea for a network-controlled scoreboard/timer, and this would make it pretty easy! Quote Link to post Share on other sites
xpg 127 Posted April 9, 2012 Share Posted April 9, 2012 Is there any interest in a group buy? I am interested. Quote Link to post Share on other sites
RobG 1,892 Posted April 9, 2012 Author Share Posted April 9, 2012 Here's the initial BOM // Seeed 1 x PCB // Saelig 1 x W5200 1 x RB1-125BAG1A // Mouser 3 x BKP1608 HS 121 1 x ABLS-25.000MHZ-B2F-T // resistors 12 x 10k 0603 2 x 220 0603 4 x 49.9 1% 0603 1 x 1M 0603 1 x 28.7k 1% 0603 // caps 11 x 0.1 0603 2 x 18p 0603 2 x 10u/10V 2012 1 x 3u3/16V 2012 //optional things 1 LDO, TBD 2 x 10u/10V 2012 1 x 0.1 0603 1 optional MSP430G2553, TSSOP or DIP 2 optional optos, TBD GeekDoc 1 Quote Link to post Share on other sites
perfectfire 0 Posted April 12, 2012 Share Posted April 12, 2012 I would want in on maybe 2. Maybe a few more than that. Quote Link to post Share on other sites
RobG 1,892 Posted April 12, 2012 Author Share Posted April 12, 2012 I am almost done with the layout. However, I just got my WIZ820io (which is what I am using as a reference for my booster pack) and now I am thinking of using a different MagJack. For now, I will concentrate on the driver to make sure I can get W5200 to work with 2553. @username, as you can see, even though this is QFN, it should be fairly easy to solder. SugarAddict 1 Quote Link to post Share on other sites
cubeberg 540 Posted April 12, 2012 Share Posted April 12, 2012 If the full kit isn't over $30, I'm in for 1. Can't be any worse to solder than those tiny LCD connectors. Quote Link to post Share on other sites
cubeberg 540 Posted April 12, 2012 Share Posted April 12, 2012 BTW - datasheet says 3.63 is absolutely maximum voltage. Might want a 3.3v LDO. Quote Link to post Share on other sites
RobG 1,892 Posted April 13, 2012 Author Share Posted April 13, 2012 I am running it @ 3V right now, but once I finish the code, I will bring it up to 3.6V and leave it running overnight. OK, init works, let's open some connections! kff2, xpg, bluehash and 1 other 4 Quote Link to post Share on other sites
SugarAddict 227 Posted April 13, 2012 Share Posted April 13, 2012 You and your tape... heh I'd go for 2, looks like cake to solder to me. Quote Link to post Share on other sites
bluehash 1,581 Posted April 13, 2012 Share Posted April 13, 2012 Woohoo. This is good. Quote Link to post Share on other sites
GeekDoc 226 Posted April 14, 2012 Share Posted April 14, 2012 Woohoo. This is good. No, ,this is Dead Sexy! This opens up so many possibilities! :thumbup: Take that, Arduino, with your $30 dev board and $50 ethernet attachment! RobG 1 Quote Link to post Share on other sites
kff2 22 Posted April 14, 2012 Share Posted April 14, 2012 This is really cool. I'd love to get a couple of full kits. Out of curiosity, how many bytes of code did you need for that ping example? Quote Link to post Share on other sites
RobG 1,892 Posted April 14, 2012 Author Share Posted April 14, 2012 To get the interface up, all you need to do is write few values to W5200's registers: IP, mask, gateway, MAC, and buffer sizes. Besides your regular MSP setup, you need few lines of code to send/receive SPI and few lines of code to set memory address and write data to it. The hardest part is parsing incoming data, everything else is a breeze. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.