Legion2 / CorsairLightingProtocol

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

Changing serial number and id with Devicetool #326

Closed Agademo closed 1 year ago

Agademo commented 1 year ago

Hello, I had previously created a Corsair Smart Lighting LS100 with Arduino Leonardo and increased the number of leds to 400. Toplamda 600 piksel lede sahip bir masam ve 240 piksel lede sahip bir raf var.. The leds on my Desk and shelf are ws2812b. There are a total of 600 pixel LEDs on my desk and a total of 240 pixel LEDs on the shelf. For this reason, I want to write LS100 code on two separate arduino leonardos for my desk and an arduino leonardo for the shelf and run all the pixels. But I need to change the serial number and id number of each leonardo. Since I am not very knowledgeable about arduino, I need to set different serial number and id number for each arduino via devicetool. I would be very grateful if you could help me explain this. Thank you for your help.

Legion2 commented 1 year ago

You need to create two sketches, one for each of your arduinos. Then add different serial number and device id as described here to both of them.

Agademo commented 1 year ago

How do I create the sketch?

Legion2 commented 1 year ago

Copy the code from #325 and create new sketches in Arduino IDE with the code via the menu. Each sketch is a file with the .ino file ending.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.