Connection issue with CC2650

Issue #7 resolved
Donnchadh Coffey created an issue

Hello Jason,

I was referred to here from youtube. I purchased the app (uBluetoothLe) over an hour ago from the Asset Store and I have been trying to connect my TI CC2650 to the app after deploying it to Android APK. I initially had trouble even connecting the device to the app until I managed to connect the TI CC250 by changing the name variable from SensorTag to CC2650 SensorTag which the sensor to the app. But now the 3D object won't move and the XYZ values are not changing. The Descriptor, characteristic and service all appear with their corresponding data but still no movement from the 3D model. Please help.

Kind regards Donnchadh

Comments (11)

  1. Donnchadh Coffey reporter

    Hi Jason, Thanks for getting back. Downloaded the dropbox file, but when running the app the scanning doesn't work. No devices appear so subsequently the connect button doesn't work. What do you think the problem is? Thank you for your help.

  2. Donnchadh Coffey reporter

    Upon importing the files into a new unity project it said "The type or namespace name IBleBridge' could not be found. ", So I took theIBleBridge' file from the other project and placed it in this one. This happened similarly with other files (AndroidBleBridge, BluetoothLeDevice, DummyBleBridge,iOSBleBridge). When I dragged the files in there were no errors but when i ran it on an android device it didn't see any bluetooth devices when running the scan, just displayed "scanning for ble devices..." but no options. Please help. Is their any more I need to do?

  3. Jason Peterson

    I don't think you are importing the uBluetoothLe plugin after downloading it from Unity. You have import it into each new project. The SensorTag 2650 script I sent is not stand alone it needs the plugin to run.

    Let me know,

    --Jason

  4. Donnchadh Coffey reporter

    I dragged the SensorTag 2650 files from Dropbox into the uBluetoothLe project (from the asset folder) and then built the scene (SensorTag2650Example) for android apk. But the application is still not picking up any bluetooth devices. Can you tell me where I might be going wrong.

    Thanks for the help

  5. lora

    Hi There! I am having the same issue, though i am not sure if it does what it is supposed to do. When building for android, the plugin works great. It seems to connect properly and find all the devices. It doesnt seem to find any devices when i am running it from my pc though. Does the plugin works only for android and IOS?

    Thanks,

  6. Jason Peterson

    The newest version of the plugin supports OSX, Android and iOS. OSX is a experimental feature. There is no common BLE stack for Windows so Windows isn’t not supported.

  7. lora

    Ah, Thank you very much ! I am currently working in windows, so not much i can do XD, but in general, the plugin is super!

  8. Log in to comment