Asee peer logo

Modular System of Networked Embedded Components for a First-Year Engineering Cornerstone Design Project

Download Paper |

Conference

2017 ASEE Annual Conference & Exposition

Location

Columbus, Ohio

Publication Date

June 24, 2017

Start Date

June 24, 2017

End Date

June 28, 2017

Conference Session

CoED: Embedded Systems and Robotics

Tagged Division

Computers in Education

Page Count

9

DOI

10.18260/1-2--28683

Permanent URL

https://peer.asee.org/28683

Download Count

541

Paper Authors

biography

Michael Henry Schulz The Ohio State University

visit author page

Michael H. Schulz is a teaching assistant with the Fundamentals of Engineering Honors program at The Ohio State University. He is currently the lead developer of the robot course software development team, of which he has been a member for three years. As a Computer Science and Engineering (CSE) student, he will graduate in May, 2017 with his B.S.C.S.E and a minor in Music, Media, and Enterprise.

visit author page

biography

Evan J. Danish The Ohio State University

visit author page

Evan J. Danish is a Computer Science and Engineering major at the Ohio State University and an Undergraduate Teaching Assistant for the Fundamentals of Engineering for Honors program. He will graduate with a B.S. in May, 2017.

visit author page

biography

Tyler Wolf Leonhardt Microsoft Corporation

visit author page

I am an alumni of The Ohio State University where I achieved my bachelor's degree in computer science and engineering. I was a teaching assistant for the Fundamentals of Engineering for Honors courses for 3 years while attending university. I am currently working as a Software Developer for Microsoft on the Forza video game franchise.

visit author page

biography

John William Jackson Ohio State University

visit author page

I am a recent graduate of The Ohio State University who majored in Computer Science and Engineering. I worked as a TA for the FEH program for three years during my time at Ohio State and helped to develop the software system that is used for the robotics course each year.

After graduating, I began work as a Software Development Engineer for Amazon. I live and work in Seattle, Washington.

visit author page

biography

David Joseph Frank Ohio State University

visit author page

David J. Frank is a 4th year Computer Engineering honors student at The Ohio State University and a Graduate Teaching Assistant for the Fundamentals of Engineering for Honors program. He will graduate with his B.S.E.C.E in May 2017, and his M.S.E.C.E in May 2018.

visit author page

biography

Richard J. Freuler The Ohio State University

visit author page

Richard J. (Rick) Freuler is a Professor of Practice and the Director for the Fundamentals of Engineering for Honors (FEH) Program in Ohio State's Department of Engineering Education in the College of Engineering. He teaches the two-semester FEH engineering course sequence and is active in engineering education research. He is also affiliated with the Mechanical and Aerospace Engineering Department and conducts scale model investigations of gas turbine installations for jet engine test cells and for marine and industrial applications of gas turbines at the Aerospace Research Center at Ohio State. Dr. Freuler earned his Bachelor of Aeronautical and Astronautical Engineering (1974), his B.S. in Computer and Information Science (1974), his M.S. in Aeronautical Engineering (1974), and his Ph.D. in Aeronautical and Astronautical Engineering (1991) all from The Ohio State University.

visit author page

Download Paper |

Abstract

Abstract

Engineering cornerstone design projects often involve an objective evaluation of how well the developed systems interact with their environment. Simulating environments that incorporate a varied number of factors while also providing objective evaluation of performance is a challenging task. To address this, a low cost, easily adaptable, and modular system of networked embedded devices was developed for use in [the Institution's] First-Year Engineering Honors Program's "Cornerstone" Design Project. Students are given a microcontroller, access to a “store” with available components, and a budget with which to purchase parts, with the goal to develop a robot responsible for accomplishing a variety of tasks on the course in under two minutes. At the end of the semester, each of the teams of four students and their robots compete at the robot competition.

During the design project, which has been running for 23 years, teams of four students are given a microcontroller, access to a “store” with available components, and a budget with which to purchase parts, with the goal to develop a robot responsible for accomplishing a variety of tasks on the 18 square foot course in under two minutes. At the final competition, four teams run their robots on four identical courses, which are all linked together.

The major goals for this system are consistency between the sections, objectivity of scoring, and modularity. Because of this, all four sections contain the same hardware and run the same software. Control of the course is maintained by a central PC. This PC communicates with the scoring system to automatically assign appropriate scores to each robot on each run, providing an entirely objective scoring mechanism. The central PC maintains a timer on each run, which has millisecond precision, so robots that complete the course with the same score can still be ranked. This takes the human error out of timing, providing objectivity of scoring.

Every region on the course is controlled by a Raspberry Pi 2 Model B. The Raspberry Pi is the main controller for each region, but it connects and remains synchronized to the central PC via an Ethernet connection. Connected to each Raspberry Pi are three other electronic entities, including an Arduino (via a serial connection), an IO Board (via i2c), and a PWM Board (via i2c). The Arduino provides other processing capabilities, such as controlling specific types of LEDs for effects. The IO board controls buttons and switches, and the PWM board controls LEDs and motors. These boards were designed or chosen because they provide the hardware modularity required for this system.

Software modularity is another key component of this system. By running the same C# code on both the central PC and the Raspberry Pis, the software only needs to be written once, reducing the potential for bugs and increasing reliability for the students. The modularity of the software is reflective of the modularity of the hardware: low level software components can be directly mapped to corresponding hardware components. Additionally, higher level components, such as the user interface that students interact with to control the requirements and manage their runs, can be developed modularly as well, relying on the low level components in order to provide precisely defined behavior for the students.

Because this software maintains the state of the course at any given time, it enables the Robot Positioning System (RPS) to communicate that state to the robots on the course. Students can rely on these inputs as they design their solution. A result of the software patterns of modularity and abstraction is that robots can only interact physically with the course, or obtain data from RPS, but they cannot write to the network, pass commands to the course, or cause any undefined physical behavior. Therefore, the course is encapsulated and abstracted from the students, allowing them to focus on their project without the requirement that they understand how the course functions under the hood.

The Under-the-Course electronics and software provide the students with the ability to solve the problem they are presented without understanding the system that runs the course. This system enables the existence of a mechanism for the students’ robots to obtain data about the state of the course, so that the students are able to write code that interacts with the environment in real time. Finally, because of this system, it is possible to completely and objectively score any robot’s interaction with the course, in terms of the completion of tasks and the time it took to complete those tasks.

Schulz, M. H., & Danish, E. J., & Leonhardt, T. W., & Jackson, J. W., & Frank, D. J., & Freuler, R. J. (2017, June), Modular System of Networked Embedded Components for a First-Year Engineering Cornerstone Design Project Paper presented at 2017 ASEE Annual Conference & Exposition, Columbus, Ohio. 10.18260/1-2--28683

ASEE holds the copyright on this document. It may be read by the public free of charge. Authors may archive their work on personal websites or in institutional repositories with the following citation: © 2017 American Society for Engineering Education. Other scholars may excerpt or quote from these materials with the same citation. When excerpting or quoting from Conference Proceedings, authors should, in addition to noting the ASEE copyright, list all the original authors and their institutions and name the host city of the conference. - Last updated April 1, 2015