Hello, im exepriencing some issues in making the subscription work with my arduino.
I have an arduino sending incremental messages every second: "hello - 1" , "hello - 2" , "hello - 3" , etc...
I wrote a small ConnectionManager script and when i tried using the subscribe to characteristic command, it either didnt work at all, or didnt invoke the "CharacteristicChanged" whenever a message was recieved.
the thing is, the BleManager does recieve and log the messages live, and when i try using the ReadFromCharacteristic command to read "manually", it does work.
I might be missing something basic and if it will help ill share the code, but for now i couldnt get it to work so I wanted to ask here for assistance.
thanks in advance :)
Hello, im exepriencing some issues in making the subscription work with my arduino.
I have an arduino sending incremental messages every second: "hello - 1" , "hello - 2" , "hello - 3" , etc...
I wrote a small ConnectionManager script and when i tried using the subscribe to characteristic command, it either didnt work at all, or didnt invoke the "CharacteristicChanged" whenever a message was recieved.
the thing is, the BleManager does recieve and log the messages live, and when i try using the ReadFromCharacteristic command to read "manually", it does work.
I might be missing something basic and if it will help ill share the code, but for now i couldnt get it to work so I wanted to ask here for assistance.
thanks in advance :)