Skip to content

Cybernetics egg drop project for learning system identification

Notifications You must be signed in to change notification settings

oystebje/EGGDROP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EGGDROP

Cybernetics egg drop project for learning system identification

CHALLENGE: Lower an Egg from 20cm height to the ground without breaking the egg. Fastest time wins.

COMPETITION RULES: Use Sparkfun DC motor ROB-11696 (https://www.sparkfun.com/products/11696) You can break as many eggs as you like while training. You have three attempts in the competition.

SETUP:

image

The task is to estimate system parameters for a DC motor using an Arduino Uno microcontroller. The project consists of the following steps:

  1. Set up the circuit with components from provided schematic.
  2. Write Arduino program code for controlling the DC motor with Pololu TB67H420FTG motor driver, and record shaft angle using rotary AMT 102V encoder.
  3. Perform experiments for generating input (voltage) and outputs (shaft angle). Save in- and outputs to file that can later be imported to Matlab (we should provide an independent validation dataset).
  4. Import data in Matlab, and perform system identification.
  5. Tune PID-controller with identified system, and try it out on the DC-motor.
  6. Present findings in final presentation, and compete in egg drop challenge!

Model structure:

sisID

About

Cybernetics egg drop project for learning system identification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published