1.0.0 • Published 6 years ago

max31856 v1.0.0

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
6 years ago

max31856-nodejs

Node interface to the max31865 thermocouple converter over SPI on Raspberry Pi, BeagleBone, etc.

This is the author's first NodeJS project, your patientce is appreciated.

The MAX31856 is a SPI based "universal" digital converter for thermocouples. Types B, E, J, K, N, R, S and T are supported by the device.

The reference implementation used for development and testing is Raspberry Pi 3 and the Adafruit MAX31865 breakout board

#References MAX31856 Datasheet

John Robinson's Python max31856 implementation

Brian Cooke's very nice spi-device for Node.