Is there any equivalent to the SPP profile from Bluetooth Classic? I've always used this as a way to transmit custom data using Bluetooth, but I can't seem to find anything equivalent for BLE.
Is there any equivalent to the SPP profile from Bluetooth Classic? I've always used this as a way to transmit custom data using Bluetooth, but I can't seem to find anything equivalent for BLE.
The primary factor deciding how fast the S110 will be able to send data is the connection interval. Please take a look on this: http://devzone.nordicsemi.com/index.php/what-is-connection-parameters
To change it, the SDK includes a module called ble_conn_params, which will send update request based on the defines in the top of main.c of the application. It could be worth looking into. If you still can't make it work the way you want, I'd recommend you to create a new question, attaching your code so that we can take a look.
The primary factor deciding how fast the S110 will be able to send data is the connection interval. Please take a look on this: http://devzone.nordicsemi.com/index.php/what-is-connection-parameters
To change it, the SDK includes a module called ble_conn_params, which will send update request based on the defines in the top of main.c of the application. It could be worth looking into. If you still can't make it work the way you want, I'd recommend you to create a new question, attaching your code so that we can take a look.