Difference between revisions of "Lascar Electronics EL-USB-2"

From sigrok
Jump to navigation Jump to search
(Created page with "thumb|right|EL-USB-2 The [http://www.lascarelectronics.com/ Lascar Electronics] [http://www.lascarelectronics.com/temperature...")
 
(quote example sigrok-cli use (by confuc via IRC))
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Sigrok_logo_no_text_transparent_512.png|thumb|right|EL-USB-2]]
[[File:EL-USB-2.png|thumb|right|Lascar Electronics EL-USB-2]]


The [http://www.lascarelectronics.com/ Lascar Electronics] [http://www.lascarelectronics.com/temperaturedatalogger.php?datalogger=102 EL-USB-2] is a USB-based temperature and humidity logger.
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 ==


TODO.
* [http://www.silabs.com/products/mcu/usb/Pages/C8051F32x-34x.aspx Silicon Labs C8051F321] 8051-based USB microcontroller
* [http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en010823 Microchip 24LC256] 32kB EEPROM
* [http://www.sensirion.com/en/products/humidity-temperature/humidity-sensor-sht11/ Sensiron SHT11] Temperature/humidity sensor


== Photos ==
== Photos ==


TODO.
<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 ==


TODO.
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 ==


TODO.
* [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:Planned]]
[[Category:Hygrometer]]
[[Category:Supported]]

Latest revision as of 19:16, 24 February 2020

Lascar Electronics EL-USB-2

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

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

Resources