I'm new to the Arduino world (more like new to everything involved in Cricuitry, but for work i have to come closer to this).
I kinda like it, I've studied C++ at school, so it's been easy to adapt myself to Arduino C.
Anyway, I've been working on this project for a while, and I'm currently close to the alpha testing.
It's my very first project so I'm incurring many problems.
One of which is: I have a bunch of libraries to configure Arduino and make him "chat" with a BMD ATEM 1 m/e. I also have an Arduino Ethernet Shield 2 W5500, so I read on the internet it works with an updated Ethernet library. Ofc the protocol i'm following is a bit old, so it's not updated and its libraries use the classic Ethernet lib (Arduino Ethernet Shield W5100).
The question is: Can I use my AES W5500 with the old library without any problem? Or i should buy a W5100?
PaulS:
You can use the W5500. Whether it works with the "old library" or not depends on what the "old library" expects the ethernet shield to do.
Specifically, which "old library" are you talking about?
Thanks for the answer!
Well, i found this: https://github.com/arduino-org/Arduino/tree/master/libraries/Ethernet2 which adds new features. I just assumed the classic Ethernet library was "old" by now. My bad I'd say. I'm of course talking about the Ethernet library included with Arduino once it's installed!
I'll try the shield then, hope I won't burn anything haha