45 Commits

Author SHA1 Message Date
funshine
9818c5063b Merge branch 'master' into dev 2015-03-15 20:51:38 +08:00
zeroday
6c8cace9c0 Merge pull request #222 from sza2/master
Fix for negative values, Thanks @sza2
2015-03-15 20:46:50 +08:00
zeroday
b489838017 Merge pull request #271 from ftruzzi/master
DRDYn pin support added.
2015-03-08 10:12:15 +08:00
Francesco Truzzi
c96c8d570a Update README.md 2015-03-07 15:04:42 +01:00
ftruzzi
1c54cca234 Added DRDYn pin support. 2015-03-07 15:01:20 +01:00
Francesco Truzzi
8c2880d718 Delete README.md 2015-03-07 14:57:08 +01:00
Vowstar
acf0df3aad Merge pull request #269 from ftruzzi/master
New module: HDC1000 temperature and humidity sensor.
2015-03-07 11:03:37 +08:00
Francesco Truzzi
be93fe5e14 Update README.md 2015-03-07 03:14:52 +01:00
ftruzzi
9f7a2554f5 First release of HDC1000 module.
A module for the HDC1000 temperature and humidity sensor.
2015-03-07 03:11:17 +01:00
funshine
0f6046d8a2 Merge branch 'master' into dev 2015-03-03 14:46:08 +08:00
AllAboutEE
34d0b773d9 Added I/O expander MCP23008 module and two examples: digital output with LEDS, and digital input with buttons. 2015-03-02 13:21:26 -06:00
Tamas Szabo
67ab2d018e Update ds18b20.lua 2015-02-21 17:05:16 +01:00
robcazzaro
85727485cf Update dht22.lua
Addresses issue #225, slower loop timing due to the use of floats. Should be safe to use with integer-only builds, since on integer-only builds I could never see "3" as a valid value for either low or high
2015-02-16 19:17:23 +00:00
sza2
5a629e4297 Fix for negative values 2015-02-14 10:48:41 +01:00
Vladimir Dronnikov
edc7eaf3ff redis client module added. pubsub so far 2015-02-06 22:22:37 +03:00
Vowstar
513c46b453 Merge pull request #165 from Manawyrm/patch-1
Fixed DS18B20 handling because of new floating point handling
2015-02-03 12:54:16 +08:00
Vowstar
a30ff88dc3 Merge pull request #167 from javieryanez/patch-4
Add support for NodeMCU with float point in the example
2015-02-03 12:52:33 +08:00
Javier Yáñez
d155cfc57e Add support for NodeMCU with float point in the example 2015-02-02 10:01:24 +01:00
Javier Yáñez
a3e518724c Support for versions of NodeMCU with float point
Read error is indicated with humidity = nil
2015-02-02 09:59:20 +01:00
Tobias Mädel
4bde88cd81 Fixed DS18B20 handling because of new floating point handling
Hi,

because of the new floating point API, the old ds18b20 code returns strange values like "19.8250.8250". 
This change fixes that. 

Best regards,
Tobias
2015-02-01 18:20:45 +01:00
HuangRui
8cc661923b The read function returns an incorrect temperature. Fixed #149. 2015-01-31 10:46:43 +08:00
HuangRui
f45e6fece3 Followed Vladimir Dronnikov's advices.
https://github.com/nodemcu/nodemcu-firmware/pull/156
2015-01-30 22:21:44 +08:00
Martin Han
ad1ec8fb6d BH1750中文手册 2015-01-30 21:42:23 +08:00
Martin Han
de128ea88c UPDATA TO LELIAN 2015-01-30 21:28:31 +08:00
Martin Han
6aca8daf16 Print LUX Data Every 10s 2015-01-30 21:24:54 +08:00
Martin Han
fb10825c13 BH1750 User's Manual 2015-01-30 21:21:18 +08:00
Martin Han
555d64af2a BH1750 Module, Written by xiaohu 2015-01-30 21:20:30 +08:00
Martin Han
eb55edaba7 Revert "BH1705 Manual"
This reverts commit 3c2288cc47dc8234b2428261c74d9e2c8e585352.
2015-01-30 20:52:59 +08:00
Martin Han
3c2288cc47 BH1705 Manual 2015-01-30 20:32:46 +08:00
Vladimir Dronnikov
5d62624e08 cleanup http module 2015-01-26 14:36:39 +03:00
HuangRui
d4dcf55764 Formatted ds18b20.lua. 2015-01-26 18:16:55 +08:00
Vowstar
09335d8252 Merge pull request #131 from javieryanez/patch-2
Error checking added in the example. Functions description added
2015-01-26 04:20:04 +08:00
Javier Yáñez
5a50f4e4ee Error checking added in the example. Functions description added 2015-01-25 20:20:48 +01:00
Javier Yáñez
71dd55ba45 Turn some variables to local
ake some adjustments because of the optimization using local variables
2015-01-25 20:13:07 +01:00
HuangRui
0ea9cb9c01 VIP6(xingyuewang,http://517513.cn) commit si7021 module. 2015-01-22 23:30:59 +08:00
HuangRui
f09f6443d1 Move ds18b20.CN.md to ds18b20.ZH.md 2015-01-21 18:45:08 +08:00
HuangRui
2fbd5ed509 Move bmp085.lua to bmp085 folder.
Add bmp085.EN.md.
2015-01-21 18:43:57 +08:00
Vowstar
8660c32dbc Merge pull request #120 from javieryanez/patch-2
Add README.md for DHT22 module by javieryanez
2015-01-21 16:00:26 +08:00
Javier Yáñez
0b8b883e90 README.md for DHT22 module 2015-01-21 08:23:06 +01:00
Javier Yáñez
75904ed9bd DHT22 module 2015-01-21 08:21:08 +01:00
Vladimir Dronnikov
93249a52cb http module draft, with example 2015-01-19 20:12:06 +03:00
Tobie Booth
bfa3128a6d Added DS3231 module, documentation, and examples 2015-01-18 18:45:17 -06:00
baracudaz
6525747859 DS18B20 module examples
Adding couple of example on how to use DS18B20 module
2015-01-10 10:58:08 +01:00
HuangRui
c18f198af8 Fix the bug of memory release in documents. 2014-12-23 16:24:53 +08:00
funshine
152107feab rename folder name to pre_build 2014-12-22 20:28:37 +08:00