/*********** Vorlage für Eigenbau-Seiten im ElektronIQ-Wiki. ***********/ /* Nicht gebrauchte Abschnitte bitte löschen, oder auskommentieren. */ /************************************************************-<(kmk)>***/ ====== Thermocouple chain ====== /* Ein Titelbild: */ /* {{:eigenbau:thermocouple_chain:start:BILDNAME.jpg?300|}} */ {{ :eigenbau:thermocouple_chain:picture.jpg?direct&400 |}} ==== Principle ==== This project provides four thermocouple to digital channels. The boards can be chained on a one-wire bus to form a long chain of thermocouple inputs. Chain with more than 20 input channels (five boards) have been shown to work, only limited by the conversion time. The chain is compatible with any other one-wire slaves, for example [[https://www.maximintegrated.com/en/products/analog/sensors-and-sensor-interface/DS18B20.html|DS18B20]] temperature sensors (see the [[eigenbau:w1:thermometer_chain:start|thermometer chain]]). Chaining between boards is provided by RJ12/25 patch cables that are available for low prices at common distributors (ISDN cable). Pinout of the 6P6C connectors is as follows: 1: GND 2: Reserved 3: +3V3 4: Reserved 5: DATA 6: Reserved All the functionality is embedded in the Maxim MAX 31850 chips. Specific thermocouple calibration tables are chosen at assembly time by choosing the correct member of the MAX 31850 family (all major thermocouple types available). ==== Development ==== * Developper: Etienne Wodey, wodey@iqo.uni-hannover.de * June 2016 - February 2018 * Status: several chains operated routinely ==== Design files ==== * {{ :eigenbau:thermocouple_chain:schematic.pdf |Schematics}} * {{ :eigenbau:thermocouple_chain:components_front.pdf |Components placement}} * {{ :eigenbau:thermocouple_chain:mechanics.pdf |Mechanics}} * {{ :eigenbau:thermocouple_chain:thermocouple_chain_v1.1.zip |Gerbers}} * [[https://git.iqo.uni-hannover.de/vlbai/thermocouple_chain|git repository]] Note: the standard footprint size for two-poles components is 0805 (in). The footprints are nervertheless much larger than normal to allow easy hand soldering. ==== Box ==== Steffen Sauer (Mg) has designed a {{:eigenbau:w1:thermocouple_chain:box.pdf|box}} (based on Hammond 27134PSLA) for the individual units. The plugs can be purchased from OMEGA (Part No. MPJ-x-F, where x is the thermocouple type). ==== One-wire masters ==== Ways to get a one-wire master (not all tested): * [[http://dangerousprototypes.com/docs/Bus_Pirate|Bus Pirate]] * GPIO bitbang, in particular on a Raspberry Pi (with ''w1-gpio'' driver) * [[https://www.maximintegrated.com/en/products/interface/controllers-expanders/DS2482-100.html|DS2482]] I2C One-wire master * there also exists USB to one-wire adapters In all cases, make sure that the supply voltage is around +3V3. Also, please note that the boards do provide a separate power supply line. Parasitic power is therfore not required. ==== Meckerliste ==== Was für die nächste Version zu tun ist: (:no:: verworfen, :Ok:: in Arbeit, :ok:: im Schaltplan, aber noch nicht im Layout, :OK:: erledigt)