Propeller and Ping Sensor
JP88
Posts: 1
hello
i just got a Propeller Microcontroller and i want to use the ultrasonic ping sensor.. and i also donwload the ICCV7 for propeller: i want to program the ping in C..
does someone know how do i start this project??
i just got a Propeller Microcontroller and i want to use the ultrasonic ping sensor.. and i also donwload the ICCV7 for propeller: i want to program the ping in C..
does someone know how do i start this project??
Comments
In the case of the PING you have to generate a pulse on an I/O pin of a particular width (described in the documentation), then you have to switch the I/O pin to input mode, wait a specific amount of time from the original "start" pulse, then time the width of the input pulse. When you have specific questions, ask. In the meantime, you have some learning (and experimentation) to do. Don't just read the documentation, try out things. You'll learn more and faster that way.