Difference between revisions of "Lascar Electronics EL-USB-2"
Jump to navigation
Jump to search
(quote example sigrok-cli use (by confuc via IRC)) |
|||
(31 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[File:EL-USB-2.png|thumb|right|EL-USB-2]] | [[File:EL-USB-2.png|thumb|right|Lascar Electronics EL-USB-2]] | ||
The | The [http://www.lascarelectronics.com/temperaturedatalogger.php?datalogger=102 Lascar Electronics EL-USB-2] is a USB-based temperature and humidity logger. | ||
See [[Lascar Electronics EL-USB-2/Info]] for more details (such as '''lsusb -vvv''' output) about the device. | See [[Lascar Electronics EL-USB-2/Info]] for more details (such as '''lsusb -vvv''' output) about the device. | ||
The sigrok driver for this device also supports the EL-USB-2+, EL-USB-LCD, and EL-USB-LCD+. Note that only downloading logged data is supported by sigrok; configuring the device is not currently supported. | |||
== Hardware == | == Hardware == | ||
Line 13: | Line 15: | ||
== Photos == | == Photos == | ||
<gallery> | |||
File:EL-USB-2.png|<small>Device, top</small> | |||
File:EL-USB-2 side.jpg|<small>Device, side</small> | |||
File:EL-USB-2 uncapped.jpg|<small>Device, uncapped</small> | |||
File:EL-USB-2 battery.jpg|<small>Device, battery</small> | |||
File:EL-USB-2 sensor.jpg|<small>Sensirion SHT11</small> | |||
File:EL-USB-2 PCB top.jpg|<small>PCB, top</small> | |||
File:EL-USB-2 PCB bottom.jpg|<small>PCB, bottom</small> | |||
File:EL-USB-2 F321.jpg|<small>SiLabs C8051F321</small> | |||
File:EL-USB-2 24LC256.jpg|<small>Microchip 24LC256</small> | |||
</gallery> | |||
== Protocol == | == Protocol == | ||
See [[Lascar Electronics EL-USB protocol]]. | |||
== Example use == | |||
(This use case was reported by user confuc via IRC.) | |||
$ sigrok-cli -d lascar-el-usb:conn=10c4.0002 --samples 16382 -o file.sr | |||
== Resources == | == Resources == | ||
* [http://www.lascarelectronics.com/pdf-usb-datalogging/data-logger0765755001349354469.pdf Manual] | |||
* [http://www.lascarelectronics.com/data-logger/easylogger-software.php Vendor software] | |||
* [http://sourceforge.net/apps/mediawiki/eltuxusb/index.php?title=Main_Page eltuxusb project] | |||
[[Category:Device]] | [[Category:Device]] | ||
[[Category:Thermometer]] | [[Category:Thermometer]] | ||
[[Category: | [[Category:Hygrometer]] | ||
[[Category:Supported]] |
Latest revision as of 18:16, 24 February 2020
The Lascar Electronics EL-USB-2 is a USB-based temperature and humidity logger.
See Lascar Electronics EL-USB-2/Info for more details (such as lsusb -vvv output) about the device.
The sigrok driver for this device also supports the EL-USB-2+, EL-USB-LCD, and EL-USB-LCD+. Note that only downloading logged data is supported by sigrok; configuring the device is not currently supported.
Hardware
- Silicon Labs C8051F321 8051-based USB microcontroller
- Microchip 24LC256 32kB EEPROM
- Sensiron SHT11 Temperature/humidity sensor
Photos
Protocol
See Lascar Electronics EL-USB protocol.
Example use
(This use case was reported by user confuc via IRC.)
$ sigrok-cli -d lascar-el-usb:conn=10c4.0002 --samples 16382 -o file.sr