Anyone else working to get the Wiz810MJ ethernet interface module to integrate with an AVR? I know of the Arduino effort. However, my use case needs more FLASH and RAM.
At this date, I have gotten a mega128 to control the '810MJ, using fast SPI. With a lot of time spent, the WizNet example for a DHCP client is working. WizNet has a lot of demo software, all based on their eval board with a mega128 that has an added 32KB RAM. However, I'm developing for a target that is less sophisticated, e.g., no external RAM, no LCD, etc.
So pick-and-choose, rearchitecting, etc. is what I am doing, to support DHCP, HTTP server, dynamic HTML, maybe replace AVR bootloader with one based on UDP instead of serial. That done, I can do the actual application I have in mind. The overall scenario is to keep the total cost very low.
So, anyone working in similar tracks?