Recently I bought an Ultra Sonic Range Finder and I can not find how to use it with arduino
The details are at:
http://www.dauxi.com/KS10X-V110_EN.pdf
If someone could write me a short code that writes the distance to the Serial Monitor. I would be very grateful
Plus a brief explanation
Thank you
yonatan36:
Recently I bought an Ultra Sonic Range Finder and I can not find how to use it with arduino
The details are at:
http://www.dauxi.com/KS10X-V110_EN.pdf
If someone could write me a short code that writes the distance to the Serial Monitor. I would be very grateful
Plus a brief explanation
Thank you
You might want to investigate this thread, and ask the author if his library will/can support your sensor:
http://arduino.cc/forum/index.php/topic,106043.0.html
If not, then you have some work to do (and I would advise you to research how he is doing it - because his method is waaaay better than others)...
The datasheet gives example I2C code for different processors, it should be possible to rewrite them using the Wire library.