diff --git a/README.md b/README.md index 1fd24e1..809cf1d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ # Analog-to-Digital Converter (ADC) - Temperature Measurement Using AVR128DA48 Microcontroller -## Objective - In this application, the ADC will be used to measure the temperature using the on-board specific sensor, and the results will be transmitted through Universal Synchronous/Asynchronous Receiver/Transmitter (USART). The software's example code diagram is presented in the figure below. +
## Related Documentation @@ -35,8 +34,7 @@ To program the Curiosity Nano board with this MPLAB X project, follow the steps ## Setup The AVR128DA48 Curiosity Nano Development Board is used as the test platform. The internal temperature sensor is used for measurements as input of the ADC. - -
The following configurations must be made: +
The following pin configuration must be made for this project: |Pin | Configuration | | :----------: | :----------------: | @@ -48,7 +46,7 @@ After alternatively cooling and warming up the microcontroller, the converted se
Demo -**Note:** The plotted variable called ```ADC_value``` must be configured as ```int16``` type. +**Note:** The plotted variable called ```ADC_result``` on Data Visualiser plugin must be configured as ```int16``` type. ## Summary diff --git a/images/soft_diagram.jpg b/images/soft_diagram.jpg deleted file mode 100644 index ae1b528..0000000 Binary files a/images/soft_diagram.jpg and /dev/null differ diff --git a/images/soft_diagram.png b/images/soft_diagram.png new file mode 100644 index 0000000..6f16357 Binary files /dev/null and b/images/soft_diagram.png differ