Electronic – MAX485 problem on signal with Arduino

rs485

I'm trying to do communicating an Arduino Mega to an Arduino Nano through RS485 protocol.

In this way, I'm using two MAX485 boards like this :
enter image description here

If I apply this wiring :
enter image description here

I get this signal :
enter image description here

As you can see, the signal output from A and B are same and a little distorded at the beginning.
Would you have an idea why ?

Regards

Best Answer

It is probably due to the fact that you have not connected up the VCC and GND to the two modules. The initial communications transitions are back feeding the VCC and GND through the input protection diodes of the MAX485 until the C1 bypass capacitor gets charged up to a stable value.

Make sure not to run your RS485 transceivers without power applied.

Related Topic