How to connect Arduino to core2?

Does anyone know how to connect Arduino to the core2 controller? I am making a project which requires around 20 servos and the controller doesn’t support that many servos so I decided to use an Arduino board.

Thanks in advance,
:grinning: Aarav Garg

Hi Aarav_Garg,

Yes we know how to connect this device to CORE2, you should use UART_TX and UART_RX pins from hExt port for example. It’s quit easy and you can do it analogously to the example from this topic with HC-05. Remember to use the same baudrate on both devices.

Regards,
Hubert.