Date: April 7, 2014
To: Dr David Michelson
From: Adebayo ADEGBOLA
Jeffrey CHU
Gregory LEE
Mustafa MUSSAYEV
Eric TUNG
Subject : ORBCOMM project update
This memo is an update for the week of March 30 – April 4, 2014.
Hardware
This week we were able to implement our sensors and also calibrate them accordingly. For our water level sensor, we implemented this using a R-2R ladder. As the height of the water increases the voltage increases. The flow rate sensor was implemented by sending the output into one of the digital output on the Q4000 modem. A count function was implemented in the code, this helped to calculate the frequency of the flow. The output of the temperature sensor was multiplied by 100 in the code, this was done to get the temperature in celsius.
Software
We experienced some trouble this week when trying to forward e-mails to our ECE account. We received error mails saying “Disk quota exceeded”. We were able to resolve this by deleting some materials off the z-drive in order to free some space. Sending values from our sensors through e-mails and displaying on PuTTY was achieved this week. The values sent through the email is saved as text on the z-drive. This is then opened in excel and saved as a CSV file. This file is then used in MATLAB to plot the graphs of all data received from the sensor.