RP2040-code/Function Generator
Tony 9ee02ab3c9 Various updates 2024-10-15 11:19:21 +01:00
..
Images Clock image 2023-08-27 20:05:34 +01:00
CMakeLists.txt Various updates 2024-10-15 11:19:21 +01:00
ClockModule.cpp Various updates 2024-10-15 11:19:21 +01:00
ClockModule.h Various updates 2024-10-15 11:19:21 +01:00
DAC.pio Various updates 2024-10-15 11:19:21 +01:00
DAC_Class.cpp Various updates 2024-10-15 11:19:21 +01:00
DAC_Class.h Various updates 2024-10-15 11:19:21 +01:00
Demo.cpp Various updates 2024-10-15 11:19:21 +01:00
Demo.h Various updates 2024-10-15 11:19:21 +01:00
FunctionGenerator.cpp Various updates 2024-10-15 11:19:21 +01:00
Function_Generator.uf2 Various updates 2024-10-15 11:19:21 +01:00
GPIO+Definitions.h Various updates 2024-10-15 11:19:21 +01:00
README.md Update README.md 2023-08-27 20:54:27 +01:00
SPI_Utils.cpp Various updates 2024-10-15 11:19:21 +01:00
SPI_Utils.h Various updates 2024-10-15 11:19:21 +01:00
pico_sdk_import.cmake Various updates 2024-10-15 11:19:21 +01:00

README.md

Function Generator on a RP2040.

  • Features:

    • Direct Digital Synthesis (DDS) Function Generator
    • Independant control of either channel through Putty terminal session over USB port
    • Dual 8 bit R-2R Digital to Analog converter
    • 1Hz => 1MHz frequency range.
    • X-Y mode for Analog clock
    • Variable output level 0=>100%
    • External, 3 digit, SPI display
    • Target device = Pico (also works on Pimoroni PGA2040)
  • Limitations:

    • USB serial requires Windows (10 or later)
    • Phase sync mechanism not effective at high frequencies
    • Target device must be overclocked for 1MHz operation

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

X-Y mode for Analog Clock Simulator on a CRT Oscilloscope...

Hardware