ArduinoGeneral

How can i seperate serial channel and bluetooth channel?

userHead Account cancelled 2021-10-23 12:49:15 298 Views0 Replies
I'm newbie of Arduino and I hava a Romeo BLE.
I have a project the communication between Android mobile and Arduino via BLE.
But Romeo BLE use same hardware serial port to send BLE packet to mobile and to show the debug message.

I want to seperate two serial channel.
- Serial port (USB) : to debug Arduino board
- BLE channel : to communicate with mobile

How can I do that?

Thanks.