You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**This library can be used to integrate custom/unofficial RGB strips with iCUE.**
5
5
@@ -21,9 +21,12 @@
21
21

22
22
23
23
# Getting started
24
+
This project is an Arduino library called "Corsair Lighting Protocol".
25
+
It can be used to control Arduino boards with iCUE.
26
+
This project provides example sketches for easy use with Arduino IDE.
24
27
25
28
-[Requirements](#requirements)
26
-
-[Install the library](#install-the-library)
29
+
-[Install the libraries](#install-the-libraries)
27
30
-[Create a Lighting Node PRO](#create-a-lighting-node-pro)
28
31
-[Use the Lighting Node PRO](#use-the-lighting-node-pro)
29
32
@@ -34,28 +37,39 @@ It also supports the Arduino Uno and Arduino Mega, **but** this requires the [Ho
34
37
It is **not** compatible with Arduino Nano.
35
38
In the rest of the documentation "Arduino" is used as a synonym for all supported boards regardless of the manufacturer.
36
39
37
-
You have problems with a board not listed here, please open an [Issue](https://github.com/Legion2/CorsairLightingProtocol/issues).
40
+
When you have problems with a board not listed here, please open an [Issue](https://github.com/Legion2/CorsairLightingProtocol/issues).
38
41
39
-
## Install the library
40
-
Use the [Library-Manager](https://www.ardu-badge.com/Corsair%20Lighting%20Protocol/ide) to install this library (Corsair Lighting Protocol).
41
-
Additionally, the [FastLED](http://fastled.io/) library must be installed.
42
+
## Install the libraries
43
+
To use this library you must install it with the Library-Manager.
44
+
Open the Library-Manager in Arduino IDE via Tools->Manage Libraries...
45
+
Search for "Corsair Lighting Protocol" and install the Corsair Lighting Protocol library.
46
+
This library also requires the [FastLED](http://fastled.io/) library.
47
+
Search for "FastLED" in the Library-Manager and install the FastLED library.
42
48
43
49
## Create a Lighting Node PRO
44
50
This guide will teach you how to create a Lighting Node PRO with an Arduino Leonardo compatible board.
45
51
If you have an Arduino Uno or Mega, see the [other guide](https://github.com/Legion2/CorsairLightingProtocol/wiki/How-to-use-on-Arduino-Uno-and-Arduino-Mega).
46
52
47
-
1. Open the example "LightingNodePRO", you can find it in Arduino IDE in the File menu->Examples->Corsair Lighting Protocol->LightingNodePRO or in the [examples directory](examples) if you download this project.
53
+
1. Open the example "LightingNodePRO", you can find it in Arduino IDE in the File menu->Examples->Corsair Lighting Protocol->LightingNodePRO.
54
+
If you can't open the LightingNodePRO example the Corsair Lighting Protocol library is not installed correctly.
48
55
49
56

50
-
1. Follow [these steps](https://github.com/Legion2/CorsairLightingProtocolBoards#how-to-use-these-boards-in-arduino) to install the CLP Boards and upload the sketch to your Arduino.
57
+
1. Install the [CLP Boards](https://github.com/Legion2/CorsairLightingProtocolBoards).
58
+
They can be installed by following the [CLP Boards installation guide](https://github.com/Legion2/CorsairLightingProtocolBoards#how-to-use-these-boards-in-arduino).
59
+
After installation it should be possible to select the CLP Boards in the Arduino IDE as shown in the screenshot below.
1. Upload the "LightingNodePRO" sketch to your Arduino.
63
+
64
+

51
65
1. Do the wiring.
52
66
For more information on [how to wire the leds](https://github.com/FastLED/FastLED/wiki/Wiring-leds) and [how to set up the LEDs in the code](https://github.com/FastLED/FastLED/wiki/Basic-usage#setting-up-the-leds) see the links.
53
67
54
68

55
-
1. Verify that your device works as expected.
69
+
1. Verify your device works as expected.
56
70
Open the Windows settings->devices->Other devices.
57
71
Somewhere in the list of devices, there should be a device called "Lighting Node PRO".
58
-
1. Now open [iCUE](https://www.corsair.com/icue) there should be the "Lighting Node PRO".
72
+
1. Now open [iCUE](https://www.corsair.com/icue) there you should see the "Lighting Node PRO".
59
73
60
74
## Use the Lighting Node PRO
61
75
@@ -66,11 +80,11 @@ iCUE groups the LEDs into groups of ten.
66
80
So if you have 20 LEDs, set the amount to 2.
67
81
Now you can create lighting effects in the "Lighting Channel #" tabs.
0 commit comments