Skip to content

Commit f3fd3e7

Browse files
author
Namrata Dalvi
committed
MPAE-11235-updated metadata, readme and example for CCL1.37.14
1 parent c24467b commit f3fd3e7

11 files changed

+8
-8
lines changed

.main-meta/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"content": {
55
"metaDataVersion": "1.1.0",
66
"name": "com.microchip.mcu8.mplabx.project.pic18f47q10-dac-waveform-generation",
7-
"version": "1.0.1",
7+
"version": "2.0.0",
88
"displayName": "Waveform generation using DAC",
99
"projectName": "pic18f47q10-dac-waveform-generation",
1010
"shortDescription": "This example demonstrates how DAC peripherals from PICQ10, can be used to generate reference voltage and different signals",
@@ -48,7 +48,7 @@
4848
],
4949
"keywords": [
5050
"Waveform generation",
51-
"Reference Voltage"
51+
"Reference Voltage",
5252
"Melody"
5353
],
5454
"additionalData": {

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Digital-to-Analog Converter (DAC) converts a digital value to an analog volt
77

88
DAC has a flexible option to choose both positive as well as negative reference voltage sources, depending on application requirement.
99

10-
This Xpress example discusses how DAC peripheral from PIC18F Q10 family of microcontrollers, can be used to generate reference voltage and different signals.
10+
This demo example discusses how DAC peripheral from PIC18F Q10 family of microcontrollers, can be used to generate reference voltage and different signals.
1111

1212
# Related Documents / Useful Links
1313

@@ -20,7 +20,7 @@ This Xpress example discusses how DAC peripheral from PIC18F Q10 family of micro
2020
The signals generated in this example are “Sine wave, Triangular wave, Square wave, Sawtooth wave, and constant (reference) voltage signals”. The digital Look Up Table (LUT) is created and fed into DAC input to generate the corresponding signal.
2121

2222
### The LUT is generated by considering following parameters-
23-
1. Constant (Reference) Voltage :
23+
1. Constant (Reference) Voltage:
2424
* Voltage 1.6V
2525
* Voltage 3.0V
2626

@@ -71,7 +71,7 @@ Following Microchip’s free IDE, compiler and graphical code generators are use
7171
***Note: For running the demo, the installed tool versions should be the same or later. This example is not tested with previous versions.***
7272

7373
# Hardware Setup
74-
The following figures (Figure 3.1 and Figure 3.2) shows the hardware connections/details.
74+
The following figures (Figure 3.1 and Figure 3.2) show the hardware connection details.
7575

7676
![Application_hardware_setup_front_view](images/Application_hardware_setup_front_view.jpg)
7777

@@ -168,13 +168,13 @@ The on-board switch SW0 on the Curiosity Nano board is connected to RE2. As ext
168168
* Turn on the Oscilloscope.
169169
* Observe the default Constant signal (Reference Voltage 1.6V) on the Oscilloscope screen.
170170

171-
![Generated_reference_voltage_signal_on_oscilloscope_screen](images/Generated_reference_voltage_signal_on_oscilloscope_screen.png)
171+
![Generated_reference_voltage_signal_on_oscilloscope_screen](images/Generated_reference_voltage_signal_on_oscilloscope_screen_1.png)
172172

173173
**Figure 11: Generated Reference voltage (1.6V) Signal on Oscilloscope screen**
174174

175175
* Press on board button (SW0) to change the generated signal and observe the constant 3.0 volts signal on the Oscilloscope screen.
176176

177-
![Generated_constant_voltage_signal_on_oscilloscope_screen](images/Generated_constant_voltage_signal_on_oscilloscope_screen.png)
177+
![Generated_constant_voltage_signal_on_oscilloscope_screen](images/Generated_reference_voltage_signal_on_oscilloscope_screen_2.png)
178178

179179
**Figure 12: Generated Constant voltage (3.0V) Signal on Oscilloscope screen**
180180

@@ -186,7 +186,7 @@ The on-board switch SW0 on the Curiosity Nano board is connected to RE2. As ext
186186

187187
* Press on board button (SW0) to change the generated signal and observe the Triangular wave on the Oscilloscope screen.
188188

189-
![Generated_triangle_wave_on_oscilloscope](images/Generated_triangle_wave_on_oscilloscope.png)
189+
![Generated_triangle_wave_on_oscilloscope](images/Generated_triangular_wave_on_oscilloscope.png)
190190

191191
**Figure 14: Generated Triangle Wave on Oscilloscope screen**
192192

Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
-19.8 KB
Loading
-9.29 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)