1. 06 Feb, 2015 1 commit
    • Lukas Schauer's avatar
      Use python2 instead of python(2/3) · 40874baa
      Lukas Schauer authored
      On modern systems "python" refers to python3, and the script won't work, so I suggest changing it to python2 with this patch.
      
      This patch shouldn't break compatibility with older systems.
      40874baa
  2. 04 Feb, 2015 1 commit
  3. 03 Feb, 2015 9 commits
  4. 02 Feb, 2015 3 commits
  5. 01 Feb, 2015 1 commit
  6. 31 Jan, 2015 9 commits
  7. 30 Jan, 2015 11 commits
  8. 29 Jan, 2015 2 commits
    • HuangRui's avatar
      Combined dsleep_set_options(option) to dsleep( us, option ) · 5894df1d
      HuangRui authored
      * dsleep( us, option )
      Hardware has to support deep-sleep wake up (XPD_DCDC connects to EXT_RSTB with 0R). system_deep_sleep(0) ,set no wake up timer,connect a GPIO to pin RST, the chip will wake up by a falling-edge on pin RST.
      ** us: Integer
      time to sleep.
      if us = 0, it will sleep forever.
      ** option: Integer
      option=0, init data byte 108 is valuable;
      option>0, init data byte 108 is valueless.
      More details as follows:
      0, RF_CAL or not after deep-sleep wake up, depends on init data byte 108.
      1, RF_CAL after deep-sleep wake up, there will belarge current.
      2, no RF_CAL after deep-sleep wake up, there will only be small current.
      4, disable RF after deep-sleep wake up, just like modem sleep, there will be the smallest current.
      5894df1d
    • Vowstar's avatar
      Merge pull request #143 from alonewolfx2/master · 00e2adcc
      Vowstar authored
      new sleep set options added (from 0.9.5 sdk)
      00e2adcc
  9. 28 Jan, 2015 3 commits