#100

Опубликовано: 01 Август 2026
на канале: Vooi Yap - Embedded Systems Education
223
8

In the previous videos, we have use ADC module of TM4C123G microcontroller to control an LED based on the digital value of the analog channel. In this video, I will show you how to display the measured voltage onto a serial terminal. We will use the TM4C123 microcontroller UART module to send the measured voltage value to the PC/laptop. We will be converting the analogue-to-digital converter (ADC) value into a voltage value using floating-point unit (FPU) of the TM4C123G microcontroller.

Code used:
https://drive.google.com/file/d/1QZ8G...

Link to videos:
1.    • #95 Programming the TM4C123GH6PM UART - Us...  
2.    • #97 Analog to Digital Conversion Using the...