RP2040-code/Function Generator/README.md

22 wiersze
878 B
Markdown
Czysty Zwykły widok Historia

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-03-27 16:24:40 +00:00
* Target device = Pimoroni PGA2040 (header can be modified to use Pico)
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-05-06 13:52:55 +00:00
* Putty terminal session over USB port
2023-03-27 16:24:40 +00:00
**Two independanty controled, phase locked, DMA channels...**
![Hardware](https://github.com/oddwires/RP2040/blob/master/Function%20Generator/Images/Capture.JPG)
**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
![Hardware](https://github.com/oddwires/RP2040/blob/master/Function%20Generator/Images/FunctionGenerator.jpg)