Question: I have to do the following assignment. Please create a code and explain the wiring setup. Part 1 : Temp Sensor Setup ( 1 0
I have to do the following assignment. Please create a code and explain the wiring setup.
Part : Temp Sensor Setup points
Set up a temperature sensor LMZ or equivalent to provide a voltage V input to the Arduino proportional to the sensed temperature. This sensor should be calibrated using an analog input on your Arduino to a reliable source. A second analog input should be set to a value simulating a realistic temperature use a voltage divider of some sort This data will be passed to the computer once a minute. Deliverable is the source code for the Arduino program.
Part : Temp logging points
The pc program will open a csv logging file file name may either be a user prompt or program argument Upon opening a header string will be written to the file to be used for file reference purposes yours can say anything limit to characters max Then the program will log time, and the two temps read from the Arduino at minute intervals until the program is shut down.
Part : Extra Credit points
Have the program either prompt for the com port to be used or input it as an argument upon program startup.
Part : Temp Sensor Setup points
Set up a temperature sensor LMZ or equivalent to
provide a voltage V input to the Arduino proportional
to the sensed temperature. This sensor should be
calibrated using an analog input on your Arduino to a
reliable source. A second analog input should be set to a
value simulating a realistic temperature use a voltage
divider of some sort This data will be passed to the
computer once a minute. Deliverable is the source code for
the Arduino program.
Part : Temp logging points
The pc program will open a csv logging file file name may
either be a user prompt or program argument Upon opening
a header string will be written to the file to be used for
file reference purposes yours can say anything limit to
characters max Then the program will log time, and
the two temps read from the Arduino at minute intervals
until the program is shut down.
Part : Extra Credit points
Have the program either prompt for the com port to be used
or input it as an argument upon program startup.
Turn in this cover sheet with your code design, schematic
diagram, test plandata and your properly commented source
codes. I will check Parts & off in lab.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
