So here's the Target Bot. D7 is the main servo. D8 is the switch, which uses the GND and Signal cables (no resistors required).
EZ-Script Code:
Servo(d7,38)
Sleep(1000)
Release(d7)
:main
If(GetDigital(d8) = 0)
Goto(hit)
Goto(main)
:hit
Servo(d7,80)
Sleep(1500)
say("Nice Shot")
Servo(d7,38)
Sleep(500)
Release(d7)
return()
By urbanh
— Last update
Other robots from Synthiam community
Buratino's Luxor Cab As Seen In Back To The Future 2 -...
The Luxor Cab as seen in BTTF2, based on a NOREV 1/18 Citroen Pallas scale model. The model has landing gears driven by...
Oldbotbuilder's Baxter With Ax-12 And Iotiny
Baxter is an unauthorized clone of EZ Robots JD Humanoid robot. Baxter and JD Baxters back His full name is: JD (Tiny)...
Jstarne1's Build A Giant 3D Printer , Live Build, Come Join...
https://www.youtube.com/watch?v=pkVLRD-Z1Bg Here is the very first live stream I have done, it is 30 minutes long. 3...
Very nice... simple, yet refreshingly different and practical. Now throw in some random dodging and a phased plasma pulse rifle, in the forty watt range.....
Super project! I dig this Glad to see you got it working so easily. What's next
Thanks Gunner and DJ. Just starting out. Thinking about mounting a gun to it and using the movement/facial recognition software to make it a little more interactive. I'm waiting for my replicator 2 to show up to build some of the required parts.