node-temper1
node-temper1 copied to clipboard
Measure temperatures with nodejs and temper1 usb thermometers
Hi, please update NPM package 0.0.9 details at [https://registry.npmjs.org/temper1](https://registry.npmjs.org/temper1/) Dependency for node-hid specifies old package ~0.5.1 which does not compile when installing temper1 I had to manually download temper1 package...
https://github.com/asmuelle/node-temper1/blob/4f44eabd10f2cb8d08478e09625d7235745275b4/index.js#L28 shows that each readTemperature line creates a new HID object. This is a not-insignificant object creation (https://github.com/node-hid/node-hid/blob/265341e25bc2f04c983f2edd13ccc890309d0f84/nodehid.js#L12). It would be sweet to have a persistent object that can be...
I am having problem but not getting any solution. I am using temperature sensor from pcsensor.com I can read data via C program they have given. I am using this...