I've found what seems to be a solution. Full disclosure: I know next to nothing about C++ or Arduino programming.
The BLEsetup() function in the setup loop would never terminate. I added a return control at the end of that function (which lives in the UART.ino) -- that fixed the issue. Maybe that's not the best way to do it, but for now I am able to pass data back and forth via the BLE connection.
I'm all ears if there is a more correct solution.
Andrew
The BLEsetup() function in the setup loop would never terminate. I added a return control at the end of that function (which lives in the UART.ino) -- that fixed the issue. Maybe that's not the best way to do it, but for now I am able to pass data back and forth via the BLE connection.
I'm all ears if there is a more correct solution.
Andrew