-
Hi All,
Is the FPU of the nRF52 utilised when working with 32 bit floats?
I would like to find the most efficient method to process data from the accelerometer and I'm a bit confused at the moment:
Bangle.getAccel()
returns floating point values already converted to g. It's not clear though if these should be considered asfloat
ordouble
in terms of C.- The Acceleration Recorder app converts and stores these in an
Int16Array
. However, one might think that aFloat32Array
would be more straightforward and efficient to avoid conversions. - There's a tutorial here in the subject but I wouldn't mind avoiding inline C for now.
I'm new to Espruino/JS and I might be confused by how C types are converted in Espruino. Could someone advise me the best approach?
Thanks,
-Tamás -
Hi, Is it possible that the Acceleration Recorder doesn't work anymore with the latest firmware (v2.07)? It worked before but since the update it gets stuck at "Waiting" after starting a recording.
EDIT1: Just ignore this, apparently a reboot fixed it.
EDIT2: Happened again, so probably better not to ignore it. I'm happy to dig deeper into it but I'm new to the platform and don't really know how to start debugging it.
-
-
@Gordon Just out of curiosity, how do you reflash 3000 No1 F18 watches? Or do they arrive flashed with your firmware from the manufacturer?
@Gordon Thank you for the explanation.