aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSelene ToyKeeper2020-09-25 08:25:41 -0600
committerSelene ToyKeeper2020-09-25 08:25:41 -0600
commit6f835e9ba0ac55047079f07c441c032c547857b6 (patch)
treed48da5ed6bdd74336100c0a2599ac19f6ae2f1ad
parenttiny clarification in the manual about memory (diff)
parentreduced temperature limit for Noctigon K1-12V, to avoid overheating the boost... (diff)
downloadanduril-6f835e9ba0ac55047079f07c441c032c547857b6.tar.gz
anduril-6f835e9ba0ac55047079f07c441c032c547857b6.tar.bz2
anduril-6f835e9ba0ac55047079f07c441c032c547857b6.zip
merged from fsm to get K1-12V thermal fix
-rw-r--r--spaghetti-monster/anduril/cfg-noctigon-k1-12v.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h b/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h
index 1a7991c..b1a12eb 100644
--- a/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h
+++ b/spaghetti-monster/anduril/cfg-noctigon-k1-12v.h
@@ -3,9 +3,13 @@
#include "hwdef-Noctigon_K1-12V.h"
// ATTINY: 1634
-// this light can safely run a bit hotter than most
+// Most K1 lights can run hotter than default, but the 12V model
+// is known to have issues with the driver itself getting too hot.
+// This then causes the main LEDs to turn off during use, because the
+// boost chip's built-in protection activates. So try to keep the
+// temperature relatively low.
#undef DEFAULT_THERM_CEIL
-#define DEFAULT_THERM_CEIL 55
+#define DEFAULT_THERM_CEIL 45
// this light has three aux LED channels: R, G, B
#define USE_AUX_RGB_LEDS
If you find this content useful please consider a small donation via bitcoin: bitcoin:1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2?amount=0.001&message=Donation Scraping git contents via cgit is very resource intensive. The continued hosting of these git repositories is entirely financed by your bitcoin contributions. For donations of a least 1 mBTC you include your IP address in the message of your bitcoin donation. This will remove this message in the future for requests from your IP, which will significantly reduce token usage. In any case, any contributions to bitcoin address 1mxKyQsHHugqRxPKgwaA7wUwJEGCNthn2 are very welcome. Thanks in advance for you contribution to a self-sustaining ecosystem.