This is an Arduino project to create a simple temperature sensor receiving system and displaying via 7-segment LED display. Additionally, the project investigates serial data transmission between the ...
Transmitter System • Converts analog signals to digital using an ADC. • Converts parallel data to serial using a shift register. • Modulates the digital signal into light using an LED. Receiver System ...