The Bucking Bullfrog
![buck frog20.jpg](/proxy/?url=https://content.instructables.com/FWF/SWL4/HDYZ85HR/FWFSWL4HDYZ85HR.jpg&filename=buck frog20.jpg)
![buck frog01.jpg](/proxy/?url=https://content.instructables.com/FQ2/F1AQ/HE081Q5U/FQ2F1AQHE081Q5U.jpg&filename=buck frog01.jpg)
![buck frog02.jpg](/proxy/?url=https://content.instructables.com/FJR/EV5E/HE07PRMK/FJREV5EHE07PRMK.jpg&filename=buck frog02.jpg)
![buck frog03.jpg](/proxy/?url=https://content.instructables.com/FQ4/ISMC/HE07PRML/FQ4ISMCHE07PRML.jpg&filename=buck frog03.jpg)
![buck frog04.jpg](/proxy/?url=https://content.instructables.com/FLU/Z168/HDYZJF8H/FLUZ168HDYZJF8H.jpg&filename=buck frog04.jpg)
![buck frog05.jpg](/proxy/?url=https://content.instructables.com/F7S/ZRZM/HDYZ6IAC/F7SZRZMHDYZ6IAC.jpg&filename=buck frog05.jpg)
![buck frog06.jpg](/proxy/?url=https://content.instructables.com/FQY/VWZU/HE07PRMN/FQYVWZUHE07PRMN.jpg&filename=buck frog06.jpg)
![buck frog07.jpg](/proxy/?url=https://content.instructables.com/FHG/QU11/HDYZJF8L/FHGQU11HDYZJF8L.jpg&filename=buck frog07.jpg)
![buck frog08.jpg](/proxy/?url=https://content.instructables.com/FXQ/973K/HDYZ6IAD/FXQ973KHDYZ6IAD.jpg&filename=buck frog08.jpg)
![buck frog09.jpg](/proxy/?url=https://content.instructables.com/FL9/ZR6L/HDYZJF8Q/FL9ZR6LHDYZJF8Q.jpg&filename=buck frog09.jpg)
![buck frog11.jpg](/proxy/?url=https://content.instructables.com/FG4/XTM2/HDYZBNS3/FG4XTM2HDYZBNS3.jpg&filename=buck frog11.jpg)
![buck frog12.jpg](/proxy/?url=https://content.instructables.com/F2U/UXE9/HE081Q61/F2UUXE9HE081Q61.jpg&filename=buck frog12.jpg)
![buck frog13.jpg](/proxy/?url=https://content.instructables.com/FI3/72ZE/HE07PRMU/FI372ZEHE07PRMU.jpg&filename=buck frog13.jpg)
![buck frog14.jpg](/proxy/?url=https://content.instructables.com/FIX/CUA9/HDYZJF8T/FIXCUA9HDYZJF8T.jpg&filename=buck frog14.jpg)
![buck frog15.jpg](/proxy/?url=https://content.instructables.com/FQK/S0JN/HDYZ6IAF/FQKS0JNHDYZ6IAF.jpg&filename=buck frog15.jpg)
![buck frog16.jpg](/proxy/?url=https://content.instructables.com/F25/63ZK/HDYZBNS4/F2563ZKHDYZBNS4.jpg&filename=buck frog16.jpg)
![schematic1.jpg](/proxy/?url=https://content.instructables.com/FCH/5U8E/HDYZE0DK/FCH5U8EHDYZE0DK.jpg&filename=schematic1.jpg)
This is the software for the Arduino:
#include <Servo.h>
Servo rotate;
Servo lift;
void setup ()
{
rotate.attach(5);
lift.attach(6);
rotate.write(100);
lift.write(90);
delay(2000);
}
void loop()
{
rotate.write(100);
lift.write(80);
delay(1000);
rotate.write(130);
lift.write(90);
delay(300);
lift.write(110);
delay(300);
rotate.write(130);
delay(300);
rotate.write(130);
delay(300);
rotate.write(120);
lift.write(90);
delay(300);
rotate.write(100);
delay(300);
rotate.write(130);
delay(300);
rotate.write(40);
lift.write(90);
delay(300);
rotate.write(90);
lift.write(90);
delay(300);
rotate.write(40);
lift.write(110);
delay(300);
rotate.write(100);
lift.write(90);
delay(300);
rotate.write(40);
delay(300);
lift.write(90);
delay(300);
lift.write(110);
delay(200);
lift.write(90);
delay(300);
lift.write(110);
delay(300);
lift.write(90);
delay(200);
rotate.write(130);
lift.write(90);
delay(300);
lift.write(110);
delay(300);
rotate.write(130);
delay(300);
rotate.write(130);
delay(300);
rotate.write(120);
lift.write(90);
delay(300);
rotate.write(100);
delay(300);
rotate.write(130);
delay(300);
rotate.write(40);
lift.write(90);
delay(300);
rotate.write(80);
lift.write(90);
delay(300);
rotate.write(40);
lift.write(110);
delay(300);
rotate.write(100);
lift.write(90);
delay(300);
rotate.write(40);
delay(300);
lift.write(90);
delay(300);
lift.write(110);
delay(200);
lift.write(90);
delay(300);
lift.write(110);
delay(300);
lift.write(90);
delay(200);
lift.write(90);
delay(300);
rotate.write(100);
lift.write(90);
rotate.write(130);
delay(300);
rotate.write(30);
delay(300);
rotate.write(135);
delay(300);
rotate.write(40);
delay(300);
rotate.write(100);
delay(300);
lift.write(90);
delay(200);
lift.write(100);
delay(1000);
lift.write(80);
delay(10000);
}
![buck frog18.jpg](/proxy/?url=https://content.instructables.com/F6B/TFE8/HDYZJF8W/F6BTFE8HDYZJF8W.jpg&filename=buck frog18.jpg)
![buck frog21.jpg](/proxy/?url=https://content.instructables.com/FON/RI0Y/HDYZE0DJ/FONRI0YHDYZE0DJ.jpg&filename=buck frog21.jpg)