Posts

Showing posts from February, 2018

Week 5 - Spartan Superway Controls

This week, we shared our current progress during our team presentations. Overall, we were able to get a simple GUI working with basic commands such as selecting which station the pod should go to. After this, we will look into selecting different pods to give different commands and retrieve status of the podcars as it progresses throughout each station. A copy of our presentation can be seen below:

Week 4 - Spartan Superway Controls

This week, we spent the first half of class in the auditorium to view a presentation on the Assertion-Evidence method of presenting given by Dr. Furman. This was not as relevant to us as we have used this method all semester, however it was good to review the main goals that AE strives for. During class, we programming using Python for our GUI. We will be using TKinter as it will allow us to create a simple graphical interface using Python. Once we have all our commands set, we will be able to use another program to create a cleaner GUI, as TKinter has a Windows 98 feel to it.

Week 3 - Small Scale Controls

This week, we met together and discussed the different programs that we can use. We looked into Python and Processing, both programs that will allow us to create what we need. The language used in Processing is C++, so it is very similar to how we program the Arduinos. However, we believe that Python will be the better route to go with, as it the programming language appears to be easier and is a more widely used program. In terms of the pods, I was able to create a program that will allow the podcar to read RFID tags and let the motors run back and forth. I set up the section of track with two RFID tags that will signal the podcar to switch directions. Through this, I will be able to run the pod for long amounts of time and see how the motors and battery hold up.

Week 1&2 - Small Scale Controls

For the first week of the Spring semester, we met up with our groups to discuss the current progress of the project and future goals. Through our lighting talk, we explained the current state of the podcars and the control design. We showed our miniature prototype which allowed us to create a control system for the Arduino so that it can show all the electronic's purpose without the need for a track or bogie. We also showed our collaborative rapid prototype which allowed us to run the motors back and forth on a section of track. Our future goals are to test the electronics and make sure they are what we need for each podcar. Once all testing is done, we can go ahead and order the rest of the components needed. We will also be working on our GUI setup which will control the podcars. Last semester, we had problems getting the server and mobile app working, so we will be building a new system from the ground up. We will begin research on what the best programs and coding language