Digital to Analog Converters (DAC)

I would like to ask what are some DACs that are compatible to Arduino Mega 2560 to my BMS board.

Thank you :slight_smile:

there are many. what are the specifications you need? #bits?

e.g. - SparkFun I2C DAC Breakout - MCP4725 - BOB-12918 - SparkFun Electronics -

Any DAC with an SPI or I2C interface will work, as well as DAC with parallel interface with a bit more effort.
The MCP4821/4822 and MCP49214922 series are easy to use and come in 8-10-12 bit variants, single and dual DACs,
internal or external Vref.

Thanks so much peeps! :smiley: