Legion2 / CorsairLightingProtocol

Control LEDs connected to an Arduino with iCUE, create an unofficial Corsair iCUE compatible Arduino LED controller.
Apache License 2.0
509 stars 64 forks source link

Temperature Sensor not updating? #327

Closed JerresonJ closed 1 year ago

JerresonJ commented 1 year ago

Describe the problem Arduino Micro - Temp Sensor doesn't update in icue

System (please complete the following information): win 10 Pro Arduino Micro Commander Pro Running default CommanderPro sketch

Code changes Only changed pins for Temp sensors to A0 and A4

the thermistor circuit works on a generic thermistor sketch to test it. It's just this commanderPro sketch doesn't work. When I first connect the USB it grabs the temp reading but doesn't ever update afterwards. Like the device isn't sending the updated readings.

any pointers

JerresonJ commented 1 year ago

ok, weird. IDK what happened here but I changed pins for sensors to A0, A1 and things worked? Maybe a loose wire or something I missed but both my sensors are now updating.