Question

In: Electrical Engineering

Design the hardware connection of the SEN-11931, reuse the 4-bank 7-segment LED connection from Lab 4...

Design the hardware connection of the SEN-11931, reuse the 4-bank 7-segment LED connection from Lab 4 for the mbed to read the temperature from the SEN-11931 and display the temperature in Fahrenheit degrees on the LED display in the format of xxx.x. Build your circuit and include all the required information about your hardware design in your lab report. You will also need to make the decision on whether pull-up resistors are needed.

Solutions

Expert Solution

What is SEN-11931 ?

SEN-11931 is a Breakout Board or sensor which is used to measure the temperature. This sensor is also known an TMP102. This sensor must be Normally connected to the Microcontroller PIC16F1829 or similar microcontrollers.

Note: You can use the microcontroller which is trained or used in your laboratory. ( since no information about the microcontroller is given in the question).

Do We really Need Pull up Resistors?

actually this board has an inbuilt 4.7Kohm pull up resistors for the I2c communications and thus we dont be requiring any of the external pull up resistors provided the board works from 1.4V to 3.6V.

HardWare Connection:

The connection of SEN-11931 breakout board to the 4 banks of & segment LED display is given as,

Here we need to display the temperature reading in fahrenheit, but the breakout board will read the temperature in celcius hnce we need to convert the temperature from celcius to the fahrenheit degrees.

The mbed Program to display the temperature reading in fahrenheit is shown as,


Related Solutions

Design a 4-bit up/down counter which displays its output on the the 7-led segment using the...
Design a 4-bit up/down counter which displays its output on the the 7-led segment using the decoder used in Lab 2. In this lab, you will design a 4-bit up/down counter which displays its output on the 7-segment LED using the decoder that you designed in Lab 2. The 4-bit up/down counter module has 4 inputs, Clk_1Hz, Reset, Pause, and Up; and a 4-bit output Count. If Reset is 1, the counter should reset its count value to zero (0000)....
(i) Design a 7-segment LED driver using the truth table given in the lecture notes, inside...
(i) Design a 7-segment LED driver using the truth table given in the lecture notes, inside a hierarchical block. Assume only numbers from 0 to 9 will be sent to your block. Explain your design. Name your block with your student number: eg “123456 LED driver”. (ii) Test your circuit in block form using digital interactive constants to represent the inputs, and showing for every input combination what the LED display shows. Explain your testing.
Any microcontroller project with minimum requirement use switches, led, and 7-segment.
Any microcontroller project with minimum requirement use switches, led, and 7-segment.
For this lab, design, synthesize, and functionally verify a 5x1 one-bit multiplexer circuit that is controlled by switches and drives an LED
 For this lab, design, synthesize, and functionally verify a 5x1 one-bit multiplexer circuit that is controlled by switches and drives an LED. In the design, use the switches and LED as indicated below . SW9-SW5 for the five data inputs with SW5 corresponding to select input "000" . SW3-SW1 for the select inputs . LEDS for the output of the multiplexer The value of each input must be indicated by the LED being ON or OFF. The corresponding output must be controlled by the...
how to design logic circuit for bcd 7 segment truth table and k-map for 'OFF', 'ATT',...
how to design logic circuit for bcd 7 segment truth table and k-map for 'OFF', 'ATT', 'FIRE'
2. Design a digital circuit, using a decoder, only Nor gates, a 7-segment display, and D...
2. Design a digital circuit, using a decoder, only Nor gates, a 7-segment display, and D Flip Flops, that repeatedly outputs the sequences of characters ‘P’, ‘E’, ‘A’, ‘L’ if x=0 and ‘L’, ‘E’, ‘A’, ‘P’ if x=1 .
Design hexadecimal to 7 segment by doing its truth table, its Boolean expression using karnaugh map...
Design hexadecimal to 7 segment by doing its truth table, its Boolean expression using karnaugh map and then expressing it using logic gates. please this is the second time I post this question, the first time was answered as BCD to 7 segment which is not what the question is
Design a four bit down counter with a 7 segment display (hexadecimal digits 0-F) Part 1:...
Design a four bit down counter with a 7 segment display (hexadecimal digits 0-F) Part 1: Implement a seven segment display for hexadecimal digits (0-F). Recommended to first try implementing the seven segment displays for each of the hexadecimal digits using switches as inputs. Part 2: Implement a four bit down counter. When this component is complete, add the counter and wire the outputs of the JK flip flops to where the switches were once. The last JK flip flop...
1. Design a blinking LED with two speeds - slow and fast. Specification To change from...
1. Design a blinking LED with two speeds - slow and fast. Specification To change from slow to fast press Button 1 and fast to slow press Button 2. Reset puts the machine to slow blinking. entity blink is port (b1, b2, ck, reset: in std_logic; z: out std_logic); end blink;
I need to develop a VHDL code for a FPGA basys 3, 4 digit 7 segment...
I need to develop a VHDL code for a FPGA basys 3, 4 digit 7 segment display. So when binary 0, 1 ,and 2 are inputted the display says bad. When binary 3,4,5,6, the display says good.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT