• Website
  • Contact
  • CV
  • Projects
  • Home
  • Gabi Seifert

    she/her

    Physics PhD student at the University of Colorado Boulder specializing in atomic, molecular, and optical physics.

    Location pin logoBoulder, CO

    Email logoEmail

    LinkedIn logoLinkedIn

    ORCID logoORCID

    Chicken Robot

    The chicken robot is a high-speed attack robot capable of following and attacking victims that I designed and built in 2022. (More realistically: the chicken robot is a remote-controlled robot that drives around and pecks people).

    The chicken robot started as little more than a humble dream of violence and a final project for my Electronics Lab class at Scripps College. The first designs envisioned a two-wheeled robot controlled by a Bluetooth connection that used two motors to control its motion and a servo to move the head.

    The initial chicken design.

    The driving motors are powered by an L293D motor driver, which is controlled by an arduino. The arduino also controls the servo, and is connected to an HC-05 Bluetooth module, to allow the chicken to receive input from a phone.

    In the end, my phone’s Bluetooth wasn’t powerful enough to control the chicken from any reasonable distance (my Bluetooth headphones often disconnected from my phone when the phone was in my pocket and the headphones on my head, so the chicken couldn’t maintain a connection with the phone when it was on the ground). Instead, I just connected the Arduino control pins to a long wire with a toggle control on the end.

    To actually build the chicken, I started with a wood base that my friend Julienne helped me laser cut at the Harvey Mudd makerspace. This allowed me to easily mount the motors and wheels on the lower side and run the wires up to the upper section.

    I first did all the wiring on a large breadboard just to make sure that everything worked. The circuit worked as expected, but the original servos weren’t powerful enough to control the head, so I switched to a better servo.

    The new servo didn’t have a good mechanism for connecting to the head, so I designed an adapter in SCAD and 3D printed it.

    I soldered the Arduino connects and cleaned up the rest of my wiring, and the body of the chicken robot was ready to go! (I removed the giant chicken head with a metal-tipped beak after my advisor suggested that it might threaten the health and safety of the electronics lab exhibition guests).

    To control the chicken’s movements, I wrote a control program in the Arduino Editor, which uses a variant of C++.

    Me and my chicken robot at the electronics lab exhibition in May 2022.

    Project Tags:

    • Circuit design
    • Circuit building
    • 3D printing
    • Coding
    • C++