- 12 Oct, 2015 6 commits
-
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Johny Mattsson authored
Both "c_types.h" and "lwip/ip_addr.h" don't get included indirectly anymore.
-
Johny Mattsson authored
-
Johny Mattsson authored
-
Johny Mattsson authored
From Espressif's lwip_open_src_template_proj_for_v1.3.0.zip
-
- 03 Oct, 2015 1 commit
-
-
devsaurus authored
-
- 30 Sep, 2015 1 commit
-
-
Robert Foss authored
-
- 19 Sep, 2015 2 commits
-
-
Robert Foss authored
-
Robert Foss authored
-
- 17 Sep, 2015 4 commits
- 10 Sep, 2015 1 commit
-
-
Robert Foss authored
The module will start a SoftAP, DNS, HTTP server acting as a captive portal. The portal will have the SSID SetupGadget and will serve a website where credentials for the end users WLAN can be submitted. Once valid credentials have been submitted and used to connect to the local WLAN this module will stop. This module requires USE_DNS to enabled in dhcpserver.h
-
- 22 Aug, 2015 1 commit
-
-
aeprox authored
-
- 21 Aug, 2015 1 commit
-
-
aeprox authored
-
- 03 Aug, 2015 1 commit
-
-
Konrad Beckmann authored
-
- 31 Jul, 2015 2 commits
-
-
Johny Mattsson authored
Also made the cache on/off configurable via user_config.h. Uncached writes are not a very good idea, but for read-only deployments a further ~0.5k RAM can be gained by disabling the cache. Tweaked the file.read() workhorse to read large chunks at a time rather than use getc(), to compensate for potential unavailability of cache.
-
Bernd Meyer authored
-
- 28 Jul, 2015 1 commit
-
-
Robert Foss authored
-
- 21 Jul, 2015 1 commit
-
-
devsaurus authored
-
- 20 Jul, 2015 2 commits
-
-
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
-
devsaurus authored
-
- 19 Jul, 2015 1 commit
-
-
devsaurus authored
keeps the API as before and gets rid of hw_spi vs sw_spi topics
-
- 16 Jul, 2015 2 commits
- 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 2 commits
-
-
Vowstar authored
Need discussion. And turn off some modules by default. May our community should build more version?
-
Konrad Beckmann authored
-
- 01 Jul, 2015 1 commit
-
-
Konrad Beckmann authored
-
- 27 Jun, 2015 4 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.
-
Johny Mattsson authored
-
- 26 Jun, 2015 1 commit
-
-
vowstar authored
-