The Raspberry Pi lacks a DAC but using the I2C bus, one can easily add a device like the 12bit MCP4725. The GPIO library wiringPi provides support for I2C devices, however, getting the MCP4725 working with it isn’t a simple as one might hope. The device is 12bit but the I2C protocol works on bytes … Continue reading Raspberry Pi DAC – MCP4725 with wiringPi
The post Raspberry Pi DAC – MCP4725 with wiringPi appeared first on John Whittington Engineer.