schme16 / max31856-nodejs

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 100.0%