Welcome to Synthiam!

The easiest way to program the most powerful robots. Use technologies by leading industry experts. ARC is a free-to-use robot programming software that makes servo automation, computer vision, autonomous navigation, and artificial intelligence easy.

Get Started
Asked — Edited

Reading A Second Echo To Identify Edges And Small Objects Sr04

I found this "tip" while researching setups from other robot projects and thought it was interesting. If you are using a sr04 ultrasonic sensor it reads the first ping it receives after the trigger pulse and stops. With this setup once the first ping is received it is recycled as a trigger to a second sensor. The second sensor tx must be muted (covered with tape) and the second sensor reads the echo from the back ground. This is for identifying edges of large objects and doorways.

Any suggestions or thoughts are appreciated I just found this interesting and I will add sketches to illustrate what I'm talking about.
User-inserted image


User-inserted image


User-inserted image


User-inserted image


I don't know how the script would be written to utilize edge information but it does seem like this could be useful to inform the robot this is a possible doorway or an object it can go around and not just perceive it as a wall to completely avoid. Thanks guys.


ARC Pro

Upgrade to ARC Pro

Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.

AI Support Bot
Related Content
Synthiam
Based on your post activity, we found some content that may be interesting to you. Explore these other tutorials and community conversations.
#1  
Thats a really good find, Josh.
#2  
I agree with Troy nice find will have to save this post.
#3  
I like to share the cool stuff. I'm sure there's a way to utilize the radar control to do this but not everyone uses the radar pan servo on their robot.
#4  
Either way its still a great idea to get more accurate data for the surroundings
United Kingdom
#5  
The only script commands for the ping sensor are GetPing() and Ping_Wait(). Both of which require a single trig and single echo port. All of the technical stuff and calculations etc. that are required by the microcontroller are done within the GetPing() command.
Belgium
#6  
Very interesting tip ! Thanks a lot !