Asee peer logo
Displaying all 3 results
Conference Session
Multidisciplinary Service and Outreach Projects
Collection
2020 ASEE Virtual Annual Conference Content Access
Authors
Ahmed Cherif Megri, North Carolina A&T State University; Sameer Hamoush, North Carolina A&T State University
Tagged Topics
Diversity
Tagged Divisions
Multidisciplinary Engineering
. 14Dr. AC. Megri 2020 ASEE Annual Conference Figure 14: Outcome 3 from ABET 15Dr. AC. Megri 2020 ASEE Annual ConferenceReferences:[1] Abou Hashem, Y., Dayal, M., Savanah, S., & Strkalj, G. (2015). The application of 3D printing inanatomy education. Med Educ Online, 20, 29847.[2] Berry, R. Q., III, Bull, G., Browning, C., Thomas, C. D., Starkweather, K., & Aylor, J. H. (2010).Preliminary considerations regarding use of digital fabrication to incorporate engineering designprinciples in elementary mathematics education. Contemporary Issues in Technology and TeacherEducation, 10(2), 167-172.[3
Conference Session
Mechatronics and Robotics II
Collection
2020 ASEE Virtual Annual Conference Content Access
Authors
Nima Lotfi, Southern Illinois University, Edwardsville; Kenechukwu Churchill Mbanisi, Worcester Polytechnic Institute; David M. Auslander, University of California, Berkeley; Carlotta A. Berry, Rose-Hulman Institute of Technology; Luis Alberto Rodriguez, Milwaukee School of Engineering; Majid Molki, Southern Illinois University, Edwardsville
Tagged Divisions
Multidisciplinary Engineering
Paper ID #29624Promoting Open-source Hardware and Software Platforms in Mechatronicsand Robotics Engineering EducationDr. Nima Lotfi, Southern Illinois University, Edwardsville Nima Lotfi received his B.S. degree in electrical engineering from Sahand University of Technology, Tabriz, Iran, in 2006, his M.S. degree in electrical engineering from Sharif University of Technology, Tehran, Iran, in 2010, and his Ph.D. degree in mechanical engineering from Missouri University of Sci- ence and Technology, Rolla, MO, USA, in 2016. He is currently an Assistant Professor with the Me- chanical Engineering Department at Southern
Conference Session
Mechatronics and Robotics II
Collection
2020 ASEE Virtual Annual Conference Content Access
Authors
Luis Alberto Rodriguez, Milwaukee School of Engineering; Michael D. Cook, Milwaukee School of Engineering; William C Farrow, Milwaukee School of Engineering
Tagged Divisions
Multidisciplinary Engineering
the future outside of class. To facilitate the transition from MATLAB to C, a handoutwith sample code showing the MATLAB and C equivalents is provided to students. During Week6, in addition to writing their first program in C, students also must follow a prescribed algorithm.The Brensenham’s line drawing algorithm is discussed in class without considering theimplementation in C and students are asked to understand the algorithm and to implement it in aC-program. This allows students to further hone their computation mindset by observing how acomplex procedure is decomposed and planned by another author. This also forces students tohave to implement the algorithm exactly as intended and does not leave room for any otherinterpretation. After