chris
cf079fa333
Basic hx711 functionality
2015-10-08 20:34:24 -07:00
Johny Mattsson
5e19b8488f
Merge pull request #644 from robertfoss/enduser_setup
...
Added ENDUSER_SETUP module.
2015-10-05 19:18:18 +11:00
Robert Foss
8683ea4f1b
Fixed previous POST patch. Also cleaned up HTTP request handling.
2015-10-01 14:22:45 -04:00
Robert Foss
90f770412d
Switched from HTTP GET to HTTP POST.
2015-09-30 14:11:43 -04:00
Robert Foss
ee82b2ad12
Moved SSID define to user_config.h
2015-09-30 13:24:18 -04:00
Robert Foss
721fadfd14
Changed SSID to be suffixed by MAC.
2015-09-27 14:02:25 -04:00
Robert Foss
a15097659b
Disabled enduser_setup module
2015-09-19 15:22:01 -04:00
Robert Foss
cd85e50e73
Added support for connected, error and debug callbacks.
2015-09-19 15:06:56 -04:00
devsaurus
a6c9ba8004
disable UCG module per default
2015-09-17 22:43:59 +02:00
devsaurus
154b456f11
extend ucg example with ST7735 display
2015-09-17 22:37:31 +02:00
devsaurus
db1162015d
prefix local routines in ucg_polygon
2015-09-17 21:53:49 +02:00
devsaurus
a2bca463a0
establish parametrization via ucg_config.h
2015-09-17 21:53:48 +02:00
devsaurus
fde4843a75
implement all remaining function bindings
2015-09-17 21:53:48 +02:00
devsaurus
f0d581223f
UcgLogo example - fix drawGlyph and drawString
2015-09-17 21:53:48 +02:00
devsaurus
5c93ba017e
finish GraphicsTest.lua
2015-09-17 21:53:48 +02:00
devsaurus
ac1b5a1173
extend ucg module
2015-09-17 21:53:48 +02:00
devsaurus
75041a32b5
initial setup of ucg module
...
Hello World example is working
2015-09-17 21:53:48 +02:00
devsaurus
9b384b4bda
fix u8g->ucg prefix
2015-09-17 21:53:48 +02:00
devsaurus
0f1a168525
add ucg module
2015-09-17 21:53:48 +02:00
devsaurus
6dc0dfc068
import ucglib v1.3.3
...
https://github.com/olikraus/Ucglib_Arduino
2015-09-17 21:53:47 +02:00
Robert Foss
8982d370f2
Removed #define for forcing storage on flash
2015-09-17 14:30:46 -04:00
Robert Foss
3d5c54cef7
Moved all debug prints into the NODE_DEBUG macro.
2015-09-14 18:43:09 -04:00
Robert Foss
3a05c3e402
Moved CONST data to occupy flash, and remove storage instructions for functions.
2015-09-12 12:07:53 -04:00
Robert Foss
e2ada487f3
Added ENDUSER_SETUP module.
...
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
2015-09-10 18:40:39 -04:00
Jakub
52ef3c9102
Fixed bug WIFI AUTH_OPEN #623
...
Fixed a bug which prevented from setting unprotected AP
2015-08-31 17:53:38 +02:00
aeprox
537cd68078
Made device package and address configurable at runtime
2015-08-23 15:59:49 +02:00
aeprox
0f6a0c59a1
Documentation update
2015-08-23 14:52:15 +02:00
aeprox
fd93a09a88
Code formatting fixes
2015-08-23 02:29:52 +02:00
aeprox
0caf745d8e
Improve lua API interface
2015-08-23 01:42:39 +02:00
aeprox
29ee02f680
Revert version change
2015-08-22 22:34:54 +02:00
aeprox
4df5d5c166
Fix channel1 reading
...
Give sensor more time to integrate (400ms => 404ms)
2015-08-22 21:43:29 +02:00
aeprox
7095c42477
Attempt to fix reading of registers
2015-08-22 21:19:27 +02:00
aeprox
159e9c6ace
make modulename lowercase
2015-08-22 17:55:07 +02:00
aeprox
d1758aee1b
return correct number of variables
2015-08-22 17:54:26 +02:00
aeprox
483dbebe24
Return error when calling functions before init
...
TSL2561_ERROR_NOINIT
2015-08-22 14:26:42 +02:00
aeprox
335ea87964
Glue to integrate with nodeMCU
...
makefiles etc
2015-08-22 14:25:47 +02:00
aeprox
223a1c8b86
Small change
2015-08-22 12:46:53 +02:00
aeprox
6cb90ea924
First commit
2015-08-22 00:15:28 +02:00
Johny Mattsson
346251dca6
1-Wire power fix, by Thomas Shaddack.
2015-08-20 11:09:12 +10:00
Konrad Beckmann
1287a8cdd6
BMP085: Fix B5 calculation
...
B5 was calculated with some precision loss before.
2015-08-16 11:57:12 +02:00
Vowstar
40111c1046
Merge pull request #600 from devsaurus/dev-node_compile
...
Add write error detection in node_compile()
2015-08-11 09:36:35 +08:00
devsaurus
d0e6ab38df
add write error detection in node_compile()
2015-08-11 00:08:49 +02:00
devsaurus
ca1bc2cb18
clean u8g
2015-08-09 16:38:08 +02:00
devsaurus
02294955c5
Merge remote-tracking branch 'upstream/dev' into dev
2015-08-05 21:55:35 +02:00
devsaurus
9d8c3a7b82
fix u8g device destructor
...
don't free unallocated memory
2015-08-05 21:52:56 +02:00
Vowstar
ad49c5dd3b
Merge pull request #589 from kbeckmann/pr_bmp085
...
Implemented BMP085 module
2015-08-05 23:21:03 +08:00
Vowstar
d97d7df8ec
Merge pull request #588 from robertfoss/dev
...
Use #if instead of #ifdef.
2015-08-05 23:20:38 +08:00
Vowstar
a1bb3a6ad8
Merge pull request #586 from DiUS/ram-saving
...
Reclaim ~1.5k RAM by tuning down SPIFFS cache, use dynamic DNS table names
2015-08-05 23:19:24 +08:00
Johny Mattsson
00527237f9
Remove now-unnecessary alignment constraints in SPIFFS.
...
With platform_s_flash_read() now properly handling unaligned destination
buffers, there is no need to shim SPIFFS any more.
2015-08-04 16:30:58 +10:00
Johny Mattsson
9f9b323fb5
Ensure flash write bounce buffer is used if source is also flash.
...
When using the flash write API, the flash is unmapped/uncached, and as
such it's not possible to source data directly from flash (e.g. string
literals).
2015-08-04 16:30:54 +10:00