timurrrr/arduino-RaceChrono

Unstable connection

Closed this issue · 1 comments

sikrip commented

Hello,

Thanks for providing this library to the community!

I am trying to connect to RaceChrono using the library.

Racechrono is able to find and add the test device but when trying to connect it goes into loop like this

connecting(waiting) -> connected -> connecting(waiting) etc

and in the Serial Monitor I get

Setting up BLE...
BLE is set up, waiting for an incoming connection.
...
Connected.
RaceChrono disconnected! Waiting for a new connection.
Connected.
RaceChrono disconnected! Waiting for a new connection.
etc

Have not been able to send data to racechrono (I am trying the SendSomeData example).

I am using Adafruit Feather nRF52832 / RaceChrono 7.6.5 for Android.

Any idea of what is wrong?

Thanks,
George

sikrip commented

Figured out what I was doing wrong.

I was adding the device using the "OBXLink CX Bluetooth LE (Can-Bus)" option.

The device was added successfully but was not functioning.

By adding under the "RaceChrono DIY -> Bluetooth LE" option it works fine.