Marcel Stör
07aa210c50
Remove DEVKIT_VERSION_0_9 and deprecated functions ( #1439 )
2016-08-04 23:03:37 +02:00
Yury Popov
f1afe7b6ab
Add support for dynamic timers, deprecating the static ones ( #1424 )
2016-08-02 22:35:53 +02:00
Arnim Läuger
7f8a2b2c19
Update u8glib to v1.19.1 and add setContrast() ( #1385 )
2016-08-02 22:29:34 +02:00
Marcel Stör
8a7007efc9
Fix typo
2016-07-31 23:16:47 +02:00
snosrap
8cd5e02634
Fixed `STA_DISCONNECT` typo ( #1430 )
2016-07-31 23:09:16 +02:00
Marcel Stör
f9875f6e38
Skip connect() in init.lua
2016-07-28 07:07:39 +02:00
Marcel Stör
3eccf506d1
Add note about calling sntp.sync periodically
2016-07-25 14:28:27 +02:00
Marcel Stör
2cfdc6a805
Re-write the 'upgrading firmware' section in the flash docs ( #1414 )
2016-07-23 16:04:36 +02:00
Arnim Läuger
84c005e85c
Update to SDK 1.5.4.1 ( #1390 )
2016-07-22 23:18:47 +02:00
Thomas Soëte
8866297c6d
Remove buffer:write() as ws2812.write() handles buffers ( #1408 )
2016-07-20 23:04:33 +02:00
Thomas Soëte
854ad7c80f
Handle two WS2812 strips in parallel using the two UARTs through GPIO2 and TXD0 ( #1310 )
2016-07-20 22:28:47 +02:00
Arnim Läuger
56839fb20b
Add rtctime.epoch2cal() ( #1386 )
2016-07-19 22:01:26 +02:00
Marcel Stör
0bbce6f845
Set admonition types correctly (subjective)
2016-07-14 22:52:30 +02:00
Marcel Stör
76c3c7d486
Fix admonition in CoAP documentation
2016-07-14 21:32:33 +02:00
Arnim Läuger
a6248500b9
update init data reference to sdk 1.5.4 ( #1388 )
2016-07-11 23:04:47 +02:00
Marcel Stör
8394810057
Add meta info to Switec doc page
2016-07-10 00:38:42 +02:00
Harald Kubota
b366bf4988
Update sntp.md ( #1378 )
...
Extra character in the doc
2016-07-02 21:54:22 +02:00
Marcel Stör
3a7f01bb66
Fix documented MAC address format of wifi.sta.getmac()
2016-06-29 22:46:34 +02:00
Marcel Stör
b702b3a403
Fix a few typos
2016-06-29 22:12:24 +02:00
Marcel Stör
b31b2f8de0
Add note about outdated Lua files to flash upgrade note
2016-06-29 09:38:43 +02:00
Marcel Stör
adf717353a
Slightly adjust Switec docs (we never mention sources)
2016-06-26 14:45:40 +02:00
Philip Gladstone
4a8abc2060
Add support for driving instrument gauge stepper motors ( #1355 )
2016-06-26 14:19:06 +02:00
Marcel Stör
6c96c4dc31
Fix unordered list indentation
2016-06-26 08:34:23 +02:00
Marcel Stör
ed679a7263
Correct WiFi auth constants in docs, fixes #1360
2016-06-21 22:13:26 +02:00
vsky
f2d0195732
gpio.serout going asynchronous ( #1359 )
...
* gpio.serout going asynchronous
* fixing several issues following PR comments
2016-06-16 20:33:26 +02:00
Marcel Stör
d5529846f2
Fix the HTTP server examples
2016-06-16 08:40:50 +02:00
Arnim Läuger
d445ae97fb
Enable spi clock_div < 4. ( #1283 )
2016-06-15 21:01:52 +02:00
Marcel Stör
b47a56de7a
Add note about init.lua ( #1353 )
2016-06-13 21:51:48 +02:00
Marcel Stör
244c6e9db1
Add note about task.post() to HTTP module documentation
2016-06-11 21:25:31 +02:00
Konrad Hübner
500bbceded
added fadeIn, faceOut and shift to ws2812 module ( #1343 )
...
* added fadeIn, faceOut and shift to ws2812 module
* improvements to rotate, unified fade method
shift renamed to rotate and usage of more efficient memory operations.
fadeIn and fadeOut unified into fade method with optional parameter for direction.
* rename method to "shift" with optional mode parameter
2016-06-10 22:23:37 +02:00
Marcel Stör
95d48ada69
Replace 2 datasheet-only links with SparkFun links
2016-06-05 23:42:21 +02:00
Arnim Läuger
d416648990
Add pcm module. ( #1255 )
...
* Add pcm module.
* Add network streaming example.
* document hw_timer dependency with pwm
* Add vu peak callback.
2016-06-05 23:21:36 +02:00
Philip Gladstone
af39a0bc25
Upgrade to latest SPIFFS and add building of file systems ( #1226 )
...
Fixes #1164 and thus also #1150 , #1149 , #1147 and #898 .
* Move to latest version of SPIFFS
* Add SPIFFS porting layer for NodeMCU
* Add option to delete output if it doesn't fit
* Change FLASHSIZE to be in bits by default: default 4mb 32mb
* Add SPIFFS_MAX_FILESYSTEM_SIZE override
* Add notes on SPIFFS_FIXED_LOCATION
* Add 1M boundary
* Include the current version of the LICENSE
2016-06-05 23:10:58 +02:00
Jason Schmidlapp
e3f7e6321f
Added support for STM L3G4200D digital gyroscope ( #1251 )
2016-06-05 23:00:37 +02:00
Jason Schmidlapp
be10ccdb6b
Added support for Analog Devices ADXL345 accelerometer ( #1252 )
2016-06-05 22:59:55 +02:00
Jason Schmidlapp
bb9e210441
Added support for Honeywell HMC5883L digital compass ( #1253 )
2016-06-05 22:59:39 +02:00
Arnim Läuger
9cedfd4767
fix typo for mqtt
2016-06-05 00:22:38 +02:00
Konrad Beckmann
65e83fd2f4
Fixed typo in wifi doc ( #1337 )
...
Changed wifi.getpymode() into wifi.getphymode()
2016-06-04 15:33:58 +02:00
Sebastian
ecf74e5004
Added support for tm1829 baed led controllers ( #1330 )
2016-06-03 23:47:36 +02:00
Marcel Stör
daed2b5b6e
Add SSL/TLS remarks ( #1333 )
2016-06-01 21:34:02 +02:00
Marcel Stör
56b4a3ec33
Add link to esptool flash modes documentation
2016-05-24 11:16:24 +02:00
Arnim Läuger
7dd6700261
clarify esptool flash options
2016-05-23 22:31:53 +02:00
Marcel Stör
afd974c5e9
Correct socket:send example, fixes #1303
2016-05-22 21:50:57 +02:00
Marcel Stör
ab6c2c3924
Add small clarification for 'system restart'
2016-05-18 22:27:23 +02:00
Johny Mattsson
30d354c290
Rework ADC mode setting approach ( #1285 )
...
- Stop fighting against the SDK in terms of owning/writing the init_data block.
NodeMCU included a default init_data block because originally the SDK did
not, but by now it's not needed.
- Expose a way to reconfigure the ADC mode from Lua land. With most people
using the cloud builder and not able to change the #define for byte 107
this has been a pain point.
- Less confusion about which init_data has been used. Lua code can now simply
state what mode it wants the ADC to be in, and not worry about the rest of
the init_data complexities such as the init_data changing location due to
flashing with wrong flash_size setting, or doing/not doing a chip-erase
before loading new NodeMCU firmware.
2016-05-18 21:45:15 +02:00
Marcel Stör
9c9237ef5a
Small syntax fix in UART documentation
2016-05-16 22:25:07 +02:00
devsaurus
c0f1e028a6
fix link to net module
2016-05-15 17:08:45 +02:00
dnc40085
1b4234e2d3
Add details to WiFi module documentation ( #1294 )
...
Update descriptions of `wifi.setmode`, `wifi.sta.config` and `wifi.ap.config` to inform user of configuration persistence.
2016-05-14 23:04:20 +02:00
Marcel Stör
e5cd17f08b
State more explicitly that concurrent requests are not supported
2016-05-14 13:55:25 +02:00
dnc40085
1744372060
Updated tmr module and documentation
...
* Change upper limit for timer in `tmr_register` and `tmr_interval` to reflect new limit in SDK 1.5.3.
* Change documentation for `tmr.alarm()`, `tmr.interval()` and `tmr.register()` to match source.
* Improve error reporting to be more descriptive.
2016-05-14 00:17:04 +02:00