kelly / node-i2c

Node.js native bindings for i2c-dev. Plays well with Raspberry Pi and Beaglebone.
Other
216 stars 91 forks source link

i2c simply doesn't work #63

Closed steowens closed 9 years ago

steowens commented 9 years ago

So I have a simple class which emits a byte array to an i2c address. When I run the node script it fails to interface with the device. However when I run the same commands using i2cset on the command line, the setup works. It is as though the i2c library is doing nothing at all.

kelly commented 9 years ago

What code are you using? Which version of node are you using? Which embedded system do you have?

steowens commented 8 years ago

I was using the code in this repo on a bealebone. We ended up having to invoke I2c commands via the shell. to get things to work.