Difference between revisions of "Pax Instruments T400"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m (Fix typos, cosmetics.) |
|||
Line 2: | Line 2: | ||
| image = [[File:Pax_instruments_t400.jpg|300px]] | | image = [[File:Pax_instruments_t400.jpg|300px]] | ||
| name = Pax Instruments T400 | | name = Pax Instruments T400 | ||
| status = | | status = planned | ||
| connectivity = USB serial | | source_code_dir = | ||
| connectivity = USB/serial | |||
| measurement_range = -270 - 1370 C | | measurement_range = -270 - 1370 C | ||
| resolution = 0.1 C | | resolution = 0.1 C | ||
Line 10: | Line 11: | ||
}} | }} | ||
The Pax Instruments is a logging thermometer with four thermocouple inputs, USB connectivity, and MicroSD storage. It supports K type | The '''Pax Instruments T400''' is a logging thermometer with four thermocouple inputs, USB connectivity, and MicroSD storage. It supports K type thermocouples. | ||
== Hardware == | == Hardware == | ||
* Microcontroller: ATmega32U4, 8 MHz, 3.3 V | |||
* ADC: [http://ww1.microchip.com/downloads/en/DeviceDoc/22088b.pdf MCP3424] | * '''Microcontroller''': Atmel ATmega32U4, 8 MHz, 3.3 V | ||
* Junction temperature: [http://ww1.microchip.com/downloads/en/DeviceDoc/21909c.pdf MCP9800] | * '''ADC''': [http://ww1.microchip.com/downloads/en/DeviceDoc/22088b.pdf Microchip MCP3424] | ||
* Screen: 132x64 LCD | * '''Junction temperature''': [http://ww1.microchip.com/downloads/en/DeviceDoc/21909c.pdf Microchip MCP9800] | ||
* '''Screen''': 132x64 LCD | |||
== Protocol == | == Protocol == | ||
The T400 | The T400 outputs CSV data in ASCII format over a USB serial port. Upon device boot or when a new log file is started a header is also output. | ||
Here is a sample of serial output when a new logging session has started | Here is a sample of the serial output when a new logging session has started: | ||
<small> | |||
v0.14-beta | v0.14-beta | ||
File: LD0041.CSV | File: LD0041.CSV | ||
Line 39: | Line 42: | ||
10, 24.94, 24.17, 25.31, 22.99 | 10, 24.94, 24.17, 25.31, 22.99 | ||
11, 24.94, 24.17, 25.31, 22.99 | 11, 24.94, 24.17, 25.31, 22.99 | ||
</small> | |||
== Resources == | |||
* [http://paxinstruments.com/products/sku927/ Pax Instruments T400 product page] | * [http://paxinstruments.com/products/sku927/ Pax Instruments T400 product page] | ||
* [https://github.com/PaxInstruments/t400-electronics T400 electronics on Github] | * [https://github.com/PaxInstruments/t400-electronics T400 electronics on Github] | ||
* [https://github.com/PaxInstruments/t400-firmware T400 | * [https://github.com/PaxInstruments/t400-firmware T400 firmware on Github] | ||
* [https://github.com/PaxInstruments/t400-enclosure T400 enclosure on Github] | * [https://github.com/PaxInstruments/t400-enclosure T400 enclosure on Github] | ||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Thermometer]] | [[Category:Thermometer]] | ||
[[Category: | [[Category:Unsupported]] |
Revision as of 14:53, 4 September 2016
Status | planned |
---|---|
Connectivity | USB/serial |
Measurement range (A) | -270 - 1370 C |
Resolution | 0.1 C |
Accuracy (94dB@1kHz) | 1.5 C |
Website | paxinstruments.com |
The Pax Instruments T400 is a logging thermometer with four thermocouple inputs, USB connectivity, and MicroSD storage. It supports K type thermocouples.
Hardware
- Microcontroller: Atmel ATmega32U4, 8 MHz, 3.3 V
- ADC: Microchip MCP3424
- Junction temperature: Microchip MCP9800
- Screen: 132x64 LCD
Protocol
The T400 outputs CSV data in ASCII format over a USB serial port. Upon device boot or when a new log file is started a header is also output.
Here is a sample of the serial output when a new logging session has started:
v0.14-beta File: LD0041.CSV time (s), temp_0 (C), temp_1 (C), temp_2 (C), temp_3 (C) 0, 24.86, 24.30, 25.83, 23.48 1, 24.86, 24.30, 25.83, 23.48 2, 24.86, 24.30, 25.83, 23.28 3, 24.79, 24.22, 25.56, 23.21 4, 24.99, 24.22, 25.56, 23.04 5, 24.79, 24.22, 25.56, 23.21 6, 24.74, 24.17, 25.51, 22.99 7, 24.99, 24.22, 25.36, 23.04 8, 24.94, 24.17, 25.31, 22.99 9, 24.94, 24.17, 25.31, 22.99 10, 24.94, 24.17, 25.31, 22.99 11, 24.94, 24.17, 25.31, 22.99