Programming for ultrasonic distance sensor
Up to Development Discussion
Hi.
I just bought a Make Controller Kit and some ultrasonic distance sensors.
The sensors are the Parallax Ping))) - here is a link:
The Controller Kit must be programmed to give the sensors an impulse and then listen for
a returning echo-impulse.
If anyone has experience with using this type of (or similar) sensors together with the Make
Controller Kit I would really like to hear from you.
I am a total beginner in regard to programming controllers.
Best regards Jakob.
to tell ya the truth, i had bought a PING))) at first too, and returned it after i read more about the make controller and realized there are no combination I/O lines like are required for the ping))). Instead it is easier to use a sensor that outputs a simple analog voltage, like a sharp GP2D12 IR sensor or the maxbotix line of ultrasonic sensors....
Until then, it's a bit of a pain to use these particular sensors.Ok.
Sounds like it is quite difficult to get up and running.
Well - at least it is not just me who is an idiot 
I tried some different approaches including the use of the fast_timer class,
but nothing really seamed to work. I guess maybe it is because of the need of
an incredibly fast communication rate...?

