1. 23 Aug, 2015 1 commit
  2. 22 Aug, 2015 2 commits
  3. 21 Aug, 2015 1 commit
  4. 03 Aug, 2015 1 commit
  5. 10 Jul, 2015 4 commits
    • Johny Mattsson's avatar
      Added SNTP module, for easy time sync. · 09410d55
      Johny Mattsson authored
      Integrates with the rtctime component if it's available.
      09410d55
    • Johny Mattsson's avatar
      Imported RTC FIFO component + added Lua interface. · 67e72c45
      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).
      67e72c45
    • Johny Mattsson's avatar
      Imported RTC+sleep timekeeping from an internal DiUS project. · 21874249
      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.
      21874249
    • Johny Mattsson's avatar
      Imported RTC access from a DiUS internal project. · 1a613eff
      Johny Mattsson authored
      Added Lua access module named "rtcmem" for read/write of RTC user module.
      1a613eff
  6. 01 Jul, 2015 1 commit
  7. 27 Jun, 2015 2 commits
  8. 19 Jun, 2015 1 commit
  9. 18 Jun, 2015 1 commit
  10. 11 Jun, 2015 1 commit
  11. 28 May, 2015 1 commit
  12. 16 Mar, 2015 1 commit
  13. 03 Mar, 2015 2 commits
  14. 05 Feb, 2015 1 commit
  15. 04 Feb, 2015 1 commit
  16. 01 Feb, 2015 2 commits
    • devsaurus's avatar
      * add u8glib · a2672113
      devsaurus authored
      * initializer for SSD1306 display with I2C driver
      * disabled mqtt and ow modules to avoid irom0_0_seg overflow
        check ld script to increase size
      a2672113
    • devsaurus's avatar
      add u8g module stubs · 33601462
      devsaurus authored
      33601462
  17. 23 Jan, 2015 1 commit
  18. 16 Jan, 2015 1 commit
  19. 22 Dec, 2014 1 commit