Hey i'm writing an application for controlling a MDBT42q module but i'm having issues with the connect disconnect events.
I want to do a Bangle.buzz on connect/disconnect but they never fire.
This should fire once i disconnect but no luck. NRF.on('disconnect', function() {Bangle.buzz()})
How could i debug this further ?
@Gustav 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.
Hey i'm writing an application for controlling a MDBT42q module but i'm having issues with the connect disconnect events.
I want to do a Bangle.buzz on connect/disconnect but they never fire.
This should fire once i disconnect but no luck.
NRF.on('disconnect', function() {Bangle.buzz()})
How could i debug this further ?