Saturday 23 December 2017

Retrieve data from an Adafruit 9DOF via nodejs npm i2c-bus

I have been stuck on this for the past few days. I am attempting to get an Adafruit 9 DOF sensor to read on my i2c bus. I am trying to avoid having multiple masters. Currently I am able to communicate to my node async server with the hardware, but that is through an arduino master that is also on the i2c network as a slave.Does anyone have any suggestions on retrieving the data from the adafruit sensor as a slave to my node server via i2c?I am using the npm i2c-bus

Submitted December 23, 2017 at 02:48PM by QuantumObstructions

No comments:

Post a Comment