186 Commits

Author SHA1 Message Date
9afef45a2a OTA tools for win added 2020-12-19 01:11:47 +03:00
5028361a6d platformio.ini 2020-12-17 01:52:06 +03:00
de6174c108 platformio.ini monitor baudrate&due bins updated 2020-12-17 01:43:55 +03:00
43162cf0f0 Continue modbus developing, DMXbuf corruption fix 2020-12-17 01:35:13 +03:00
7bfe7ed330 Refactored beta
+Doxigen autogenerated docs
2020-11-19 23:47:35 +03:00
9fa9e0f481 Refactoring/smoke tested 2020-11-19 16:39:06 +03:00
118fd25186 UNTESTED interim commit with refactoring 2020-11-13 14:19:30 +03:00
544252fb14 bin 2020-10-15 22:35:02 +03:00
cab96de146 Merge branch 'master' into develop 2020-10-13 01:34:24 +03:00
accfd0d245 Red blink on errors
Some cleanup
2020-10-06 02:25:07 +03:00
a511869498 (critical) Syslog memory corruption fixed
LAN startup improved
2020-10-05 15:07:51 +03:00
13efb609d3 Refactored LAN final automate (Ethernet2 lib update required) 2020-10-05 03:50:23 +03:00
840d3d60eb Modbus v2 initialization fixed 2020-07-26 14:20:04 +03:00
3b8d085b29 ESP32 stability fix + remove DMX 2020-07-15 02:11:43 +03:00
10a9bb119d building flags & small bugfix (MQTT&TOGGLE) 2020-07-14 01:54:42 +03:00
fb6bb153ba ESP8266 build 2020-07-13 22:32:07 +03:00
832b469103 MCP23017 inputs
STATUSLED
Compilation for all platforms
WIFI_ENABLE option to allow wired connection for ESP
Modbus, Syslog for ESP
2020-07-12 21:56:05 +03:00
8b4b129b39 Master compilation error due Wiznet 5100 library replacing was fixed 2020-07-06 01:46:01 +03:00
3c38e151e1 SlatusLed & reverting to Ethernet2 wiznet lib 2020-07-04 22:04:57 +03:00
8c95732164 sysLog fixed, added logging library (for serial & syslog) 2020-05-31 18:14:10 +03:00
00e631515f due OTA programming, EEPROM signature check 2020-05-30 18:23:50 +03:00
f691aa0cb0 stop channels when get 2020-05-26 23:26:42 +03:00
28909c0f34 Binaries recompiled with updated 1-wire libraries DS2482-100 and DallasTemperature 2020-05-09 04:15:27 +03:00
f650b830d7 Compiled for all platforms + binaries 2020-05-07 00:22:27 +03:00
d5e9686ca9 Compilation issue (with updated libs) fixed for most platforms
Command now can be refined for particular channel state using 
SUBITEM=CMD
2020-03-03 02:27:09 +03:00
504280ca84 compilation fix after ccs811 lib refactoring 2020-03-02 01:03:14 +03:00
24bf7316a9 Smooth DMX fadind for DUE 2020-01-19 23:59:05 +03:00
8a3980272e Modbus retry for VaCom fixed
1-st attempt to add OTA
2019-11-27 03:49:00 +03:00
b779fd0fac Adafruit NeoPixel library used instead fastLed (allow define [pin#,num,LEDorder] in configuration. Use FASTLED directive to revert FASTLed back 2019-10-23 23:53:45 +03:00
9cd0d924bb NO Bash required (windows compilation problem gone) - migrated to python
build flags format simplified
Binaries updated
2019-10-17 03:13:39 +03:00
9356fa70c5 - 2019-10-16 03:06:12 +03:00
77701e541c Merge branch 'develop' of https://github.com/anklimov/lighthub into develop 2019-10-16 03:03:03 +03:00
8ddd8f1313 - 2019-10-16 02:53:50 +03:00
668f0118b0 mac check 2019-10-16 01:31:31 +03:00
a80509af34 windows PIO compilation issue fixed 2019-10-16 01:02:02 +03:00
c78891a423 modbus pooling/tomeout fix 2019-07-14 01:44:06 +03:00
4efe3af7bb fixed network for MEGA+Wiz5500,
Mega DMX OUT on TX1 pin now (same with DUE),
E81 port Modbus dimmer settings for MEGA. AVR Binaries
2019-07-08 02:25:41 +03:00
77221651a1 Windows flashing tools added 2019-06-04 02:55:59 +03:00
8076625704 Platforms renamed to have clear naming, Mega2560-5500 platform added, flashing tools for mac attached, compiled images renewed 2019-06-02 02:23:40 +03:00
708f51e202 Compilation for all platforms. Compiled binaries updated 2019-06-01 23:54:06 +03:00
ea088ca47d M5STACK platform added 2019-06-01 11:37:28 +03:00
1303c106b5 First sucsessfull working build on NRF52840+Wiznet5500 2019-05-12 18:09:39 +03:00
b7a729d012 ================================== [SUMMARY] ==================================
Environment nrf52840            [SUCCESS]
Environment esp32               [SUCCESS]
Environment due                 [SUCCESS]
Environment megaatmega2560      [SUCCESS]
Environment esp8266             [SUCCESS]
Environment megaatmega2560-net  [SUCCESS]
Environment due-5500            [SUCCESS]
Environment lighthub21          [SUCCESS]
Environment controllino         [SUCCESS]
Environment stm32               [SUCCESS]
======================== [SUCCESS] Took 100.61 seconds
========================
2019-04-30 15:24:23 +03:00
bd47e11a47 ESP compilation fixed 2019-04-30 15:12:41 +03:00
4c65015327 thermostat & status submit interval increased 2019-04-25 19:17:50 +03:00
b744f9b88b compilation fix
================================== [SUMMARY]
==================================
Environment nrf52840            [SUCCESS]
Environment esp32               [SUCCESS]
Environment due                 [SUCCESS]
Environment megaatmega2560      [SUCCESS]
Environment esp8266             [SUCCESS]
Environment megaatmega2560-net  [SUCCESS]
Environment due-5500            [SUCCESS]
Environment lighthub21          [SUCCESS]
Environment controllino         [SUCCESS]
Environment stm32               [SUCCESS]
2019-04-21 12:06:05 +03:00
40954519db Merge branch 'develop' of https://github.com/anklimov/lighthub into develop 2019-04-21 11:54:48 +03:00
9d59d6cf60 Lighthub hardware v2.1 added as platformio environment 2019-04-21 11:54:04 +03:00
63b3d0faa7 Merge branch 'master' into develop 2019-04-09 21:31:46 +03:00
2c2657799d Environment nrf52840 [SUCCESS]
Environment esp32               [SUCCESS]
Environment due                 [SUCCESS]
Environment megaatmega2560      [SUCCESS]
Environment esp8266             [SUCCESS]
Environment megaatmega2560-net  [SUCCESS]
Environment due-5500            [SUCCESS]
Environment controllino         [SUCCESS]
Environment stm32               [SUCCESS]
2019-04-07 00:43:48 +03:00