The following portfolio demonstrates projects from ME 305, Introduction to Mechatronics
This project calculates the Fibonacci number corresponding to an inputted index. The project can be found at fibonacci.py and the code can be found at https://bitbucket.org/mzaman01/me305_labs/src/master/Lab%201/fibonacci.py
This project contains the finite state transtion of an elevator moving between two floors. This project can be found at elevator_fsm.py and the code can be found at: https://bitbucket.org/mzaman01/me305_labs/src/master/hw%202/elevator_fsm.py
This projects contains the finite state transition of a Nucleo STM32L476's LED (LD1) transitioning between 3 wave patterns (Square, Sinuisoidal, Saw-Tooth). This project can be found at nucleo_LED.py and the code can be found at: https://bitbucket.org/mzaman01/me305_labs/src/master/Lab%202/nucleo_LED.py
This projects contains the finite state transition of a Simon Says Game utilizing the Nucleo STM32L476's LED (LD1). The project can be found at simonTask.py and the code can be found at: https://bitbucket.org/mzaman01/me305_labs/src/master/Lab%203/simonTask.py
This project contains the final term project of ME 305. The details of the project can be found ME 305 UI Term Project here.