Wiring UART communication between Arduino Nano SoftSerial and STM32F103C8T6
Hello!
I have an STM32F103C8T6 (BluePill) as master device. It need to collect some data from and Arduino Nano over UART, so the communication is monodirectional Nano -> STM32 -> PC
At a Nano, i can define any two digital ports to be softserial (D2, D3) . On the STM32 side, i use now the Serial2 (A2, A3) with an CP2104 USB TTL on 5V to communicate between STM32 and a PC, but can i use in same time also the Serial1 (B6, B7) to communicate between STM32 and the Arduino Nano?
Is enough that i crosswire the B6 and B7 at STM32 side with D3 and D2 Arduino nano Side (Tx->Rx, Rx->Tx) or i need to connect also GND and 5V?
I think the Nano will works with this digital pins at 5V, is this a problem on STM32 side?
