Yash Parkhi

Results 3 comments of Yash Parkhi

Hey i am getting the same error on my logcat, I have tried diff versions of the plugin 0.2 and the alpha 0.3, unity ver -2022.3.9f ![image](https://github.com/Velorexe/Unity-Android-Bluetooth-Low-Energy/assets/83068397/dfe77e0b-4a8d-4f9a-a2f3-abb3d0f5e35f) Were you able...

I had tried it out for 34 and 33 and minimum was 22 ![image](https://github.com/Velorexe/Unity-Android-Bluetooth-Low-Energy/assets/83068397/fa5d81ca-6bea-42e1-90a6-2b29e8dc05b2)

Hey i manged to connect to it and using this to print data using UnityEngine; using Android.BLE; using Android.BLE.Commands; public class BleDataReceiver : MonoBehaviour { private string deviceAddress = "34:B7:DA:52:98:21";...