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

2 or more max31865 #1

Open
Passecoul opened this issue May 19, 2017 · 2 comments
Open

2 or more max31865 #1

Passecoul opened this issue May 19, 2017 · 2 comments

Comments

@Passecoul
Copy link

Hi Steve,

Thanks a lot for your work on this subject ;)

First you say we can connect to any grio with your codes. Does the Python code doesn t need to activ spi mode on the raspberry setup? Or we have active spi ?
Cause if we try to connect more than one max31865 ie for instance 4 boards do we have to active other gpio than ce0 and ce1? I m don t Know how to change the code to have 4 boards wirking at the sale Time (i Know how to connect), i have a little idea but i m not sure it ll work (i ve no knowedge programming Python codes)

I you Could Help i ll be really great.
Thanks again Steve

@Manuel83
Copy link

I have the same question. I like to connect two sensors.
Does that mean that I have just to create 2 instances with different csPIN?

Of course I would need 2 max31865 boards.

Example

# GIPO 8
max1 = max31865.max31865(8,9,10,11)
# GIPO 19
max2 = max31865.max31865(19,9,10,11)

max1.readTemp()
max2.readTemp()

@kwed5d
Copy link

kwed5d commented Jun 28, 2017

Manuel83,

Please see the following, I think it might help.
https://www.maximintegrated.com/en/app-notes/index.mvp/id/3947

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants