Suggestions for choosing ethernet module for STM32... ENC28J60/W5500/W5100
I'm working on a project where I need to send and receive http requests/response over tcp/ip, I can get only 3 ethernet modules from my local store - ENC28J60/W5500/W5100. After doing some research I found out basically all 3 of them can work for me, but at the same time none of them have proper HAL library I can use to easily implement them in my project.
So I need an advise on whichever one of those 3 I should use, which would be simpler to add and work on?
If anyone already used them in HAL previously and already has a working library I'd appreciate it, otherwise I'll need to port them from Arduino libraries.
