Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 10 months ago.
Does/When will Ethernet be supported on this board
Hi, does the mbed Ethernet library work on this board? I don't think it has been ported yet, has it? Any time estimate when this will be available?
Question relating to:
2 Answers
9 years, 8 months ago.
Hi Yihui,
I have bought this board and there is no way to get the Ethernet work. I tried Your example but with no result. The Arch Max takes a timeout after eth.init() or eth.connect() and is walking up to the "break;" and stops because there is no connection. I tried the Sample "Arch_Max_SD_HTTP_Server" with the same mistake. But from Your dependencies with the Sample "HTTP_SDcard_file_server" on a LPC1768 it works fine.
Do You have an idea to help me?
Berry
Hi Berry,
Did you try to use a static IP or Are the LEDs of Ethernet connector turned on? If the board is broken, you can describe the issue on http://www.seeedstudio.com/depot/index.php?main_page=support. Our staffs will look into it.
Yihui
posted by 27 Apr 20159 years, 10 months ago.
Hi,
http://developer.mbed.org/users/yihui/code/Arch_Max_Ethernet_Dev/ is a initial try to make Ethernet library work. It doesn't works yet, data is only able to received (UDP data rx example works).
It works now. http://developer.mbed.org/users/yihui/code/Arch_Max_Ethernet_Dev/