Commit Graph

76 Commits

Author SHA1 Message Date
King Kévin 2d26686233 fix name to WS2812B 2016-06-12 23:11:37 +02:00
King Kévin 53235e5394 use DCF77 to update time at boot and every hour 2016-06-12 15:36:26 +02:00
King Kévin c2cd9a238e clock can now work with internal xor external RTC 2016-06-12 15:24:11 +02:00
King Kévin 1167eb7dd8 add drift output 2016-06-11 20:14:19 +02:00
King Kévin 67d4d8e8db get rid of @brief 2016-05-05 23:47:50 +02:00
King Kévin 37af736ca6 show received DCF77 time 2016-05-05 23:30:25 +02:00
King Kévin 2d6eec93b6 test DCF signal reception 2016-05-01 20:46:36 +02:00
King Kévin fc9172a278 add debugging messages 2016-05-01 20:35:11 +02:00
King Kévin 9594304c46 make API more consistent 2016-05-01 15:03:41 +02:00
King Kévin dde027c858 improve newline support 2016-04-30 14:47:40 +02:00
King Kévin 0a12fc9cf0 use rtc_ticks to trigger actions 2016-04-30 12:36:31 +02:00
King Kévin a82d3dc9ef remove battery voltage reading 2016-04-30 12:18:32 +02:00
King Kévin 60608dcaa5 use RTC 2016-04-30 12:11:54 +02:00
King Kévin c59e11fd6b better newline printing 2016-04-28 11:18:10 +02:00
King Kévin 8e1678301c add button to increment second 2016-04-17 12:16:23 +02:00
King Kévin 63c17af691 don't have the LED blink, this distrubs the oscillator 2016-04-16 11:33:16 +02:00
King Kévin 61dfe244b7 remove debug code 2016-04-15 12:05:50 +02:00
King Kévin ec57456537 detect no battery 2016-04-13 21:00:59 +02:00
King Kévin 51ed093476 display time on time command 2016-04-12 09:25:41 +02:00
King Kévin 8e093acc93 remove STM32duino-bootloader from main 2016-04-11 22:49:53 +02:00
King Kévin 1afcc94011 fix not precise second issue 2016-04-11 22:05:17 +02:00
King Kévin ae6037e5ca fix set right ticks per second (preprocessor uses wrong type) 2016-04-11 10:04:00 +02:00
King Kévin 8794f4e05d fix set right ticks per second (preprocessor uses wrong type) 2016-04-11 00:46:36 +02:00
King Kévin 4c02061777 fix USB read received character 2016-04-10 14:31:05 +02:00
King Kévin 09abc891a2 add mising b2s function 2016-04-09 23:19:19 +02:00
King Kévin 246d35ac2f move LED function to inline in global header 2016-04-09 23:15:36 +02:00
King Kévin b7709355be ticks per second depends on LED number 2016-04-05 10:01:37 +02:00
King Kévin 577d1ba607 fix second runner LED birghtness for non 60 LED strips 2016-04-05 09:54:32 +02:00
King Kévin c4cd662a19 don't show voltage if battery not connected 2016-04-04 22:11:48 +02:00
King Kévin cb1c160753 add battery voltage display on LED 2016-04-04 22:10:13 +02:00
King Kévin 3864026633 fix brightness setting 2016-04-04 21:52:11 +02:00
King Kévin 2b603c3363 improve LED bightness calculation 2016-04-04 21:33:30 +02:00
King Kévin a8b37de546 move main page to README and fix documentation 2016-04-04 19:55:27 +02:00
King Kévin 56c2a8ce92 add main documentation 2016-04-04 18:08:13 +02:00
King Kévin 2c0177c24b adjust LED brightness depending on ambient luminosity measured by photo-resistor on ADC 2016-04-04 11:32:26 +02:00
King Kévin e16d7ae476 use ADC regular group for convertion 2016-04-04 10:52:31 +02:00
King Kévin f89a9b8ea6 use internal RTC counter 2016-04-03 21:50:22 +02:00
King Kévin a07e287865 use internal RTC with our tick speed 2016-04-03 21:29:04 +02:00
King Kévin 28f2c1fbe5 switched from system board with external RTC to blue pill 2016-04-03 17:36:04 +02:00
King Kévin 352b3664f9 read battery voltage 2016-04-03 15:39:55 +02:00
King Kévin b4cda407e2 set softer gamma correction 2016-03-28 18:54:50 +02:00
King Kévin 456ca4def2 add full hour animation 2016-03-28 17:01:39 +02:00
King Kévin 3914df5590 add gamma correction 2016-03-28 16:39:11 +02:00
King Kévin 111c0a5455 use timer to count ticks based on square wave output 2016-03-27 23:35:39 +02:00
King Kévin 5879eeea71 add setting time with user command 2016-03-26 19:48:25 +01:00
King Kévin 6edccc845d improve: set only LED if changed 2016-03-26 14:58:21 +01:00
King Kévin c8e5c4f7fd red seconds LED don't clear other blue hout and green minutes LEDs 2016-03-26 14:40:36 +01:00
King Kévin 62066fe980 use interrupt to reliably increment time 2016-03-26 14:34:55 +01:00
King Kévin eb8094f2fb use 4096 Hz square wave 2016-03-25 20:24:46 +01:00
King Kévin d674488e2a minor cleanup 2016-03-25 19:19:34 +01:00