Arduino Solar Tracker (simple code)
Loading...
800
views
Loading...
Uploader Comments (djfoo000)
see all
All Comments (18)
-
-
Hi I have made for four sensors program, but the problem is I want it to track horizontal first and then vertical or vice versa, but my program is like the vertical and horizontal tracks by moving simultaneously, any way to implement decision
-
@ThisWorldABitch Err... AFAIK servos have a range of 180 degrees. Don't really know much about parts though.
-
Hiiii
Can you please tell me how your mini servos are moving 0-180 degrees ? Because As far As I know all mini servos have range between 0-90 Degrees only
Loading...
I want the horizontal motor to move first and then the vertical rather than having simulatneous movement, can you tell me how to achieve that ?
ThisWorldABitch 2 weeks ago
@ThisWorldABitch If you want to accentuate the robotic movement, just prolong the delay. In this case, use delay(500). I used delay(10) in my code. You can try any number bigger than 10.
djfoo000 2 weeks ago
@djfoo000 I was told that i should not use the same loop for vertical and horizontal axis, i dont get that part, any way of coding by having another loop ?
ThisWorldABitch 2 weeks ago
@ThisWorldABitch Errr... Not very proficient in programming. I only learn the parts that enable me to build this project.
djfoo000 2 weeks ago
@djfoo000 NO , it is not moving one motor one after the other, if you look carefully , it is moving both the motors simultaneoulsy, isnt there any way we can command one of the actions to perform first. (it has nothing to do with the delay)
ThisWorldABitch 2 weeks ago
@ThisWorldABitch Hrmm... I didn't really investigate it deeply. The assembly was disassembled long time ago. You probably need to consult someone more proficient in this area. My apologies.
djfoo000 2 weeks ago