Hello!
I have a requirement to read Nicla Sense data and data from a RS485 device on the one MKR WiFi 1010 board. I can get the Nicla Sense and 485 shields to work separately with the board, but when I try to stack them all together, the Nicla sensor values are printed to the serial monitor fine, but the 485 shield does not work (the data packet I send from my pc serial terminal to the 485 shield via USB to RS485 converter is not printed on the Arduino IDE serial monitor).
I've tried setting up the Nicla as a shield and via ESLOV, but still not luck. Is there a pin conflict somewhere that's blocking the 485 shield comms with the board?