Tsunami
Toch
—
2015-11-22T12:41:09Z —
#1
Hi
From the Sineoutput example, how to change to the other waveform? Please help.
nickjohnson
—
2015-11-23T07:22:30Z —
#2
Do you mean triangle waves? You can do that by calling Tsunami.setOutputMode(OUTPUT_MODE_TRIANGLE);
jmachace
—
2015-12-21T08:59:05Z —
#3
What about an arbitrary waveform?
nickjohnson
—
2015-12-22T11:32:55Z —
#4
You can do this at low speed by calling setOffset with the DDS disabled, or (faster) by writing directly to the offset DAC using SPI. High speed arbitrary waveforms are not supported.
Solomute
—
2015-12-25T07:01:15Z —
#5
What would be the best way to generate a precise PWM signal? (i.e. the precision benefits from the precision of the onboard reference)
nickjohnson
—
2015-12-26T14:29:43Z —
#6
The TCXO drives both the DDS and the MCU, so you can set up a PWM waveform like you normally would on the Arduino and you'll automatically get the same degree of precision.