Dirk Jahnke dirk
  • Joined on 2018-01-15
dirk created repository dirk/Wemos8266RelaysLedDisplay 2019-01-25 19:33:46 +00:00
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-12-01 13:00:00 +00:00
2e4c173c6c New feature: show boot clock during boot.
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-12-01 12:12:38 +00:00
91653e197f Improved failure handling, especially in radio.
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-12-01 08:02:27 +00:00
06b36ed3d0 Introduced advertisement on channel 1 and clock-channel to be configurable.
97be2b6791 Refactored and fixed power off handling. Still power off does power on again after deep sleep time is over (~1h).
Compare 2 commits »
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-18 14:51:14 +00:00
f6849ea534 Implemented most of the messages.
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-15 20:39:28 +00:00
6eeb9177f9 Added deep sleep to save battery -- but this solution is not clean, as deep sleep is possible for an hour only and peripherals (display) is not turned off.
dirk pushed to master at dirk/FastclockTestClientRF 2018-11-15 19:37:06 +00:00
9ee89bd767 Added sendRegistration function.
dirk pushed to master at dirk/FastclockTestClientRF 2018-11-15 19:32:18 +00:00
fc2c86a1b6 Initial commit
dirk created repository dirk/FastclockTestClientRF 2018-11-15 19:30:52 +00:00
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-15 17:23:44 +00:00
2eda00c694 Send and transmit using radio works now. Sends initial request for registration.
fbf8af5684 Sends broadcast time message over radio.
Compare 2 commits »
dirk pushed to master at dirk/FremoClockRF 2018-11-15 12:01:17 +00:00
a6db04c201 Sends broadcast of time messages.
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-14 20:52:58 +00:00
672d5baf23 Added new platform: Wemos ESP8266 D1 mini pro. Now radio starts but still does not send any clock information.
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-14 10:27:21 +00:00
59a0170b85 Client clock list displayed only, if clients are present.
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-14 10:12:59 +00:00
708aeb2e72 Added clock-halt handling and improved display.
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-14 08:32:07 +00:00
9292826f72 Added readme
dirk pushed to master at dirk/FastclockMasterESP8266RF 2018-11-14 07:45:32 +00:00
e4cb28697b Initial commit.
dirk created repository dirk/FastclockMasterESP8266RF 2018-11-14 07:41:19 +00:00
dirk pushed to master at dirk/FastclockRF 2018-11-13 07:07:28 +00:00
08a8edb68a unfinished changes, just to be able to transfer files
dirk pushed to master at dirk/FastclockRF 2018-11-07 16:07:13 +00:00
7ad2d6e404 Added RF24 as an alternative.
dirk pushed to master at dirk/FastclockRF 2018-11-06 21:54:53 +00:00
bb141a2615 1st compiling version, display seems to be ok, RF not tested.