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

can this sensors be used as transmitters or receivers only ? #2

Closed susano254 closed 1 year ago

susano254 commented 1 year ago

I am trying to make a 3d trilateration using the hc-sr04 and came across these sensors with the usual hcsr04 we just cover the transmitter side on the receiver But I think a single module like the RCWL_1005 will be more compact for my project so my question is can it be configured to only transmit or receive ?

ftjuh commented 1 year ago

I think in serial "GPIO"/two wire mode it should work just as the HC-SR04.

PS: please use issues only to report problems or raise questions concerning my code, use discussions otherwise.