I would like to send data from Arduino Nano 33 BLE to the Serial Bluetooth Terminal app.
With the HC05 module it was easy. I don't know how to do it with BLE. I know you have to assign a GATT with Services and Characteristics.
Kai Morich's Android app Serial Bluetooth Terminal uses the Nordic_UART Service by default. There may be ways to change the app to use a custom service, but I have never tried to so.
You will need to write a program for the Nano33BLE which uses the Nordic UART Service UUIDs.
There is a library which you can use with the Nano33BLE which implements that service. It is available through the library manager. ArduinoHardwareBLESerial
There is an issue with this library and the Serial Bluetooth Terminal app, and without modification of the library the app fails to connect with the Error message
connection failed: no write characteristic(4/16)
To fix this error, go into the library .h file and see line 101