- 20 Jul, 2015 2 commits
- 19 Jul, 2015 2 commits
- 16 Jul, 2015 2 commits
- 14 Jul, 2015 5 commits
- 13 Jul, 2015 1 commit
-
-
Vowstar authored
Improved ws2812 implementation
-
- 12 Jul, 2015 1 commit
-
-
Konrad Beckmann authored
- Fixes the "first led problem" (#534 #487). - Adds support for 160MHz mode. - Optimized timings. Time to write pixels is reduced by about 25% This is useful when having a large amount of chained LEDs (>500).
-
- 11 Jul, 2015 4 commits
- 10 Jul, 2015 6 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
Integrates with the rtctime component if it's available.
-
Johny Mattsson authored
The rtcfifo module uses RTC memory to store sensor samples across deep-sleeps, making it possible to batch up samples for less frequent uploads. This component uses 9 RTC memory slots for control, and a variable number of slots for sample storage (see rtcfifo.prepare() on how to control the size/location of the latter). When used together with the rtctime module, it also exposes the convenience function rtcfifo.dsleep_until_sample() which can be used to easily take readings on a regular basis without having to manually take into account time spent awake to get an accurate sleep time. The format used for storing samples is quite dense, and allows for 16 bits of data in a fixed point format (per sample).
-
Johny Mattsson authored
Added Lua module rtctime to interface with it. This keeps as accurate time as is possible on the ESP8266, including across deep sleeps (provided rtctime.dsleep() is used rather than node.dsleep()). Intended to be used together with NTP for high accuracy time keeping. The API is via rtctime.{get,set}timeofday(), working from Unix epoch. Note that 160MHz CPU clock is not currently supported by the rtctime code, as it is only aware of the 52MHz boot clock and the regular 80Mhz default clock. See rtctime.h for detailed info on how this all works.
-
Johny Mattsson authored
Added Lua access module named "rtcmem" for read/write of RTC user module.
-
Johny Mattsson authored
-
- 08 Jul, 2015 1 commit
-
-
Johny Mattsson authored
I must've gotten distracted halfway through that copy/paste job :(
-
- 06 Jul, 2015 1 commit
-
-
devsaurus authored
-
- 03 Jul, 2015 9 commits
-
-
vowstar authored
-
-
vowstar authored
If NodeMCU can't connect Wi-Fi, please use it. After reboot, all will be OK. RESTORE ITEMS: wifi_station_set_auto_connect, wifi_set_phy_mode, wifi_softap_set_config, wifi_station_set_config, wifi_set_opmode.
-
Vowstar authored
Need discussion. And turn off some modules by default. May our community should build more version?
-
Vowstar authored
Disabled WS2801 module
-
-
-
vowstar authored
Espressif open-source android and iOs APP, See also https://github.com/espressifapp Note: Must use ESP-TOUCH-V021 in espressif app history.
-
Konrad Beckmann authored
-
- 02 Jul, 2015 5 commits
-
-
devsaurus authored
-
Vowstar authored
Added WS2801 support
-
Vowstar authored
Workaround write-protected flash when using esptool.py to flash in DIO mode
-
Johny Mattsson authored
-
Johny Mattsson authored
-
- 01 Jul, 2015 1 commit
-
-
Konrad Beckmann authored
-