• Yes, that looks really neat. The Arduino driver looks trivial - it should just be a few lines of JavaScript. If anyone has one and needs a hand getting it going, just post up here and I'll see what I can do.

    Arduino driver code is at https://github.com/jonco91/hover_arduino­/blob/master/Hover/Hover.cpp if anyone's interested.

    It looks as simple as:

    I2C1.setup(...);
    setInterval(function() {
      var data = I2C1.readFrom(0x42, 18);
      // do stuff with data
    }, 100);
    
About

Avatar for Gordon @Gordon started