Skip to main content

Team Blog #10

Blog 11/14/2019

Progress for this week:
Controls
This week the controls team continued learning about hoe to integrate the BLE into the the project. This consisted of watching many videos and reading several indepth tutorials. It should not take much longer to be abel to successfully integrate the BLE into the iOS app. Another task which the team has been working on is testing the new stepper motor that arrived. From the testing that was done, it was concluded that modifications may have to be made to either the code or the circuit to properly use the driver board.

Guideway Team
The Small Scale Guideway Group focused on modifying parts of the track to fit the required dimensions. The overall size of the track will be 96 inches long and 48 inches wide. Straight parts of thr track will be in increments of 16 inches while the curved parts will be modified to adjust for the inner and outter curvature of the track. Overall, the model will consist of pieces that will fit onto one another using a layered cake design. Each piece will be overlapping one another and then snapped together using a connection that can be easily removed.

The CAD models for each piece of the track are currently being constructed, with hopes that we will be able to waterjet the pieces using 0.5 inch thick plywood from the Superway building at the Makerspace. If the plywood does not stay consistent, we may look further into buying a higher quality grade of plywood, such as multi-plywood, or using other techniques such as laser jet cutting.

Plans for next week:
Over the weekend the team will get together to make further progress on the project and to organize the next team presentation for the class. By next week the small scale team should have successfully implemented the BLE into swift and the guideway team will be starting on fabrication.

Written By:
Lissette Romero
11.14.19

Comments

Popular posts from this blog

Team Blog #21

SSST Blog 4/15/2020 During this week's class meeting, all teams met with prof Furman to discuss the engineering ethics assignment. We had a very thoughtful discussion as a class in answering ethical questions about the Boeing 737 disaster and how engineers could have prevented it, by applying the engineering ethics. We discussed that three main engineering ethics were violated; the Fundamental canon, the Informed Consent, and the precautionary principle. We also discussed the best solution to take as an engineer if you found a problem at work that will have the potential to put people's lives in danger. After the discussion was over, we had some time as a team to discuss the progress of our work. Last week, the team presented their second presentation of the semester, and a lot of progress was done. The team went over the tasks that were a little behind and discussed how we will approach simulating our work using softwares like Solidworks. For bogie: Julio was able...

Team Blog #15

Progress for this week: Controls Team: To become more familiar with the Pixy Cam several tests were conducted throuhgout the week. After the team decided to switch over to barcodes for the stations the team saw that this method was better. A sheet of the 10 barcodes was then printed out and the team tested how accurate the pixy cam was at ientifying the different codes. The team will is now working on trying to develop a test which will incorporate the arduino along with the other electrical componenets. Figure 1: Barcode recognition by Pixy2 Guideway Team: The guideway team made progress on determining how the track will be supported and what materials we will use to build it. The team setteled on using mdf wood with a thickness of .25". The laser cutter cuts the wood accurately and precisely at the maker space, however, the space is only available during the week days from 10am to 6pm. The supporting stands will use 3ft long zinc threaded rods with nots and washers to ...

Team Blog #11

SSST Blog 10/17/19 Progress for the week: Controls Team  This week for the controls team, Asmaa continued working on combining the two main Arduino codes which we have so far. One of the codes was the one which implemented the ultrasonic sensor to get the motor to slow down if the ultrasonic sensor detected an object too close to it. This mimics what we want the bogies and pods to do once they are fully operational, it is essentially collision prevention system to where if a pod gets too close to another pod, the ultrasonic sensors will detect the proximity, and get the motor to slow down. The other Arduino code which we have is for the BLE. Using a pre mad app to test if the BLE works, Asmaa wrote a code to enable the Arduino to turn an LED on and off depending on the input of the user on the app. If we typed 1, the LED would turn on and if we typed 0, the LED would turn off. Asmaa combined both of these codes into one, with the slight difference that once we have our own iO...