• Hi Gordon, thank you again for spending time helping me with this.

    I would like to be able to communicate back and forth between the Arduino and the Puck.

    Is there something that I can share from the Bluefruit that would help?

    When I use:

    return require("ble_uart").connect(device);
    

    I am receiving the error "Uncaught Error: Unhandled promise rejection: CCCD Handle not found"

    But if I use

    return require("ble_simple_uart").write(device, "1");
    

    The puck will write "1" to the feather.

About

Avatar for user158306 @user158306 started