Difference between revisions of "Pax Instruments T400"

From sigrok
Jump to navigation Jump to search
m
 
(2 intermediate revisions by 2 users not shown)
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              = unsupported
| status              = planned
| connectivity        = USB serial port
| 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 thermocouple.
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 output CSV data in ASCII format over a USB serial port. Upon device boot or when a new log file is starter a header is also output.
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 ==


== 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 firmward on Github]
* [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:Unupported]]
[[Category:Planned]]

Latest revision as of 15:53, 4 September 2016

Pax Instruments T400
Pax instruments t400.jpg
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

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

Resources