Commit Graph

  • d1b5e67ce6 Removed temperature reading Ollo 2021-01-14 21:16:12 +0100
  • 9d764a3b8e Added temperature measurement; but ESP is resetting due to RAM usage Ollo 2020-12-14 19:45:09 +0100
  • 7b02f1a447 Seperate function to calculate the amount of characters to draw Ollo 2020-12-13 16:37:40 +0100
  • 6746d62567 Formating added Ollo 2020-12-10 22:15:27 +0100
  • efe5b38e58 Different loop cycles Ollo 2020-12-10 21:11:35 +0100
  • 7e7a87f90a Move startup procedure into one loop Ollo 2020-12-08 21:51:14 +0100
  • 10104b5d0e Don call display function in MQTT module Ollo 2020-12-08 21:11:53 +0100
  • 1eaf05a1ad Add stop functionality Ollo 2020-12-08 20:45:28 +0100
  • b95f59ee7f Fix LUA syntax Ollo 2020-12-08 20:45:18 +0100
  • de47de1e6f Always keep the LEDs at a minimum Ollo 2020-12-08 20:30:43 +0100
  • df7f33bbf0 Brightness is controllable via MQTT Ollo 2020-12-07 21:37:04 +0100
  • 8858fa19bd Added MQTT module Ollo 2020-12-07 21:26:02 +0100
  • a2021fcb48 Sync the time every 5 minutes from the internet Ollo 2020-12-07 21:12:48 +0100
  • fe8817bfe6 Ignore locally stored configuration files Ollo 2020-12-07 20:54:46 +0100
  • ebacc86f01 Upgraded esptool to python3 Ollo 2020-12-07 20:02:01 +0100
  • b5f46a14d2 Indention improved ollo 2020-03-06 23:55:14 +0100
  • 344fb0ab9a Added example for telnet command ollo 2020-03-04 22:24:13 +0100
  • 2f9f9fdc68 Restore old parameter, if not set ollo 2020-03-04 22:00:15 +0100
  • 17a9416607 Set telnet IP address ollo 2020-03-04 21:01:30 +0100
  • 65d2de6801 Specify config file ollo 2020-03-04 21:01:13 +0100
  • edfb9f2803 Not forced to format ESP, when flashing serial ollo 2020-03-04 20:54:00 +0100
  • 77ebc55dbb Remove debugging ollo 2020-03-04 19:10:37 +0100
  • 3bd4fc8cb6 configuration parameter added Ollo 2020-02-21 23:31:05 +0100
  • ba6193ff5b Telnet included Ollo 2020-02-21 20:21:54 +0100
  • c85e3b34e0 Disable Webserver during runtime Ollo 2020-02-12 20:52:31 +0100
  • c9b248531a Reduced html stuff Ollo 2020-02-12 20:14:01 +0100
  • f79524f6b2 Merge branch 'master' into sim2 ollo 2020-01-29 20:47:00 +0100
  • aed713a1ff
    clarification of initial flash process Felix Rublack 2019-07-26 21:33:48 +0200
  • 91c0a15212 Display one color after the other ollo 2019-05-22 21:25:33 +0200
  • 7bc6ec1fbe Added parameter with the amount of characters ollo 2019-05-15 20:59:31 +0200
  • e7d0ce1c43 Refactored color ollo 2019-05-15 20:40:41 +0200
  • 401c4fd293 Removed debugging for dofile from the simulation ollo 2019-05-15 20:17:48 +0200
  • 70602f1095 Fixed syntax ollo 2019-05-15 20:15:43 +0200
  • a7f566f706 Refactored swapping of line 4,5 and 6 ollo 2019-05-11 12:28:23 +0200
  • 26b16a1e3f Fixed minute bug ollo 2019-05-11 12:16:16 +0200
  • e68ab9f715 Display amount of used characers ollo 2019-05-11 12:09:44 +0200
  • 10fc3a210a deactivate the TCP code ollo 2019-05-11 11:59:36 +0200
  • a81cf8f31d new algorithom works ollo 2019-05-10 23:42:20 +0200
  • 32106035c2 Refactoring line generation ollo 2019-05-10 22:58:42 +0200
  • dacf22af1e Simulating TCP socket; Alpha ollo 2019-05-08 22:13:52 +0200
  • 22afc1e4c4 improved simulation: GPIO added and dofile adapted ollo 2019-05-08 21:45:58 +0200
  • a36dc8d033 Merge branch 'nodemcu-firmware-2.2.1' into sim ollo 2019-05-08 21:13:26 +0200
  • b9e3812a72 module display word loadable in the simulation ollo 2019-05-08 21:12:02 +0200
  • e14a7a576e Show WLAN when connecting ollo 2019-05-03 23:18:27 +0200
  • 69a2158ca6 Brightness control can be activated and deactivated ollo 2019-05-03 22:11:44 +0200
  • 13343fa645 Dim functionality is always activated ollo 2019-05-03 21:26:10 +0200
  • 467f525764 increased update cycle to 10s ollo 2019-05-03 21:09:36 +0200
  • ba6734d5ad refactoring displayword to a module ollo 2019-05-03 20:45:16 +0200
  • c3e48fb17a Reworked require with dofile ollo 2019-05-03 20:19:12 +0200
  • 97de5dbb78 reworked displayword into module ollo 2019-04-27 18:34:57 +0200
  • ab37d28904 Count words with drawing function ollo 2019-04-27 00:40:21 +0200
  • aeae13642f More math ollo 2019-04-27 00:22:29 +0200
  • a11f756c42 Round percentage of adc ollo 2019-04-27 00:14:27 +0200
  • aeb5dab9fd Added ADC stimulation into the simulation ollo 2019-04-24 21:21:19 +0200
  • 417c93583d Added brightness scrollbar into the GUI ollo 2019-04-24 21:09:41 +0200
  • 8c73a1a8a0 Removed original config.lua file, before the simulation one is integrated ollo 2019-04-24 21:00:12 +0200
  • 0aacfc2222 Remove display_countcharacters_de and display_countwords_de ollo 2019-04-20 21:39:50 +0200
  • 445c4b4a0e Merged ollo 2019-04-20 21:18:05 +0200
  • 902ebdb85f Added garbage collection ollo 2019-04-19 23:54:32 +0200
  • e33ad2639e Added brightness dimming ollo 2019-04-19 23:38:46 +0200
  • e5d7ec016b Button included ollo 2019-04-19 22:05:00 +0200
  • b5ec6cf619 set an default color if not already set calculator 2019-04-19 21:49:27 +0200
  • da743d8b0a Added binary files ollo 2019-04-19 21:03:43 +0200
  • 4577a0768e Visualize compiling ollo 2019-04-18 22:51:09 +0200
  • 1b5ce385df Clean memory before writing file ollo 2019-04-18 21:46:15 +0200
  • b138b3c733 setup LEDs before flashing ollo 2019-04-18 21:37:55 +0200
  • e4c8118731 Increased webserver delay ollo 2019-04-18 20:44:18 +0200
  • f67f53d223 Flash tool works with Nodemcu 2.2 ollo 2019-04-18 20:34:28 +0200
  • 18da5e7e3b Automatic compile software after upgrade ollo 2019-04-18 20:28:57 +0200
  • a8ca5ee47b Added debug output ollo 2019-04-18 19:31:48 +0200
  • 0e49a6842b extracted stopping function ollo 2019-04-18 16:45:50 +0200
  • 27d8f68e84 Merge branch 'nodemcu-firmware-2.2.1' of https://github.com/C3MA/Wordclock into nodemcu-firmware-2.2.1 ollo 2019-04-18 16:41:50 +0200
  • 1543af8777 Activated remote flashing ollo 2019-04-18 16:41:04 +0200
  • b38269166b Add remote flashing procedure ollo 2019-04-18 16:32:35 +0200
  • f7cfa9ecb2 Merge branch 'master' into nodemcu-firmware-2.2.1 ollo 2019-04-17 20:41:59 +0200
  • 6def7cbc10 1 minute after a request via the webserver the time is displayed again ollo 2019-04-17 20:39:54 +0200
  • 287d1eef42 Fixed webpage ollo 2019-04-17 20:23:46 +0200
  • b4e8eec9bf Unload all functions, not necessary for the webserver ollo 2019-04-17 20:13:25 +0200
  • 883adb671c Unload all files calculator 2019-04-16 19:20:01 +0200
  • e03ecf97b6 Added colored output, if the website was requested ollo 2019-04-10 21:23:15 +0200
  • c3b94e0ade Stop all timer, when someone connected ollo 2019-04-03 21:08:27 +0200
  • 784a75241c Only one request at a time ollo 2019-04-03 20:23:07 +0200
  • 7052c4c25a Moved length calculation after manipulation ollo 2019-03-29 18:35:07 +0100
  • 0adb96174e Updated flashing command ollo 2019-03-24 22:01:51 +0100
  • 1d98087c98 Added used modules ollo 2019-03-24 21:32:52 +0100
  • 4155d0018e added: halb einS ollo 2019-03-23 13:54:29 +0100
  • 5f4e2afc35 Merge branch 'master' of https://github.com/C3MA/Wordclock ollo 2019-03-23 13:49:30 +0100
  • df1952ca04 Tweaking arround ollo 2019-03-23 00:29:18 +0100
  • c94e046f6c added ADC brightness reading ollo 2019-03-22 23:52:25 +0100
  • a37474724a Updated to firmware-2.2.1 ollo 2019-03-22 22:00:39 +0100
  • aea5608b71 Flashing first the old firmware C3MA 2019-03-08 21:30:21 +0100
  • 8c455fda26 Times around one o'clock displayed correctly frubi 2019-02-27 19:50:32 +0100
  • 3b1e94fe3b Halb 1S ollo 2019-02-22 21:35:19 +0100
  • 62a419fa59 Added documentation for simulator without Eclipse frubi 2019-01-06 21:23:18 +0100
  • 6e80d1141d Files needed, for initial flashing procedure ollo 2018-12-30 19:10:14 +0100
  • 15a21b78b5 Use round in order to gernerate always an uniq amount of colored characters ollo 2018-12-27 23:30:39 +0100
  • e4e58bfe24 Added leading zero for all values: day,hour, minute, second ollo 2018-12-27 18:19:52 +0100
  • caea476b40 Merge simulation with main stream ollo 2018-12-27 17:06:45 +0100
  • 9aa94b3372 Color is again set ollo 2018-12-27 14:25:51 +0100
  • 613cf39086 Merged ollo 2018-12-26 21:56:07 +0100