ftjuh / RCWL_1X05

An Arduino library for the I2C mode of ultrasonic distance sensors RCWL-1605, RCWL-1005, and probably HC-SR04P, with some extra info
GNU General Public License v2.0
6 stars 0 forks source link

How to use many sensors? #3

Closed Modifikator closed 1 year ago

Modifikator commented 1 year ago

I want to connect 3 sensors via i2c or 1-wire interface.

ftjuh commented 1 year ago

This device's I2C address is fixed to 0x57, you'll need an I2C multiplexer or multiple I2C buses. One wire should not be a problem if you have the spare pins, but this is not something concerning my driver.

Please use Discussions for general questions like these in the future.