austinbv / dino

Dino is a ruby gem that helps you bootstrap prototyping with an Arduino
MIT License
388 stars 84 forks source link

Implementing I2C ADXL345 accelerometer with Dino 0.11.3 #79

Open ghost opened 9 years ago

ghost commented 9 years ago

Hi. I am implementing ADXL345 I2C Accelerometer from Seeed Studio. I am seeking for advice from anyone who has figured out how to extend Dino gem and sketch to make them work with an I2C module.

For now I am just trying to read Activity / Inactivity from the ruby script.

Thanks.

vickash commented 9 years ago

See #75, which also requires an I2C interface. Also, you should try to base your changes on 0.12.0 branch instead of 0.11. There were a lot of changes that make it easier to extend.