What does your Puck.js say on the back (opposite side to the BLE Aerial)?
The first version of Puck.js only had a magnetometer which you can use with Puck.magOn(). There was no accelerometer chip on it at all - so making something like Puck.accelOn() work with a software update wouldn't be possible.
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 Jeff,
What does your Puck.js say on the back (opposite side to the BLE Aerial)?
The first version of Puck.js only had a magnetometer which you can use with
Puck.magOn()
. There was no accelerometer chip on it at all - so making something likePuck.accelOn()
work with a software update wouldn't be possible.