Answered step by step
Verified Expert Solution
Question
1 Approved Answer
The board used s TIVA C TM4C123GH6PM. 3.1 Digital Thermometer The EduBase board has an LM45 temperature sensor on the board, attached to AIN8. In
The board used s TIVA C TM4C123GH6PM.
3.1 Digital Thermometer The EduBase board has an LM45 temperature sensor on the board, attached to AIN8. In this project, you must configure a periodic timer to fire every 5 seconds. For 1 second after the timer fires, LEDO on the EduBase board should turn on. The timer's expiration should be the trigger for an analog to digital conversion. When the conversion is finished, perform a simple mathematical computation to convert the ADC result into a temperature in degrees Fahrenheit. Display the temperature on the LCD. You will be provided with a way to artificially inflate the temperature and your display should respond appropriately. 3.1 Digital Thermometer The EduBase board has an LM45 temperature sensor on the board, attached to AIN8. In this project, you must configure a periodic timer to fire every 5 seconds. For 1 second after the timer fires, LEDO on the EduBase board should turn on. The timer's expiration should be the trigger for an analog to digital conversion. When the conversion is finished, perform a simple mathematical computation to convert the ADC result into a temperature in degrees Fahrenheit. Display the temperature on the LCD. You will be provided with a way to artificially inflate the temperature and your display should respond appropriatelyStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started