2022-10-16 13:49:53 +00:00
|
|
|
# Function Generator on a RP2040. #
|
2022-10-16 13:46:23 +00:00
|
|
|
* TBD:
|
2023-03-27 16:24:40 +00:00
|
|
|
* Tighten up the phase lock code
|
2022-10-16 13:46:23 +00:00
|
|
|
* 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:
|
|
|
|
* Direct digital synthesis (DDS) Function Generator
|
2023-03-27 16:24:40 +00:00
|
|
|
* Dual 8 bit R2R Digital to Analog converter
|
|
|
|
* Target device = Pimoroni PGA2040 (header can be modified to use Pico)
|
|
|
|
* External 3 digit display
|
|
|
|
* Independant control of either channel through Putty terminal session
|
|
|
|
* Putty terminal session on USB port
|
|
|
|
|
|
|
|
|
|
|
|
**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
|
|
|

|
|
|
|
|