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
4 stars 0 forks source link

Is it possible to use this sensors without micro controller? #1

Closed happytm closed 1 year ago

happytm commented 1 year ago

Thank you for digging all information about these sensors?

I like the size and extra interfaces of these sensors. I was wondering if it is some how possible to pair these sensors with cheap RF 433 wireless transmitters like: https://lastminuteengineers.com/433mhz-rf-wireless-arduino-tutorial/ without using micro controller for simple battery powered wireless application.

Thanks.

ftjuh commented 1 year ago

I2C and serial mode need a controller using the respective protocol to speak to the sensors. Direct modes will need a device that initiates a measurement and takes the time until the echo arrives. So, no, you'll need a microcontroller.

Anyway, please note that issues are for reporting problems with this repository. Please use the discussions page or a forum with a larger audience like arduino.cc for general questions like these.