Beja Expert Licensed User Longtime User Feb 25, 2019 #1 Hi Using this example I couldn't modify it rotate the servo in endless loop. Any idea? This is my try. B4X: Timer1_Tick angleservo=servo1.read If angleservo> And angleservo <359 Then servo1.Write(angleservo) angleservo=angleservo +1 [CODE/] End If End Sub Last edited: Feb 25, 2019
Hi Using this example I couldn't modify it rotate the servo in endless loop. Any idea? This is my try. B4X: Timer1_Tick angleservo=servo1.read If angleservo> And angleservo <359 Then servo1.Write(angleservo) angleservo=angleservo +1 [CODE/] End If End Sub
thetahsk Active Member Licensed User Longtime User Feb 26, 2019 #2 Did you see this Servo Tutorial ? https://www.b4x.com/android/forum/threads/servo-motor-and-arduino.66051/ Endless loop with a standard and non modified servo ? Last edited: Feb 26, 2019 Upvote 0
Did you see this Servo Tutorial ? https://www.b4x.com/android/forum/threads/servo-motor-and-arduino.66051/ Endless loop with a standard and non modified servo ?
Beja Expert Licensed User Longtime User Feb 26, 2019 #3 thetahsk said: Did you see this Servo Tutorial ? https://www.b4x.com/android/forum/threads/servo-motor-and-arduino.66051/ Endless loop with a standard and non modified servo ? Click to expand... Thanks thetahsk, Was using the wrong one. Upvote 0
thetahsk said: Did you see this Servo Tutorial ? https://www.b4x.com/android/forum/threads/servo-motor-and-arduino.66051/ Endless loop with a standard and non modified servo ? Click to expand... Thanks thetahsk, Was using the wrong one.