208 Commits

Author SHA1 Message Date
Vowstar
d5047d66fb Merge pull request #138 from dvv/master
some example modules added
2015-01-26 19:53:04 +08:00
Vladimir Dronnikov
96ab811a55 yet another dht11/22 module added 2015-01-26 14:42:20 +03:00
Vladimir Dronnikov
c89686e1f7 yet another ds18b20 module added 2015-01-26 14:42:07 +03:00
Vladimir Dronnikov
5d62624e08 cleanup http module 2015-01-26 14:36:39 +03:00
Vowstar
4fbff3f3ac Merge pull request #137 from alonewolfx2/patch-2
for reading internal vdd33 pin voltage.
2015-01-26 18:59:29 +08:00
HuangRui
4b1b911c98 Update pre-build binary for 20150126 patch of SDK. 2015-01-26 18:42:32 +08:00
HuangRui
bee2ed7231 Patch 20150126 for esp_iot_sdk_v0.9.5_15_01_23. 2015-01-26 18:18:39 +08:00
alonewolfx2
4af0873122 for reading internal vdd33 pin voltage.
example usage and result
```
print(node.readvdd33())
3348
> 
```
2015-01-26 12:17:15 +02:00
HuangRui
d4dcf55764 Formatted ds18b20.lua. 2015-01-26 18:16:55 +08:00
Vowstar
c9bce72cec Merge pull request #135 from tuanpmt/master
can set makefile COMPORT name via argument make COMPORT='COM1' flash
2015-01-26 17:51:41 +08:00
Tuan PM
42eebf8e2d can set makefile COMPORT name via argument make COMPORT='COM1' flash 2015-01-26 13:25:58 +07: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
Vowstar
08717918dc Merge pull request #130 from javieryanez/patch-1
Turn some variables to local
2015-01-26 04:19:33 +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
funshine
3ede2de2ea update readme for api doc 2015-01-25 12:10:40 +08:00
funshine
ad966146fc migrate to sdk 0.9.5 release version 2015-01-24 23:36:04 +08:00
funshine
360fb59e63 add tcp2uart.lua example 2015-01-23 17:12:54 +08:00
funshine
9b472a465b move nodemcu init stage after user_init(), rebuild bin 2015-01-23 13:25:54 +08:00
funshine
f676825872 merge mqtt branch to master and build pre_build bin 2015-01-23 11:48:05 +08: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
Vowstar
706ce8a145 Merge pull request #119 from javieryanez/patch-1
Add DHT22 module by dvv
2015-01-21 15:59:51 +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
zeroday
b6a4030102 Merge pull request #116 from dvv/master
http module draft, with example, by @dvv
2015-01-20 01:27:37 +08:00
Vladimir Dronnikov
93249a52cb http module draft, with example 2015-01-19 20:12:06 +03:00
Vowstar
0f835d0c84 Merge pull request #114 from tobiebooth/master
Added DS3231 module, documentation, and examples
2015-01-19 10:39:07 +08:00
Tobie Booth
bfa3128a6d Added DS3231 module, documentation, and examples 2015-01-18 18:45:17 -06:00
funshine
df3c82391f add spi, and some minor fix 2015-01-18 11:46:15 +08:00
zeroday
262f831e07 Merge pull request #107 from iabdalkader/spi
Add SPI Module (master mode only)
2015-01-18 10:07:41 +08:00
iabdalkader
3c16014641 Add SPI Module
* Add SPI support (master mode only)
* Issue #50
2015-01-16 22:41:34 +02:00
Vowstar
35d2b9e665 Fixed description of Connect to your ap. 2015-01-16 21:04:38 +08:00
funshine
a2d1e5ff2b move eclipse project file to root, now eclipse can see all files 2015-01-12 21:04:43 +08:00
zeroday
59a67e543d Merge pull request #94 from kmpm/esptool
adjustments for esptool.py.
2015-01-12 19:33:38 +08:00
zeroday
1e83bd9f87 Update Makefile
roll back
2015-01-12 19:33:01 +08:00
funshine
724d3be198 combine getnetmask and getip 2015-01-12 19:23:55 +08:00
zeroday
94b643079e Merge pull request #82 from rkoffer/master
WifI wifi.xx.getnetmask & wifi.xx.getbroadcast methods added
2015-01-12 19:13:45 +08:00
Peter Magnusson
cf4a4f2a9d Windows doesn't like forward slash as input to esptool.py 2015-01-11 12:52:24 +01:00
Peter Magnusson
ae6ff1a0f4 fixes from comments on esptool usage 2015-01-10 22:37:12 +01:00
Peter Magnusson
32ea83c224 adjustments for esptool.py.
Can now do make && make flash directly from root.
2015-01-10 21:53:29 +01:00
funshine
2709258c44 using esptool.py in all platform, fix makefile on windows 2015-01-11 04:11:40 +08:00
zeroday
bc33967c16 Merge pull request #89 from sej7278/master
Vastly simplified generating and flashing firmware.
2015-01-11 03:48:24 +08:00
zeroday
56daed7b70 Merge pull request #88 from baracudaz/master
DS18B20 module examples
2015-01-11 00:36:04 +08:00
Simon John
a1e9e58a1e Vastly simplified generating and flashing firmware.
Uses the new elf2image features of esptool.py to do away with the
myriad of shell scripts and binaries.

Fixed permissions on esptool.py
2015-01-10 12:30:52 +00:00
baracudaz
6525747859 DS18B20 module examples
Adding couple of example on how to use DS18B20 module
2015-01-10 10:58:08 +01:00
unknown
e86e8a650c WifI wifi.xx.getnetmask & wifi.xx.getbroadcast methods added 2015-01-09 14:18:27 +01:00
zeroday
a0f5559a86 Merge pull request #81 from nodemcu/dev095
fix eclipse project
2015-01-09 16:02:01 +08:00