Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I read temperature from a MAX31855K Thermocouple? #1408

Closed
jazzpeh opened this issue Nov 1, 2017 · 3 comments
Closed

How can I read temperature from a MAX31855K Thermocouple? #1408

jazzpeh opened this issue Nov 1, 2017 · 3 comments

Comments

@jazzpeh
Copy link

jazzpeh commented Nov 1, 2017

I am trying to read temperature output from my connected thermocouple sensor. I am using a breakout (MAX31855K Thermocouple Breakout) module which is not supported by johnny-five at the moment. Are there any ways to make this work?

Here's the link to the setup that I did: https://learn.sparkfun.com/tutorials/max31855k-thermocouple-breakout-hookup-guide/all

Thanks!

@fivdi
Copy link
Contributor

fivdi commented Nov 1, 2017

The MAX31855K is an SPI (Serial Peripheral Interface) device but Johnny-Five currently doesn't support SPI.

Relates issues:
rwaldron/io-plugins#3
Protocol:SPI

Are there any ways to make this work?

It may be possible to bit bang SPI using Pin objects.

@dtex
Copy link
Collaborator

dtex commented Jan 1, 2018

Two paths you could pursue to add support:

  1. Contribute to firmata and add SPI Add SPI firmata/arduino#245
  2. Create a component backpack for this device http://johnny-five.io/news/introducing-i2c-component-backpacks/

@dtex
Copy link
Collaborator

dtex commented Jan 11, 2018

Hi @jazzpeh ,

Johnny-Five contributors and maintainers are loathe to close issues where someone has a need. We don't want anyone to ever feel that we don't care, but we just haven't gotten to this feature yet. Rather than leave it languishing as an open issue we have created a Requested Features page and added your request for the MAX31855K there.

@dtex dtex closed this as completed Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants