Skip to main content

Team Blog #18

SSST Blog 3/11/2020

Progress for this week:

Controls Team
The stepper motor and the PixyCam are able to work together. After connecting an external power supply to power the stepper motor, the Arduino was able to provide adequate power to activate the PixyCam. When the PixyCam reads a barcode, it sends a signal to the stepper motor to stop. The iPhone application was finally able to get connected to the BLE as shown in Figure 1. The issue with connecting the iOS app to the BLE was due to using the wrong UUID.

Figure 1. iOS app connected to BLE module.

In addition, the second BLE module is being ordered on Amazon to be used for the second bogie.

Guideway Team
The outer loop of the guideway has been laser cut and assembled using washers and nuts as shown in Figure 2. The nuts and washers are used to sandwich each guideway piece together and can be tightened using an adjustable wrench.

Figure 2. Outer loop and smaller inner loop of guideway assembled. 

Initially the team used a spirit level to adjust each guideway piece to be the same height. Since the spirit level measures whether an object is horizontal relative to the ground, the base board needs to be leveled before the guideway can be leveled. Therefore, the team decided to use a tape measure to measure 34 inches from the baseboard to the bottom guideway piece as shown in Figure 3.

Figure 3. Guideway measured to be 34 inches from the base board. 


Bogie Team
The bogie team created designs for mounting the servo motor for the y-switch onto the bogie. Since the servomotor would need to hold the weight of the bogie, the mounting needs to be robust. The bogie platform has been modified to hold the gears. In addition, the snap fit clearance holes for attaching each pod piece has been modified to prevent breaking during disassembly.


Plans for next week
Next up on the agenda for the iOS app is to implement a keyboard feature that allows the BLE to activate the Arduino by entering a number. The bogie team will continue to 3D print more pieces to complete a second pod. The PixyCam will read station numbers using a barcode that will be placed under the pod. The barcode will need to be a specific distance from the PixyCam, too far of a distance won't allow the PixyCam to read the barcode. A snap-on design will be made that goes around the threaded rods on the track and friction tape will be used to prevent the 3D printed snap-on design from breaking. The guideway team will continue to laser cut track pieces for the second inner loop. Furthermore, the third rail and y-switch for the servo motor will be designed and manufactured in the upcoming weeks.


Written By:
Shane Fatehi
March 11, 2020

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...