Adding Ethernet to RP2040? Take a look at W55RP20
WIZnet developed a chip that combines RP2040 and W5500. Let's take a look at the new chip, W55RP20
Hello, Wiznet has released a new chip this time. Raspberry Pi's RP2040 and Wisnet's W5500 have merged into one chip.
Interesting to hear. I'm adding Ethernet to my RP2040 solution.
I think this chip can be used in two ways.
1. W5500 ExtensionsIt can be used like the traditional Ethernet chip that we used to use. In other words, there is a separate main MCU, and the W55RP20 can be used to enable Ethernet like the W5500. So what's better about the W55RP20 than the W5500 in this situation?It is pre-programming and custom services. Just connecting the W55RP20 with SPI to the MCU like the traditional Ethernet chip will allow us to use a lot of Ethernet applications such as TLS and SSL.
2. RP2040 ExtensionsIt is used as a general purpose MCU, like RP2040. It can be used as an RP2040 with TCP/IP Ethernet. I think it would be a really attractive chip for developers developing Serial to Ethernet.It is also a good choice for use in these applications, as the Edge device development can receive a variety of sensing and transfer data to Ethernet.
A few GPIOs are excluded from the board. I heard a few GPIOs were missing when developing the chips, which is a shame. Except for this, it's all like a Pico board.
To install the module, a header must be installed.But from a spatial point of view, I think it would be better to install the module directly without a header.
FW development environment
Unfortunately, python doesn't seem to have been developed yet. C/C++ seems to have been developed.
If you go into the collar, it looks like this, and it's called WIZnet-PICO-C. I think it's probably merged all of Wiznet's Pico Board.
Conclusion
I don't think the features and price are bad. I think it's good that the price is the same as the old Pico board.Personally, I think it will be effective for Serial to Ethernet products.
I wonder what you guys think.Next time, I will proceed with the project with this board or chip and bring it.
Thank you.