-
-
-
Hi,
I setup a simple GATT TimeService 0x2A2B : 0x2902 with nRF Connect on Android (Nexus 5X).
Trying gatt.connect() with the following simple script from puck results in Connection Timeout:
NRF.findDevices(function(devices) { console.log(devices[0]); devices[0].gatt.connect().then(function(g) { g.disconnect(); }); }, 3000);
Any hint?
EspruinoHub doesn't work for me. My outdoor scenario requires data transfer between regular cell phones and pucks - a lot of pucks ;) I try to use your puck as a timestamp-unit for orienteering. Every time a puck get in range of a cell phone running my app it should synchronize its collected timestamps-data to my central portal. So it's absolutely necessary to transfer data between puck and android.
Are there any options for debugging?