Other Parts Discussed in Thread: CC2541, CC2540
Hi,
I'm working on a project with the CC2541 BLE, which I am taking data using the UART which already works.
I want to send me the data obtained from the CC2541 UART to iphone 4S which already have the application based on the keyfob and sensor tag.
Everything works fine, connects, I find the services and characteristics, (perform a service and a particular characteristic to read the value).
The problem is that when I try to read the value of the characteristic sends me the following error:
"Error Domain = CBATTErrorDomain Code = 14" Unlikely error. "UserInfo = 0x14564a40 {NSLocalizedDescription = Unlikely error.}"
and then disconnects me with this error:
"Domain disconnected THE PERIPHERAL Error Code = 6 = CBErrorDomain" The connection has timed out unexpectedly. "UserInfo = 0x14564a40 {NSLocalizedDescription = The connection has timed out unexpectedly.}"
At first i thought that the problem was the service and characteristic that had created so that the value just did it send me the service of the battery in the characteristic level but equally sent me the same error.
I have previously been able to send data to iphone 4s by adc.
With the CC2540 Bluetooth low energy USB Dongle using SmartRF Packet Sniffer if I can see the value that gets me the UART.
In the application "TI BLE device monitor" for Android I connect and I can see the value in charge, but iOS can not and me off I'm using.
As additional data DOWNLOAD an application similar to "TI BLE device monitor" called "BLE Utility" and equally to read the feature sends me off error and iOS.
Thank you!