You are reading a single comment by @netmonk and its replies. Click here to read the full conversation.
  • Well well well,
    Not good.
    As far as i can see:

    plonky@macronetmonk:~/node_modules/espruino/bin$ ./espruino-cli.js --list
    Espruino Command-line Tool 0.1.27
    -----------------------------------
    
    PORTS:
    

    No port listed.
    I can still connect using gatttool, but using a random address on computer side.
    If i use a public address, it doesn't work at all:

    plonky@macronetmonk:~/node_modules/espruino/bin$ gatttool -t random -b FA:EE:05:A7:C7:34 -I
    [FA:EE:05:A7:C7:34][LE]> connect
    Attempting to connect to FA:EE:05:A7:C7:34
    Connection successful
    Notification handle = 0x000d value: 3c 2d 20 54 65 72 6d 69 6e 61 6c 0d 0a 3e 
    [FA:EE:05:A7:C7:34][LE]> 
    
    (gatttool:18294): GLib-WARNING **: 17:06:47.993: Invalid file descriptor.
    plonky@macronetmonk:~/node_modules/espruino/bin$ man gatttool
    plonky@macronetmonk:~/node_modules/espruino/bin$ gatttool -t public -b FA:EE:05:A7:C7:34 -I
    [FA:EE:05:A7:C7:34][LE]> connect
    Attempting to connect to FA:EE:05:A7:C7:34
    [FA:EE:05:A7:C7:34][LE]> 
    plonky@macronetmonk:~/node_modules/espruino/bin$
    
About

Avatar for netmonk @netmonk started