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.
@user158306 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
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:
I am receiving the error "Uncaught Error: Unhandled promise rejection: CCCD Handle not found"
But if I use
The puck will write "1" to the feather.