Noise in Due DAC
hello all,
i can't seem find information online this. use arduino due deliver analog signals series of experiments have coming up. need deliver signal ~5 mv. how peak peak noise should expect in due's dac? thank tremendously information can provide.
thanks,
fb
i can't seem find information online this. use arduino due deliver analog signals series of experiments have coming up. need deliver signal ~5 mv. how peak peak noise should expect in due's dac? thank tremendously information can provide.
thanks,
fb
you won't able output 5mv directly. need use voltage divider (resistors) achieve it.
i can't find source anymore, due's dac output 1/6 5/6 of full (0 3.3v) voltage range.
hence analogwrite(dac1, 0); correspond 0.55v, , goes 2.75v (ish)
noise depend on how current drawn, emf , capacitors use. experience should few millivolts, depends on making due compute (timer interupts, etc)
i can't find source anymore, due's dac output 1/6 5/6 of full (0 3.3v) voltage range.
hence analogwrite(dac1, 0); correspond 0.55v, , goes 2.75v (ish)
noise depend on how current drawn, emf , capacitors use. experience should few millivolts, depends on making due compute (timer interupts, etc)
Arduino Forum > Products > Arduino Due (Moderator: fabioc84) > Noise in Due DAC
arduino
Comments
Post a Comment