Is PIC 8-bit processor for W6100 with DHCP and DNS?

Hello,

I want to use W6100 to transport serial strings over TCP/IP to and from a PIC 8-bit processor. Also, it needs DNS and DHCP.

Is that possible? I saw that there are libraries, but I don’t know if the memory (Flash and RAM) and speed requirements.

Thank you.

Sorry, we not support the project for 8bit MCU,
If you want to use the 8bit MCU, you can use the io6library and it adds in your project file.

Accept that you can’t.

You need to have a lot of RAM for buffers in addition to your program. I’m not at all sure that 64kB can be enough for something. Only PIC32 becomes. It is good to have a fast SPI module with a large FIFO.

In addition, the library provided by WIZnet is not usable with PIC, i.e. you need to write your own to work with the PIC.

As for the speeds, with PIC32MZ and W6100 I achieve about 1.5MB/s transfer in the ideal case.