I tried the code on the puck.js to be able to turn the AWOX smart light bulb on and off. After a few switches, a message pops up on my control with the following:
NRF ERROR 0x8 at ?:0
As soon as this message pops up, the puck lights up all 3 leds once, red flashes once and it goes dead until I reset it by holding the button and reinserting the battery.
I have tried my own code to be able to detect light and depending on light levels, it switches the bulb on or off; ideal if you have a pet at home and no one is home :) So I tried the basic code tutorial and I get the same problem. My puck.js has been updated with the latest firmware a few weeks ago.
I also get unhandled promise rejections which I can't catch using try catch blocks.
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,
I tried the code on the puck.js to be able to turn the AWOX smart light bulb on and off. After a few switches, a message pops up on my control with the following:
NRF ERROR 0x8 at ?:0
As soon as this message pops up, the puck lights up all 3 leds once, red flashes once and it goes dead until I reset it by holding the button and reinserting the battery.
I have tried my own code to be able to detect light and depending on light levels, it switches the bulb on or off; ideal if you have a pet at home and no one is home :) So I tried the basic code tutorial and I get the same problem. My puck.js has been updated with the latest firmware a few weeks ago.
I also get unhandled promise rejections which I can't catch using try catch blocks.
Any ideas about these issues?