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

Multiply sensors #26

Closed
milan-de opened this issue Jul 12, 2017 · 4 comments
Closed

Multiply sensors #26

milan-de opened this issue Jul 12, 2017 · 4 comments

Comments

@milan-de
Copy link

Hi together,

is there any possibility to have 2 or more sensor in parallel connected, so to be able to masure on two different point humidity at the same time ? If yes, how to distinguish between sensors ? It seems that all are having address 0x76 per default.

reards,
Milan

@finitespace
Copy link
Owner

Milan-de,

Yes, from the datasheet, "The last bit is changeable by
SDO value and can be changed during operation. Connecting SDO to GND results in slave
address 1110110 (0x76); connection it to VDDIO results in slave address 1110111 (0x77)..."

See this thread:
https://forum.arduino.cc/index.php?topic=404946.0

Cheers!
Tyler

@milan-de
Copy link
Author

Thanks Tyler,

  1. as I am using I2C interface I do not have access directly to SDO pin (like SPI interface) so I have to send some special message through SDA/SDI line right ?
  2. If so (1.) does your library support setting SDO values to Vddio/GND ?
  3. If (1.) and (2.) possible at all then I would have maximu of two sensors over one I2C bus right ?

regards,
Milan

@finitespace
Copy link
Owner

finitespace commented Jul 13, 2017 via email

@milan-de
Copy link
Author

milan-de commented Jul 15, 2017

Thanks Tyler!

I would say some no name :) it is not Adafruit.
I just corrected my last question as I misunderstood something.

regards,
Milan

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

2 participants