Commit Graph

23 Commits

Author SHA1 Message Date
Mario Hüttel decd6ba84c Update Makefile
Update makefile to use better syntax.
2022-08-02 14:32:30 +02:00
Mario Hüttel be3efc07d3 Improve implementation. Add blinking red led to overtemperature mode 2022-07-15 19:48:55 +02:00
Mario Hüttel 8dc30f15fb Implement first working version of DMX receiver. Might still be buggy 2022-07-07 17:40:25 +02:00
Mario Hüttel 60f1923abe Implement first draft of working DMX. Still needs rework and beatifying 2022-06-24 19:43:00 +02:00
Mario Hüttel d06b2b7eaf Implement test RX for DMX. Still no functionality 2022-06-24 18:08:52 +02:00
Mario Hüttel 3faab7173c Implement Uart RX functionality. UART RX works. DMX frame detection not yet implemented. 2022-06-21 22:04:44 +02:00
Mario Hüttel 4166396f75 Add detailed memory usage output to Makefile 2022-06-21 20:57:56 +02:00
Mario Hüttel d7ce66b1d8 Prepare DMX development 2022-06-21 20:33:23 +02:00
Mario Hüttel 3fc6e81569 Fix bug in clock setup. HSE was accidentally stopped instead of HSI. This didn't have any bad effects though 2022-06-21 20:25:06 +02:00
Mario Hüttel 1cc3a85471 Update gitignores 2022-06-21 20:00:54 +02:00
Mario Hüttel f4cf90ca65 Fix wrong aligments in Linkerscript 2021-05-24 12:53:09 +02:00
Mario Hüttel 994899038c Firmware: Change LED display modes
* Remove SK6812 White mode. Discrete LEDs are just fine
* Move discrete White mode at the beginning of the list
2021-05-13 16:12:43 +02:00
Mario Hüttel c3074bcb6a Refactor code 2021-05-13 16:12:27 +02:00
Mario Hüttel 677bf2c9b5 Increase PWM Frequency to ~17 kHz to prevent annoying sound 2021-05-10 19:23:43 +02:00
Mario Hüttel 93d15fc549 Add overtemperature shutdown 2021-05-10 18:44:56 +02:00
Mario Hüttel d9769e7b34 adaptions for HW V2.1
added PWM output for new discrete white LEDs
added 2 new SK6812 LEDs
added a default start mode
2021-05-09 14:30:39 +02:00
Mario Hüttel b9a01bcad9 Fix bug 2021-05-09 11:14:14 +02:00
Mario Hüttel e8606bcea8 Add ADC code to measure temperature. Supervisor not yet implemented 2021-04-03 22:48:53 +02:00
Stefan Strobel 953abcc75c added crazy colorful mode 2021-03-20 19:49:57 +01:00
Stefan Strobel 61783e77c5 enabled external clock + implemented some weird operating modes using the rotary encoder 2021-03-20 16:26:56 +01:00
Mario Hüttel f31160964b Implement changing color test for SK6812 2021-03-12 22:32:59 +01:00
Mario Hüttel f2183c5dac First test code for SK6812 LEDs 2021-03-12 22:28:00 +01:00
Mario Hüttel dbc25dcead Add STM32F030 code template 2021-03-12 18:53:53 +01:00