User Tools

Site Tools


en:thermophile

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:thermophile [2015/02/22 23:03] – [Infrared thermometer] kaklen:thermophile [2015/02/22 23:11] kakl
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation is finished)// 
- 
 ====== Infrared thermometer ====== ====== Infrared thermometer ======
  
 This is a thermopile sensor for contact-less measurement of temperature. This is a thermopile sensor for contact-less measurement of temperature.
  
-There is some sample code for usage with pymplab Python library:+{{:cs:modules:thermopile:thermopile01a_small.jpg?500|thermopile}} 
 + 
 +There is sample code for usage with [[https://github.com/MLAB-project/MLAB-I2c-modules|pymlab]] Python library and [[en:usbi2c|USBI2C01A]] module:
  
   from pymlab import config   from pymlab import config
Line 23: Line 23:
                   {"name": "thermopile", "type": "thermopile01", "channel": 4, },                   {"name": "thermopile", "type": "thermopile01", "channel": 4, },
               ],               ],
-     },+           },
       ],       ],
   )   )
Line 33: Line 33:
   while True:   while True:
       print "Ta ", sensor.getTambient(),  To ", sensor.getTobject1()       print "Ta ", sensor.getTambient(),  To ", sensor.getTobject1()
- 
  
en/thermophile.txt · Last modified: 2015/02/22 23:11 (external edit)