RP2040-code/Function Generator
Tony 99e4543ad2
Update README.md
2023-08-21 20:23:59 +01:00
..
Images Improved DAC mechanism 2023-04-29 16:08:21 +01:00
CMakeLists.txt Improved DAC mechanism 2023-04-29 16:08:21 +01:00
DAC.pio Improved DAC mechanism 2023-04-29 16:08:21 +01:00
FunctionGenerator.cpp Various updates 2023-07-08 13:34:54 +01:00
README.md Update README.md 2023-08-21 20:23:59 +01:00
blink.pio Second DMA channel 2023-03-27 16:58:28 +01:00

README.md

Function Generator on a RP2040.

  • TBD:

    • Port the clock code from here <-- Changed my mind, going for a full analogue clock face instead
  • Features:

    • Direct Digital Synthesis (DDS) Function Generator
    • Dual 8 bit R-2R Digital to Analog converter
    • 1Hz => 1MHz frequency range.
    • Variable output level (requires MCP41020 dual digital potentiometer with SPI interface)
    • Target device = Pico (also works on Pimoroni PGA2040)
    • External, 3 digit, SPI display
    • Independant control of either channel through Putty terminal session over USB port
  • Limitations:

    • USB serial requires Windows (10 or later)
    • Phase sync mechanism not effective at high frequencies

Two independanty controled, phase locked, DMA channels...

Hardware

Early version of hardware running single channel 150Hz Sine wave + 3rd harmonic on a vintage oscilloscope...

Hardware