PK
v0.5.0
Published
Simple module for reading data from a Bosch BMP085 barometer.
Downloads
2
Readme
node-red-pk-test
A Node-RED node to send and receive data from a pk-test board using I2C interface.
Install
Run command on Node-RED installation directory
npm install node-red-pk-test
Pre-reqs
For Raspberry Pi users: enable i2c on your Pi and add pi user to i2c group
Usage
Return msg.payload.
msg.payload.testData0 - data0
msg.payload.testData1 - data1
This just sends and receives some test data.