Eyal Cohen

Results 22 comments of Eyal Cohen

This is my Dockefile to run on raspberry pi. ``` FROM node:14 LABEL maintainer="Eyal Cohen" RUN npm install -g node-gyp WORKDIR /app COPY package*.json ./ COPY . . RUN npm...

I have only one machine :-).

After last update: ``` App BLE: activating... +0ms hci setting filter to: 1600000020c10000000000400000 +0ms hci set event mask - writing: 01010c08fffffbff07f8bf3d +4ms hci set le event mask - writing: 010120081f00000000000000...

I am almost sure it it not connected to any device. I am able to connect to it using mobile app. (Do you have faster channel to communicate, messenger, other...

@manekinekko here is some sample data https://drive.google.com/file/d/1ZO2evtkelPVjbTVw3bD62KK--e8O6529/view?usp=sharing

- It was recorded with mobile phone (hci logging option in android) - I will record the sequence and update when ready.

Yes, BTW, I just saw that the bluetooth setting has pin option enabled. Does it change anything? (I have disabled it and the results were the same)

@manekinekko this is the log (not to much) ``` npm run inspect > @manekinekko/[email protected] inspect > npm run build && node dist/inspect.js > @manekinekko/[email protected] prebuild > npm run format >...

I see there are two address, one is public and one is random. Is it expected? To which of them the connection is performed? ``` gap advertisement = {"localName":"D1533287","serviceData":[],"serviceUuids":["00035b0358e607dd021a08123a000300"],"solicitationServiceUuids":[],"serviceSolicitationUuids":[]} +0ms...

Here it is: ``` on -> stateChange: { state: 'poweredOn' } on -> scanStart on -> discover: { peripheral: Peripheral { _noble: Noble { initialized: true, address: 'b8:27:eb:ab:5c:c1', _state: 'poweredOn',...