meta data for this page
  •  

Differences

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

Link to this comparison view

Next revision
Previous revision
home_automation:sensors [2016/03/25 10:01] – created niziakhome_automation:sensors [2021/04/13 13:28] (current) niziak
Line 1: Line 1:
 ====== Sensors ====== ====== Sensors ======
 +
 +===== ATC_MiThermometer ===== 
 +
 +Xiaomi
 +MiThermomether
 +
 +
 +[[https://github.com/atc1441/ATC_MiThermometer|ATC_MiThermometer]]
 +[[https://atc1441.github.io/TelinkFlasher.html|Telink Flasher for Mi Thermostat]]
 +
 +ESPHome: [[https://esphome.io/components/sensor/xiaomi_ble.html|Xiaomi Mijia BLE Sensors]]
 +
 +
 +
 ===== Temp & hum DHT ===== ===== Temp & hum DHT =====
 [[https://github.com/adafruit/Adafruit_Python_DHT]] [[https://github.com/adafruit/Adafruit_Python_DHT]]
  
 ===== Light sensor TSL2561 ===== ===== Light sensor TSL2561 =====
-[[http://dino.ciuffetti.info/2014/03/tsl2561-light-sensor-on-raspberry-pi-in-c/|C version]] + 
-[[https://www.npmjs.com/package/tsl2561|Node JS interface]] +Arduino version adapted to standalone C code is available on **Blog di Bernardino (Dino) Ciuffetti**: 
-[[https://github.com/adafruit/TSL2561-Arduino-Library|TSL2561-Arduino-Library]]+[[http://dino.ciuffetti.info/2014/03/tsl2561-light-sensor-on-raspberry-pi-in-c/|C version]] \\ 
 +Compiled binaries for Raspberry can be downloaded from **nettemp** project: [[https://github.com/sosprz/nettemp/tree/nettemp3/modules/sensors/i2c/TSL2561|modules/sensors/i2c/TSL2561]]\\ 
 + 
 +Other projects:\\ 
 +[[https://www.npmjs.com/package/tsl2561|Node JS interface]]\\ 
 +[[https://github.com/adafruit/TSL2561-Arduino-Library|TSL2561-Arduino-Library]]\\