|
Build_a_Kit
IntroductionThis should give a short guide how to make one MultiDisplay :) PCB assemblyHow to make the PCB´s: Build the MD01, the main Print Build the MD02, the interface Print Build the MD03, the sensor Print TypK circuit calibrationon the MD03 print the amplifier gain from the LTC1050 must be set to 95, but its easy to do :)
Measure the real resistance of R11 it should be 100, but you need to measure it at least down to 0.1 Ohm (like 99.5Ohms)
Calculate the total Value of R7 and R8(Potentiometer) The calculation is simple: R7+R8 = (R11*95)-R11 For our example: R7+R8 = (100*95)-100 = (9500)-100 = 9400 So we need to set R7 and R8 to 9400Ohms.
Set R7 and R8 to the calculated value.
on IC3 (LTC1050) Pin 2 and Pin 6, marked red , you can measure R7 and R8. The measurement must be done without the LTC1050 chip installed!!! So put your probes in Pin 2 and Pin 6, then take a screwdriver and adjust R8 (marked yellow) Adjust as close as you can to get the calculated value. Done :) Connect the LCD and the ButtonsConnect the LCD and the Buttons like described here: Interface Install the softwarecheckout the latest build from the SVN, and make shure you have the Arduino19 IDE (above does not work) Update the Arduino Files with the one from the SVN: http://code.google.com/p/multidisplay/source/browse/#svn/trunk/libs Build it, and load it into the Arduino! the latest release is this one: http://code.google.com/p/multidisplay/source/browse/#svn/branches/md_002p0 Connect the sensorsConnect all the sensors like described here: Connect the Sensors Done! | |