Simblee BLE Documentation?

I am trying to connect to the Simblee BLE module on the Ganglion board from numerous devices. Might there be documentation I can review? I am awash in Simblee versions and don't know the model number. What might my next step be?

Comments

  • One of the connections must come directly from an android app.

    Here are the logs:

    10-22 09:25:18.889 27777-27777/com.openbci.BLE I/zygote64: Late-enabling -Xcheck:jni
    10-22 09:25:18.969 27777-27798/com.openbci.BLE I/zygote64: Debugger is no longer active
    10-22 09:25:18.995 27777-27777/com.openbci.BLE W/ActivityThread: Application com.openbci.BLE is waiting for the debugger on port 8100...
    10-22 09:25:18.997 27777-27777/com.openbci.BLE I/System.out: Sending WAIT chunk
    10-22 09:25:21.288 27777-27798/com.openbci.BLE I/zygote64: Debugger is active
    10-22 09:25:21.406 27777-27777/com.openbci.BLE I/System.out: Debugger has connected

    10-22 09:25:21.406 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...
    10-22 09:25:21.607 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...
    10-22 09:25:21.807 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...
    10-22 09:25:22.008 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...
    10-22 09:25:22.208 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...
    10-22 09:25:22.409 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...
    10-22 09:25:22.609 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...
    10-22 09:25:22.810 27777-27777/com.openbci.BLE I/System.out: waiting for debugger to settle...

    10-22 09:25:23.020 27777-27777/com.openbci.BLE I/System.out: debugger has settled (1482)

    10-22 09:25:23.110 27777-27777/com.openbci.BLE I/InstantRun: starting instant run server: is main process
    10-22 09:25:23.399 27777-27795/com.openbci.BLE I/zygote64: Do partial code cache collection, code=6KB, data=18KB
    10-22 09:25:23.399 27777-27795/com.openbci.BLE I/zygote64: After code cache collection, code=6KB, data=18KB
    10-22 09:25:23.399 27777-27795/com.openbci.BLE I/zygote64: Increasing code cache capacity to 128KB
    10-22 09:25:23.400 27777-27795/com.openbci.BLE I/zygote64: Do partial code cache collection, code=6KB, data=37KB
    10-22 09:25:23.400 27777-27795/com.openbci.BLE I/zygote64: After code cache collection, code=6KB, data=37KB
    10-22 09:25:23.400 27777-27795/com.openbci.BLE I/zygote64: Increasing code cache capacity to 256KB
    10-22 09:25:23.400 27777-27795/com.openbci.BLE I/zygote64: Compiler allocated 8MB to compile void android.widget.TextView.<init>(android.content.Context, android.util.AttributeSet, int, int)
    10-22 09:25:23.422 27777-27981/com.openbci.BLE D/OpenGLRenderer: HWUI GL Pipeline

    10-22 09:25:23.541 27777-27981/com.openbci.BLE I/Adreno: QUALCOMM build                   : 7142022, Ib5823dd10c
                                                             Build Date                       : 06/23/17
                                                             OpenGL ES Shader Compiler Version: EV031.18.00.00
                                                             Local Branch                     : O11A
                                                             Remote Branch                    : 
                                                             Remote Branch                    : 
                                                             Reconstruct Branch               :
     
    10-22 09:25:23.542 27777-27981/com.openbci.BLE I/vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib64/hw/gralloc.msm8992.so from the current namespace instead.

    10-22 09:25:23.550 27777-27981/com.openbci.BLE I/Adreno: PFP: 0x00000000, ME: 0x00000000
    10-22 09:25:23.555 27777-27981/com.openbci.BLE I/OpenGLRenderer: Initialized EGL, version 1.4
    10-22 09:25:23.555 27777-27981/com.openbci.BLE D/OpenGLRenderer: Swap behavior 2

    10-22 09:25:27.578 27777-27777/com.openbci.BLE D/BluetoothAdapter: startLeScan(): [00002220-0000-1000-8000-00805f9b34fb]
    10-22 09:25:27.584 27777-27777/com.openbci.BLE D/BluetoothAdapter: isLeEnabled(): ON
    10-22 09:25:27.609 27777-27803/com.openbci.BLE D/BluetoothLeScanner: onScannerRegistered() - status=0 scannerId=5 mScannerId=0
  • Check out how the connection was made in the ganglion-ble driver!

Sign In or Register to comment.