node-i2c icon indicating copy to clipboard operation
node-i2c copied to clipboard

Node.js native bindings for i2c-dev. Plays well with Raspberry Pi and Beaglebone.

Results 42 node-i2c issues
Sort by recently updated
recently updated
newest added

Hi, I need a little bit of guidance: `wire.read(length, function(err, res) { // result contains a buffer of bytes });` taking in consideration this function, how can I return result...

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.11.0 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...

dependencies

Is there any interest to keep maintaining this software ? If yes please review/merge: https://github.com/kelly/node-i2c/pull/96 If not I plan to fork it for my own purpose in this area: https://abandonware.github.io/...

Origin: https://github.com/tizenteam/node-i2c Forwarded: https://github.com/kelly/node-i2c/pulls Change-Id: I2ea802fa46de654d3c45acd667afefb7ff88da76 Signed-off-by: Philippe Coval

After update node to 12.x and update i2c to lates version of @abandonware/i2c. I got a segmentation fault on **new i2c();** before with node v 8.x it works perfectly here...

It is unclear to me why i2cdetect and node-i2c would return different results, but this is what I'm seeing... root@beaglebone:/var/lib/cloud9# i2cdetect -y -r 1 0 1 2 3 4 5...

Greetings, I have a Cape connected to a BBB board that has an RTC chip connected to I2C2 and an I/O expander that connects to I2C1. If I run the...

If I stream writes from the master (Raspberry pi) to a slave (Arduino uno) I end up with a [Error: Cannot write to device] error on the master side if...