Skip to content

Commit

Permalink
New lib version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yellobyte committed Oct 19, 2023
1 parent ea2d5f2 commit ffe4cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Depending on your projects requirements always try to keep SW_FSTEP_MAX as low a

`CHANNEL_VOLTAGE_MAX=Vreal`: The maximal possible DAC output voltage of your ESP32 depends on the supply voltage (VDD), the chip itself and the actual load on your DAC channels. It will slightly vary with every dev board you try and is usually between ~3.2...~3.4V. If it's way off then your ESP32 chip or the surrounding circuitry might be faulty !

To generate a more precise output voltage you can do this: Generate max voltage level on the DAC channel used with _outputVoltage(255)_ and measure the real output voltage, preferably with the designated load. Then add this build option holding the measured value to your config file, e.g.: CHANNEL_VOLTAGE_MAX=3.28.
To generate a more precise output voltage you can do this: Generate max voltage level on the DAC channel used, e.g. with _outputVoltage(255)_ and measure the real output voltage, preferably with the designated load. Then add this build option holding the measured value to your config file, e.g.: CHANNEL_VOLTAGE_MAX=3.28.

## :information_source: The integrated cosine waveform (CW) generator

Expand Down

0 comments on commit ffe4cb6

Please sign in to comment.