1. 27 Oct, 2019 1 commit
    • John Lauer's avatar
      Add touch sensor module (#2863) · 9a5327ca
      John Lauer authored
      * Touch module 1st checkin
      * ESP32. Check-in 2 for Touch sensor module
      * ESP32: Touch module. Sample Lua code.
      * ESP32: Latest YouTube vid
      * ESP32: Touch docs update
      * Added opt_* methods for value retrieval
      9a5327ca
  2. 22 Jul, 2019 1 commit
  3. 31 Jan, 2019 1 commit
  4. 08 Nov, 2018 2 commits
    • tomsci's avatar
      5db5d8ed
    • tomsci's avatar
      Add ESP32 http module (#2540) · 73b13e41
      tomsci authored
      * ESP32: Added http module
      
      * add asynchronous flavor for context:request()
      
      (cherry picked from commit e65b90cc8fc5296f7fe6cae1978835e06a9f44bb)
      
      * http: More asynchronous support, more options
      
      * Fix docs typo
      
      * Code review comments from @devsaurus
      
      Fixes some cleanup issues with asynchronous mode
      
      * Added http.md to mkdocs.yml
      
      * Align connection:close() to template
      73b13e41
  5. 07 Oct, 2018 1 commit
  6. 13 Jun, 2017 1 commit
  7. 17 Mar, 2017 1 commit
    • Jonathan Karras's avatar
      Update DS18b20 examples (#1851) · 784fefeb
      Jonathan Karras authored
      - Remove old non-async examples from `lua-examples`.
      - Rename `ds18b20.EN.md` to `README.md`
      - Change remaining `toBase64` calls to the more standard `toHex` call.
      - Fix some spelling and markdown formatting issues in README file.
      
      Addresses issue #1841
      784fefeb
  8. 18 Apr, 2016 1 commit
  9. 29 Mar, 2016 1 commit
  10. 27 Mar, 2016 1 commit
  11. 23 Mar, 2016 1 commit
    • UncleRedz's avatar
      Example of u8glib draw loop · 73583fc3
      UncleRedz authored
      Example of an u8glib draw loop that works with WiFi by keeping the draw
      loop execution time to a minimum.
      73583fc3
  12. 14 Feb, 2016 1 commit
  13. 25 Jan, 2016 1 commit
  14. 07 Jan, 2016 2 commits
  15. 06 Jan, 2016 3 commits
  16. 16 Nov, 2015 1 commit
    • Nick Andrew's avatar
      Support DS18S20 and fix negative temp handling · 0a7b730e
      Nick Andrew authored
      
      
      The DS18S20 has only 1 fractional bit whereas DS18B20 has 4, and their
      temperature register alignment differs. Check the family code to choose
      the correct multiplier for both devices.
      
      Closes #610
      
      Negative temperatures (less than 0°C) are returned as a sign-extended
      two's complement number. Subtract 0x10000 to recover the proper
      negative value.
      Signed-off-by: default avatarNick Andrew <nick@nick-andrew.net>
      0a7b730e
  17. 18 Oct, 2015 2 commits
  18. 04 Oct, 2015 1 commit
  19. 24 Sep, 2015 1 commit
  20. 17 Sep, 2015 4 commits
  21. 20 Jul, 2015 1 commit
    • devsaurus's avatar
      added more displays: · 6fd106af
      devsaurus authored
          sh1106_128x64_i2c
          ssd1306_64x48_i2c
          ssd1309_128x64_i2c
          ssd1327_96x96_gr_i2c
          uc1611_dogm240_i2c
          uc1611_dogxl240_i2c
          ld7032_60x32_hw_spi
          pcd8544_84x48_hw_spi
          pcf8812_96x65_hw_spi
          sh1106_128x64_hw_spi
          ssd1306_64x48_hw_spi
          ssd1309_128x64_hw_spi
          ssd1322_nhd31oled_bw_hw_spi
          ssd1322_nhd31oled_gr_hw_spi
          ssd1325_nhd27oled_bw_hw_spi
          ssd1325_nhd27oled_gr_hw_spi
          ssd1327_96x96_gr_hw_spi
          ssd1351_128x128_332_hw_spi
          ssd1351_128x128gh_332_hw_spi
          ssd1351_128x128_hicolor_hw_spi
          ssd1351_128x128gh_hicolor_hw_spi
          ssd1353_160x128_332_hw_spi
          ssd1353_160x128_hicolor_hw_spi
          st7565_64128n_hw_spi
          st7565_dogm128_hw_spi
          st7565_dogm132_hw_spi
          st7565_lm6059_hw_spi
          st7565_lm6063_hw_spi
          st7565_nhd_c12832_hw_spi
          st7565_nhd_c12864_hw_spi
          uc1601_c128032_hw_spi
          uc1608_240x128_hw_spi
          uc1608_240x64_hw_spi
          uc1610_dogxl160_bw_hw_spi
          uc1610_dogxl160_gr_hw_spi
          uc1611_dogm240_hw_spi
          uc1611_dogxl240_hw_spi
          uc1701_dogs102_hw_spi
          uc1701_mini12864_hw_spi
      6fd106af
  22. 19 Jul, 2015 1 commit
  23. 16 Jul, 2015 1 commit
  24. 31 May, 2015 3 commits
    • BruceMe's avatar
      Rename http_server to http_server.lua · 46a07700
      BruceMe authored
      46a07700
    • BruceMe's avatar
      HTTP Server for LED/Servo · d1fe4e62
      BruceMe authored
      A simple yet robust HTTP server that can parse GET parameters and turn on/off a light or set the position of a servo.
      d1fe4e62
    • BruceMe's avatar
      ADC driving RGB LED; electronic mood ring · bcfe7533
      BruceMe authored
      It's as simple as ADC (analog to digital converter); easy as RGB (Color LED)...
      
      This example can be run on any ESP8266, but it runs out of the box on the ebay search for.. "ESP8266 Battery Holder" with the light sensor on ADC0 and RGB LED.  Fun and easy way to do more than blink a light.
      bcfe7533
  25. 24 Apr, 2015 1 commit
  26. 21 Apr, 2015 1 commit
  27. 05 Apr, 2015 1 commit
  28. 04 Apr, 2015 1 commit
  29. 24 Mar, 2015 1 commit
  30. 17 Mar, 2015 1 commit