2022-10-16 13:49:53 +00:00
|
|
|
# Function Generator on a RP2040. #
|
2022-10-16 13:46:23 +00:00
|
|
|
* TBD:
|
|
|
|
* Port the clock code from [here](https://www.micro-examples.com/articles/index.php?title=PicOClock)
|
|
|
|
|
2022-10-16 13:49:53 +00:00
|
|
|
* Features:
|
2023-05-06 13:52:55 +00:00
|
|
|
* Direct Digital Synthesis (DDS) Function Generator
|
|
|
|
* Dual 8 bit R-2-R Digital to Analog converter
|
2023-06-18 14:10:42 +00:00
|
|
|
* Variable output level (requires MCP41020 dual digital potentiometer with SPI interface)
|
|
|
|
* Target device = Pico (also works on Pimoroni PGA2040)
|
2023-05-06 13:52:55 +00:00
|
|
|
* External, 3 digit, SPI display
|
2023-03-27 16:24:40 +00:00
|
|
|
* Independant control of either channel through Putty terminal session
|
2023-06-18 14:10:42 +00:00
|
|
|
* Putty terminal session over USB port
|
|
|
|
|
|
|
|
* Limitations:
|
|
|
|
* USB serial requires Windows (10 or later)
|
|
|
|
* Square wave rise time is slow ( distortion visable at ~10KHz )
|
|
|
|
* Phase sync mechanism not effective at high frequencies
|
2023-03-27 16:24:40 +00:00
|
|
|
|
|
|
|
**Two independanty controled, phase locked, DMA channels...**
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
**Early version of hardware running single channel 150Hz Sine wave + 3rd harmonic on a vintage oscilloscope...**
|
2022-04-15 15:28:23 +00:00
|
|
|
|
2022-08-07 13:00:00 +00:00
|
|
|

|
|
|
|
|