RobG 1,892 Posted October 22, 2013 Share Posted October 22, 2013 (edited) Buy: The 43oh Store or Rob's Tindie Store. The newest version of the Ethernet BoosterPack is based on the newest chip from WIZnet, W5500. P1.5 - SCLK P1.6 - MISO P1.7 - MOSI P2.3 - /CS P2.4 - /INT P2.5 - /RST Configuration jumpers are on the bottom, PMODE1-PMODE3, LINK LED, and ACT LED. LED jumpers control which LEDs are used, on board or socket. Available on Tindie. Edited February 27, 2014 by bluehash [ADMIN] Added store and Tindie links to top. energia, bluehash, 4jochen and 11 others 14 Quote Link to post Share on other sites
bluehash 1,581 Posted October 22, 2013 Share Posted October 22, 2013 @@RobG Any videos, tutorials on this? Quote Link to post Share on other sites
RobG 1,892 Posted October 22, 2013 Author Share Posted October 22, 2013 Not yet. W5500 is different from W5200 in many ways and it requires new code. I will post something next week. bluehash and energia 2 Quote Link to post Share on other sites
RobG 1,892 Posted November 1, 2013 Author Share Posted November 1, 2013 Code is almost ready, BP seems to work as expected, ordering 50 sets ( should have them ready right before Xmas ) 4jochen 1 Quote Link to post Share on other sites
RobG 1,892 Posted November 16, 2013 Author Share Posted November 16, 2013 Simple test. 200ms delays were inserted between functions to show status changes. bluehash and username 2 Quote Link to post Share on other sites
javakys 5 Posted November 17, 2013 Share Posted November 17, 2013 Wonderful! You seemed to implement web server and parser? When I saw your above post, you must have used old LauchPad using MSP2553, not MSP430F5529. I have suffered by its too small memory size. But, you looks implemented driver of W5500 and LCD, and code for web server and HTML parser on 4Kbyte flash and 0.5Kbyte Ram. It's really awesome. Can I ask you how many bytes its code size is? Thank you. Quote Link to post Share on other sites
bluehash 1,581 Posted November 18, 2013 Share Posted November 18, 2013 @@RobG Sweet one Rob. Quote Link to post Share on other sites
RobG 1,892 Posted November 18, 2013 Author Share Posted November 18, 2013 As it is right now, the code is 9.5k Flash and 360 RAM (without graphics library, it's only 3.3k Flash.) Now, this is not a fully blown web server and it's limited to GET requests. Quote Link to post Share on other sites
RobG 1,892 Posted November 19, 2013 Author Share Posted November 19, 2013 Here's one practical use, HTTP -> DMX controller. Quote Link to post Share on other sites
gurista 0 Posted November 20, 2013 Share Posted November 20, 2013 How much different is the firmware for the W5500 from the W5200? Wiznet says that they are different but they aren't specific. I don't know why the W5500 didn't come with W5200 or W5100 "emulation". I am trying to use the W5500 as its cheaper but Wiznet didn't make a demo board for the W5500 yet. They make the interface board but it would be nice if there was a board with a processor and code that could just be loaded and run. Its hard when there are too many variables. Gary Quote Link to post Share on other sites
RobG 1,892 Posted November 20, 2013 Author Share Posted November 20, 2013 The firmware is not that much different. There are few minor differences (related to registers) and one major one, which is the way you communicate with the chip. I am using my W5200 code and only had to make few changes. 4jochen 1 Quote Link to post Share on other sites
RobG 1,892 Posted November 20, 2013 Author Share Posted November 20, 2013 New server software reaper7 1 Quote Link to post Share on other sites
RobG 1,892 Posted November 22, 2013 Author Share Posted November 22, 2013 In store now. Quote Link to post Share on other sites
adav 2 Posted December 1, 2013 Share Posted December 1, 2013 Hello Rob, I have ordered this from tindie store. Can you please point me to latest source code of MSP430 for accessing W5500 booster pack? In your previous post, you said you have made small changes to 5200 code to make it work on 5500, it would help if you can share your changes. thanks. Albert. Connycola 1 Quote Link to post Share on other sites
RobG 1,892 Posted January 8, 2014 Author Share Posted January 8, 2014 My server software is not ready for prime time yet, so here is the driver part. This should be enough to get things going for those who have my v3 BP or use W5500. UPDATE: there was a little bug in the code, now fixed, thanks Besi. W5500.zip 4jochen 1 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.