Hello community,
I am trying to make a Flir Lepton thermal camera work on an Arduino Due with the W5500 ethernet module. Both are connected to the same SPI bus, using different CS pins. Separately (1 Module connected to the SPI bus at a time), the modules work like a charm. As soon as I connect them both to the bus, the ethernet stops working. It shows me 0.0.0.0 as the server IP. The Flir still works though.
This is what I tested yet:
- both on SPI bus, webserver example code, CS for the Flir HIGH -> server shows 0.0.0.0
- Ethernet fully on SPI, Flir only the clock pin on SPI -> server shows 0.0.0.0
- changed ethernet spi mode to 3, changed the SPI maximal frequency from 8Mhz to 16 or 4 -> server shows 0.0.0.0
I ran out of ideas, maybe someone has an idea what the problem could be ?
Thanks a lot !