
R1D1

I'm new to EZ Robot, so maybe I'm missing something, but I don't think so. Have been using it for a couple of days now. Have a working app on my tablet and can operate from my desktop.
Today I added two "Servo Sliders to the "My Mobile Interface" on my PC and can operate the servos from there. However, when I save the file and download it to my tablet, the Ez Builder app crashes now when I try to open it, displaying the message, "unfortunately ez builder has stopped working", then I acknowledge the popup by clicking yes and the app closes.
If I delete the servo Sliders, and download the updated app, it works again. So there seems to be an issue with the servo sliders working on the mobile app. Is this a bug, or am I missing a step to get them to work there as opposed to just working on my PC?
Thanks,
R1D1
Alan
http://www.ez-robot.com/Community/Forum/Thread?threadId=8181
Alan
Also, I did try deleting the the app and reinstalling it. I see above that this is a known bug. I don't have any other mobile devices, does anybody know of a work around, otherwise I don't have any means of controlling the direction of my camera. Is there perhaps another way of controlling the servo without the servo slider?
Thanks for anyone with some ideas.
You could delete the slider and add left and right buttons to the mobile interface to move the camera servo. You could do it in such a way where when you press a button, the servo would move in small increments which can be set to what you desire. If you need a script example, let me know and I'll post one for you.
Code:
Code:
and for the right
Code:
The part where it says "5" is the amount of position where a servo moves between 1 and 180, so you can change this to suit your needs. This way, every time you press one of the buttons, it will move 5 steps every time until it reaches the maximum set movement. The ">1" and "<180" can also be changes if you what the maximum servo positions limited. Hope that helps.
Excited to get on the the next step of my project.
R1D1