- (text "This is a 4-bit R2R DAC.\n\nThe maximum output is 15/16 of the input: 3.3V * 15 / 16 = 3.09375 V\n\nWe want 700 mV into the RGB buffer.\n\nBuffer Input = 700 mV = 3.09375 V * R / (1000 + R)\n\n=> 3.09375 V * R = 700 mV * (1000 + R)\n=> ( 3.09375 V - 700mV ) * R = 700 mV * 1000\n=> R = 292 Ohm\n\nThe Buffer Input Impedance is 800k, which we can ignore.\n\n300 Ohm is a close standard value.\n\nDIGITAL_IN[0] is the least significant bit\nDIGITAL_IN[3] is the most significant bit\n\nEach resistor must be better than 1/32 or 3.1%.\n"
0 commit comments