Project_3
Comment: This project was definitely the hardest thing I did in ENGR6. I did learn a lot about using libraries in arduino, which are basically header file in C/C++. It was nice that Mason provided everyone with the libraries, and code to run all the modules. Our group replaced two of the nano, since they were buggy and had difficulty uploading code to the arduino. Compiling everything wasn't too bad, it was more the dynamic memory allocation that we were worried about. Fortunately, David told us that we could delete a part of code for the MPU module that saved us a lot of memory.We did get everything to work, except the python is buggy. We also, had trouble on the launch day, with the battery dying, and my group not having a hole for the switch to turn on the arduino. Fortunately,we finished in just the nick of time, and got back good data. //Reading Acceleration, Gyro, and Pressure Data ---> writing to SD card //#include <TimerOne.h> //#include <SD.h> #in...