Question: Part L Write a program that implements a programmable temperature sensor a. The program should use the thermistor to detect a temperature value. b. The
Part L Write a program that implements a programmable temperature sensor a. The program should use the thermistor to detect a temperature value. b. The schematic for wiring the thermistor is included below: ANALOGe (AB) THERMISTOR GND c. Read the value of the thermistor then convert the raw data into temperature, the output should be printed using the Serial object. i. In your setup function, you need to initialize the serial port using the Serial.beginfunction ii. To print information over the serial port, use the Serial.printand Serial.printinfunctions ili. More information on these functions can be found in the textbook and online d. Wire up an LED to pin 9, as done in lab 0. The brightness of the LED should be set according to the following table: Raw (LED Brightness) Temperature T
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
