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
Hey Enaon,
as this seems the only way reaching you, I have choosen this way of communication.
For a custom app which I am developing right now I am trying to understand the way I can retrieve information from my EUC InMotion V11. I studied your source code as well as other repos to get an understanding. I established a BLE connection to the device and registered my client to get notifications on Service[0000ffe0-0000-1000-8000-00805f9b34fb] and Characteristic [0000ffe4-0000-1000-8000-00805f9b34fb], still I do not see any incoming data. If I understand it correctly from another repo, just be registering on the Characteristic is not enough. It seems I periodically need to write data to the write characteristic and ask for details, which I will then get back on the rx side, is that correct? Let's say I want constant updates every second, then I need to send requests every second is that right? Could you hint me to the place in your source code where I can see that happening as well what exactly I need to send? Cheers, awesome work by the way. Let me know if you prefer to switch to another communication channel.
The text was updated successfully, but these errors were encountered:
Hey Enaon,
as this seems the only way reaching you, I have choosen this way of communication.
For a custom app which I am developing right now I am trying to understand the way I can retrieve information from my EUC InMotion V11. I studied your source code as well as other repos to get an understanding. I established a BLE connection to the device and registered my client to get notifications on Service[0000ffe0-0000-1000-8000-00805f9b34fb] and Characteristic [0000ffe4-0000-1000-8000-00805f9b34fb], still I do not see any incoming data. If I understand it correctly from another repo, just be registering on the Characteristic is not enough. It seems I periodically need to write data to the write characteristic and ask for details, which I will then get back on the rx side, is that correct? Let's say I want constant updates every second, then I need to send requests every second is that right? Could you hint me to the place in your source code where I can see that happening as well what exactly I need to send? Cheers, awesome work by the way. Let me know if you prefer to switch to another communication channel.
The text was updated successfully, but these errors were encountered: