Sometimes i get the following error when powering up the baro sensor:
Uncaught Error: I2C Error: Arbitration (start)
at line 1 col 43
Bangle.setBarometerPower(true, "tinyVario");
It seems to be totally random, should i just use "try" and "catch" to repeatedly power up the sensor until i get no error? The sensor still works after this error, but pressure readings are way off.
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.
Sometimes i get the following error when powering up the baro sensor:
It seems to be totally random, should i just use "try" and "catch" to repeatedly power up the sensor until i get no error? The sensor still works after this error, but pressure readings are way off.