You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So sorry to drop the ball on this! Could you put a breakpoint at line 257 of BLEDelegate.mm in the method - (void) send:( unsigned char *) data len:(int)length and let me know what happens in there? I'm wondering if there's problem with the characteristic definitions somehow?
Hi again,
I´m still having problems to get a working communication from the iphone app to a RFduino.
The code is quite the same as the example code:
Just checking if the touch event is executed:
And connecting to my particular device:
The connection is working and the touch is executed but no data are recieved on the Arduino end.
2016-01-15 15:09:21.911 HelloBT[813:222123] Creating OpenGL ES1 Renderer
2016-01-15 15:09:21.951 HelloBT[813:222123] init
2016-01-15 15:09:21.970 HelloBT[813:222123] central manager state = 5
2016-01-15 15:09:21.970 HelloBT[813:222123] CoreBluetooth BLE hardware is powered on and ready
2016-01-15 15:09:21.970 HelloBT[813:222123] startScan
2016-01-15 15:09:22.010 HelloBT[813:222123] BLEDevice init
didDiscoverBLEDevice
LaurenzRFduino
2016-01-15 15:09:22.010 HelloBT[813:222123] connect ble
2016-01-15 15:09:22.215 HelloBT[813:222123] didConnectPeripheral
2016-01-15 15:09:22.216 HelloBT[813:222123] BLEDevice connected
didConnectBLEDevice
2016-01-15 15:09:22.492 HelloBT[813:222123] didDiscoverServices
2016-01-15 15:09:22.616 HelloBT[813:222123] didDiscoverCharacteristicsForService
didSendData
didSendData
didSendData
didSendData
Thats the other side:
Same thing here: The connection works and I do get an RSSI value but no data is recieved nor can I send anything in the other direction.
The text was updated successfully, but these errors were encountered: