- 10 Jul, 2015 5 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.
-
- 03 Jul, 2015 5 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
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
-
- 01 Jul, 2015 1 commit
-
-
Konrad Beckmann authored
-
- 29 Jun, 2015 2 commits
- 27 Jun, 2015 7 commits
-
-
Mike Wen authored
-
Mike Wen authored
-
vowstar authored
fixed ap/station-ap cannot connect to the device. added wifi.ap.getconfig(). fixed net.dns.getdnsserver(). added new base64 lua example. added node.bootreason() to inspect boot cause. optimization of u8g.
-
vowstar authored
added wifi.ap.getconfig() by @md5crypt https://github.com/nodemcu/nodemcu-firmware/pull/500/files#diff-81824fe90d00138d98b6e9f0d7d8c7dcL1458.
-
vowstar authored
-
Johny Mattsson authored
-
Johny Mattsson authored
-
- 26 Jun, 2015 1 commit
-
-
vowstar authored
-
- 24 Jun, 2015 2 commits
- 23 Jun, 2015 2 commits
-
-
Johny Mattsson authored
Accessing 8bit and 16bit constants from ROM rather than RAM comes with a performance cost, as these loads go through the load/store exception vector. Any performance critical constants can be forced back into RAM as RAM_CONST_ATTR. The entry point has changed from call_user_start() to user_start_trampoline() in order for the exception handler to be installed early enough.
-
Johny Mattsson authored
-
- 20 Jun, 2015 1 commit
-
-
MarsTechHAN authored
Make the net api universe Callback Format -> function(conn,ip)
-
- 19 Jun, 2015 4 commits
- 18 Jun, 2015 5 commits
- 17 Jun, 2015 1 commit
-
-
vowstar authored
-
- 16 Jun, 2015 1 commit
-
-
Orgmar authored
-
- 11 Jun, 2015 3 commits