Skip to comments
EZ-Script Code:
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:
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

Kullthulu's Artemis - The Household Service Bot
Hello Everyone! I posted a project a while back, (2014 so a wayyyyy while back) about a robot I was building that at the...

Ericez's Smart Cute Trash Can
not finished, but it was my idea to make smart trash can, This is just an experiment, later I plan to make a trash can...

Grimjack73's The Presentation Piece
After the recent close if the Ez store, I needed to find a platform to present the EZ-kit with. A quick look through the...
Upgrade to ARC Pro
ARC Early Access will give you immediate updates and new features needed to unleash your robot's potential!

Gunner
Canada
#1

DJ Sures
PRO
Synthiam





#2

urbanhurdler
USA
#3