Cooloo wrote:I'm thinking that between Dout and SPI_MISO I have to put a resistor. My calculations for the are (5-3.3)/2A = 0.85 ohms. As the rating of the dc supply to the Pi is 5V/2000mA.
The 2000mA of the supply doesn't have anything to do with the resistor value.
You'll need two resistors to make a divider circuit. One from Dout to SPI_MISO and one from SPI_MISO to GND. The idea is to split the 5V across the two resistors so that the connection between them is at somewhere about 3V.
Use a 2K2 resistor for the first one and 3K3 for the second and the voltage to SPI_MISO will be 5V / ( 3300 + 2200 ) * 3300 = 3V