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
@rajatsawant Hi, peripheral mode is still largely untested. What happens if you send a very simple value, like a byte with value 1 for example? Does that arrive as expected? Is it an array of bytes that does not work?
@mikaelkindborg
Thanks for replying.
In the onWriteRequest callback, i am supposed to get an ArrayBuffer as the data from the master. But I get a garbage string. And it changes every time even though the data from the master is the same.
Regards.
Ionic code.txt
The data I receive is in string format and a garbage value, changing every time i send the same message from a central ble.
The text was updated successfully, but these errors were encountered: