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
Resolved Resolved by JustinRatliff!

Radar Scan Control

Does the radar scan control work via the mobile interface or is it just scripting?

Thanks


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.
#2  
No. Its not an option and it would not work at this time. The mobile app only provides movement control, temp and voltage readings and microphone output (allowing you to speak through the EZ-B). Check out the Mobile App Introduction under the "Learn" section.


http://www.ez-robot.com/Tutorials/Default.aspx?id=8
United Kingdom
#3  
You could easily replicate the radar functions through EZ-Script which will work with the mobile app:)

Basically you just need a script that moves a servo from one position to the centre position to another position and back again, inbetween each movement check the Ping and act accordingly. This is pretty much the basis of my Ping Roam scripts, if you check the first version I wrote (it's in the cloud) it was basically a clone of the radar control.
#4  
@Rich, I would disagree to the extent that you would lose the visual feedback. If the goal is to make sure the robot can use the PING sonar, then I agree scripting the entire process is possible. But you would lose any visual indication of the RADAR effect in the mobile app, would you not?
United Kingdom
#5  
Yes you would lose the visual effects but the functions could be scripted, i.e. scan only while moving forward, control movement panel, reverse before turn and scanning a greater area by using a moving servo. I didn't class the visuals as a function.