• Joined on 2020-11-19
klaute pushed to main at klaute/lumini_p30_control 2023-05-15 19:24:30 +02:00
114b76d190 Added diyHue info
klaute pushed to main at klaute/lumini_p30_control 2023-05-15 15:36:41 +02:00
e2b4cf139d Merge branch 'develop'
ba5a888e32 Updated the binary files
32bc51caaa Fixed some timing controller functionality - handling of the data sets should be better now. Also fixed the funciton which writes the datablocks to the eeprom, it resets the tc engine and also reads out the new written data.
30d00827f9 Name of the light changed
e62d85fbd6 Readme update
Compare 9 commits »
klaute pushed to develop at klaute/lumini_p30_control 2023-05-15 14:28:50 +02:00
ba5a888e32 Updated the binary files
32bc51caaa Fixed some timing controller functionality - handling of the data sets should be better now. Also fixed the funciton which writes the datablocks to the eeprom, it resets the tc engine and also reads out the new written data.
30d00827f9 Name of the light changed
e62d85fbd6 Readme update
cc88a0de0b Next try to fix the miss behavior (keeping light on or increasing brightness on ch1).
Compare 6 commits »
klaute pushed to develop at klaute/lumini_p30_control 2023-05-14 10:42:54 +02:00
60334d3109 More debug messages disabled.
klaute pushed to develop at klaute/lumini_p30_control 2023-05-14 10:34:02 +02:00
dec0695d92 Disabled some debug output.
klaute pushed to main at klaute/lumini_p30_control 2023-05-14 10:29:27 +02:00
e7211140af Merge branch 'develop'
9ad3db73bf Fixed target data block reading. Added some more debug output.
Compare 2 commits »
klaute pushed to develop at klaute/lumini_p30_control 2023-05-14 10:29:05 +02:00
9ad3db73bf Fixed target data block reading. Added some more debug output.
klaute pushed to main at klaute/lumini_p30_control 2023-05-13 23:07:34 +02:00
9d16e693f7 Disabled development flag for main branch.
klaute pushed to main at klaute/lumini_p30_control 2023-05-13 23:06:48 +02:00
56254d58eb Updated binary files.
c177404a75 Added a FSM to the main loop to prevent resets and improved performance. Added some comment v-lines. Improved readability of the code.
7e6dd20d31 Added color output to buttons after click.
d336c047cb Splitted firmware main ino file into multiple separate files
Compare 4 commits »
klaute pushed to develop at klaute/lumini_p30_control 2023-05-13 23:02:13 +02:00
56254d58eb Updated binary files.
c177404a75 Added a FSM to the main loop to prevent resets and improved performance. Added some comment v-lines. Improved readability of the code.
7e6dd20d31 Added color output to buttons after click.
d336c047cb Splitted firmware main ino file into multiple separate files
a9e8e2a778 Added main firmware and updated develop firmware bin file.
Compare 27 commits »
klaute pushed to main at klaute/lumini_p30_control 2023-05-12 12:25:38 +02:00
a9e8e2a778 Added main firmware and updated develop firmware bin file.
7452882ea7 process_lightdata function fixed - division by 0 was possible.
Compare 2 commits »
klaute pushed to main at klaute/lumini_p30_control 2023-05-12 12:21:05 +02:00
2e340d0cc8 Merge remote-tracking branch 'second/develop'
6087c38e8a Latest develop binary file added.
076a81a101 Switch off of the lights fixed. brightness will be set to 0 now. PWM frequency set to 500Hz.
c974e394d8 Added range checks
Compare 4 commits »
klaute pushed to develop at klaute/lumini_p30_control 2023-05-12 12:20:43 +02:00
6087c38e8a Latest develop binary file added.
076a81a101 Switch off of the lights fixed. brightness will be set to 0 now. PWM frequency set to 500Hz.
c974e394d8 Added range checks
Compare 3 commits »
klaute pushed to develop at klaute/lumini_p30_control 2023-05-12 07:23:09 +02:00
013cd8a8bf Added a comment
2714e05173 Fixed typo in calculation
Compare 2 commits »
klaute pushed to main at klaute/lumini_p30_control 2023-05-12 07:22:53 +02:00
3f697e0b12 Updated main non-dev firmware bin file.
5f84840a00 Merge branch 'develop'
013cd8a8bf Added a comment
2714e05173 Fixed typo in calculation
Compare 4 commits »
klaute pushed to main at klaute/lumini_p30_control 2023-05-11 19:41:05 +02:00
7855eaae38 Updated todays spiffs bin file
3914bfe57c Updated todays firmware binary.
06b61749ca Merge branch 'develop'
9d02e054f5 Added brightness range check to brightness webserver set feature. Added a reset function to the timing control module. Fixed the pwm test feature by adding tc reset function call.
1efca24ff2 timing counter call added to the pwm test, updated the tc_update functions to check if the tc is anabled.
Compare 10 commits »
klaute pushed to develop at klaute/lumini_p30_control 2023-05-11 19:37:22 +02:00
9d02e054f5 Added brightness range check to brightness webserver set feature. Added a reset function to the timing control module. Fixed the pwm test feature by adding tc reset function call.
klaute pushed to develop at klaute/lumini_p30_control 2023-05-11 18:22:05 +02:00
1efca24ff2 timing counter call added to the pwm test, updated the tc_update functions to check if the tc is anabled.
klaute pushed to develop at klaute/lumini_p30_control 2023-05-11 18:17:13 +02:00
0773d7717f PWM test implementation bugfix
klaute pushed to develop at klaute/lumini_p30_control 2023-05-11 16:49:04 +02:00
c2c2425283 Added a pwm test function