AD9833-Library-Arduino icon indicating copy to clipboard operation
AD9833-Library-Arduino copied to clipboard

Library to control the AD9833 waveform generator

Results 13 AD9833-Library-Arduino issues
Sort by recently updated
recently updated
newest added

hi is it possible to create a SPWM with an Ad9833? If not, can I generate a sine and a triangle curve at the same time with one board or...

I am trying to generate a sine wave at 60khz, however this library does not seem to allow a frequency over 32khz. Ideas?

when compiling and flashing this library as-is, my `teensy 4.1` would crash, at least I would fail to get any serial logs out of the device... after debugging, I found...

My requirement is to generate a sinewave of 1MHz with AD9833 IC using PIC24FJ64GA404 controller. Kindly provide some example codes using PIC24 series controller.

Hi, I tried to make a beeping sound so I used gen.SleepMode(true); and gen.SleepMode(false); to start and stop the sound. But I get a clicking noise. Is there a better...

Hi, Please take a look - this platform has additional SPI buses. https://github.com/stm32duino/wiki/wiki/API#spi When we are using an ISP OLED, on such platforms, we can direct the AD9833 to an...

Hi. I am attempting to use your library to control an AD9833 board module. I can see the default ~1000Hz sine wave on my scope. I am trying to generate...

Hi, I'm trying to get this library working with multiple AD9833 circuits connected on the same SPI-bus. So I've added the following; AD9833.cpp ``` void AD9833 :: SetFNCPin ( uint8_t...

Phase register test. 1 KHz Triangle wave at at 0 degree phase in register0, 2 KHz sine wave at 180 degrees in register1. ![newfile11](https://cloud.githubusercontent.com/assets/3778024/20465143/4108022e-af1c-11e6-96e9-26b73d52e730.png)

Hello. How can this library be used for ESP32? Can you add a selection of arbitrary pins for SPI?