Theo Arends
86921e60b2
Add support for VEML6075 and VEML7700
...
- Add support for VEML6075 UVA/UVB/UVINDEX Sensor by device111 (#8432 )
- Add support for VEML7700 Ambient light intensity Sensor by device111 (#8432 )
2020-05-22 15:16:01 +02:00
device111
47a8df84be
Support for VEML6075 and VEML 7700
...
Add support for VEML6075.
-Shows UVA, UVB, UVIndex
supported Commands are:
| Command | Description |
|----------------|------------------|
|VEML6075power | Power up/down |
|VEML6075dynamic | HD Mode |
|VEML6075inttime | Integration Time |
Add initial Support for VEML7700 (#8260 )
- the implementation based on Adafruit VEML7700 Libary.
- Shows Illuminance and White Content of Light.
2020-05-12 21:24:44 +02:00
device111
2f627f98ce
support for AS3935, initial commit
2020-04-11 01:48:37 +02:00
Theo Arends
6254c9a35c
Merge branch 'development' into development
2020-04-10 15:28:55 +02:00
Khoa Ton
eb796f8976
New driver for I2C HT16K33 backpack 7 segment LED
2020-04-10 01:06:00 -07:00
Staars
90be0804eb
add iAQ-core air quality sensor
2020-04-09 14:22:44 +02:00
Luis Teixeira
b758699e39
Some corrections based on feedback from the project leads contributors.
...
Improved runtime impact by replacing the sleep between the I2C operations with separate code triggered by timer events.
2020-03-13 00:46:25 +00:00
Luis Teixeira
292698123b
Minor correction to the description. Slightly simplified declaration of the sensor in the support_features.ino.
2020-03-10 23:33:09 +00:00
Luis Teixeira
3908865473
Added the hdc1080 device driver.
2020-03-08 20:54:28 +00:00
Denis
19ca1eb2d4
Merge branch 'development' into add-wemos-motor-shield-v1
2020-02-20 21:05:55 -08:00
Denis
46ad5166e1
Add Wemos DC mottor shild (v1.0.0) support
2020-02-19 21:55:20 -08:00
device111
7f72d266f8
prepare for merging
2020-02-19 09:37:36 +01:00
device111
583f08672e
Update I2CDEVICES.md
2020-02-18 09:14:40 +01:00
Leonid Muravjev
782414c35d
ds1624: support for ds1621 and ds1624
...
[x] the I2C address reservation implemented.
[x] multiple sensors any combination with 8 addresses
[x] with and without HotPlug support
2019-12-27 22:56:16 +03:00
Stefan Oskamp
d199cfcc39
Added DHT12
...
Refer to issue #7229
2019-12-17 21:25:51 +01:00
blakadder
02aba62c57
docs refactored and links to docs updated
2019-11-22 22:44:38 +01:00
Theo Arends
b31f3d82e3
Add support for I2C sensor TLS2591
...
Add support for I2C sensor TLS2591 Light Intensity sensor (#6873 )
2019-11-11 11:29:15 +01:00
Theo Arends
538d40ab72
Change default I2C address ranges
...
* Change supported PCF8574 I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
* Change supported PCF8574A I2C address range to 0x39 - 0x3F allowing other I2C devices with address 0x38 to be used at the same time
* Change supported MCP230xx I2C address range to 0x20 - 0x26 allowing other I2C devices with address 0x27 to be used at the same time
2019-11-08 17:48:19 +01:00
Theo Arends
f32b64d5de
Refactor I2C driver detection phase 2
2019-11-07 16:56:05 +01:00
Theo Arends
d2e152f91b
Update I2CDEVICES.md
2019-11-03 18:03:32 +01:00
Theo Arends
1e29593469
Bump version 7.0.0.3
...
Initial support for I2C driver runtime control using command I2CDriver and document I2CDEVICES.md
2019-11-03 17:54:39 +01:00
Theo Arends
4891bad69a
Change sonoff references to tasmota
2019-11-03 15:37:33 +01:00