Page 1 of 1

EASYBLE_ERROR_CHARACTERISTIC_NOT_FOUND

Posted: 14:46, 23 Feb 2016
by bauernbengel2
Hello!

I'm a Newbee in EvoThings and Arduino. I want to communicate from my android to the arduino via bluetooth. If i start the example (Arduino LED on/off) the phone is connected to the arduino. But when i push on or off, the log says:
writeCharacteristic error: EASYBLE_ERROR_CHARACTERISTIC_NOT_FOUND 713d0003-503e-4c75-ba94-3148f18d941e

I use Seeed Studio BLE Shield 1.

Thank you!

Re: EASYBLE_ERROR_CHARACTERISTIC_NOT_FOUND

Posted: 04:28, 25 Feb 2016
by alex
Perhaps you need to modify the profile/id in your code to match that of your shield/radio? Typically the getServices () funktion in app.js

Best

Alex

Re: EASYBLE_ERROR_CHARACTERISTIC_NOT_FOUND

Posted: 08:16, 25 Feb 2016
by bauernbengel2
I found the problem in arduinoble.js on line 142.
Thank you for your Help!