Skip to content

7-segment temperature display using a PIC18F14K50 and TC74 I2C temperature sensor.

Notifications You must be signed in to change notification settings

Engineering-Applied/TC74-to-7segment

Repository files navigation

TC74-to-7segment

This project shows my progress over creating the project via Arduino to the PIC18F14K50

The process of the project is by

  1. Gather I2C temperature from the TC74 Temperature Sensor
  2. Decipher the temperature byte to degrees celsius
  3. Convert the temperature to degrees fahrenheit
  4. Convert the tens place value to a byte to send to SIPO shift register 1
  5. Convert the ones place value to a byte to send to SIPO shift register 2
  6. Parallel shift each byte to the 7-segment displays

The code was originally written in the Arduino IDE for theoretical testing purposes and then the code was then ported to MPLAB c code

About

7-segment temperature display using a PIC18F14K50 and TC74 I2C temperature sensor.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages