Sine Wave with MCP4725 and Rasperry Pi
Generating Sine wave is a relatively simple task. It can be done by adding MCP4725 12bit DAC to Raspberry Pi. For Arduino version based on PCF8591 IC click this link. This setup is based on I2C interface and works by sending 2*Pi radian angle divided by 4096 to a sine function from math.py library. In … Read more