Yukari Shoji
JAPAN • + Follow
Edit Project
Description
Corsair Lighting Protocol board
This board can be used to integrate custom/unofficial ARGB strips with iCUE.
software from: https://github.com/Legion2/CorsairLightingProtocol
Code
Samples for multiple devices.
Arduino
// Samples for multiple devices. #include <CorsairLightingProtocol.h> #include <FastLED.h> // for Multiple Device. Set DEVICE_NO #define DEVICE_NO 0 #define DATA_PIN_CHANNEL_1 2 #define DATA_PIN_CHANNEL_2 3 #define CHANNEL_LED_COUNT 60 CRGB ledsChannel1[CHANNEL_LED_COUNT]; CRGB ledsChannel2[CHANNEL_LED_COUNT]; #if DEVICE_NO == 0 const char mySerialNumber[] PROGMEM = "202B6949A967"; #elif DEVICE_NO == 1 const char mySerialNumber[] PROGMEM = "202B6949A968"; #elif DEVICE_NO == 2 const char mySerialNumber[] PROGMEM = "202B6949A969"; #elif DEVICE_NO == 3 const char mySerialNumber[] PROGMEM = "202B6949A96A"; #elif DEVICE_NO == 4 const char mySerialNumber[] PROGMEM = "202B6949A96B"; #endif CorsairLightingFirmware firmware = corsairLightingNodePROFirmware(); FastLEDController ledController(true); CorsairLightingProtocolController cLP(&ledController, &firmware); CorsairLightingProtocolHID cHID(&cLP, mySerialNumber); void setup() { #if DEVICE_NO == 0 byte deviceId[4] = { 0x9A, 0xDA, 0xA7, 0x8E }; #elif DEVICE_NO == 1 byte deviceId[4] = { 0x9A, 0xDA, 0xA7, 0x8F }; #elif DEVICE_NO == 2 byte deviceId[4] = { 0x9A, 0xDA, 0xA7, 0x90 }; #elif DEVICE_NO == 3 byte deviceId[4] = { 0x9A, 0xDA, 0xA7, 0x91 }; #elif DEVICE_NO == 4 byte deviceId[4] = { 0x9A, 0xDA, 0xA7, 0x92 }; #endif firmware.setDeviceID(deviceId); CLP::disableBuildInLEDs(); if (CLP::shouldReset(&firmware)) { CLP::reset(&firmware); ledController.reset(); } FastLED.addLeds<NEOPIXEL, DATA_PIN_CHANNEL_1>(ledsChannel1, CHANNEL_LED_COUNT); FastLED.addLeds<NEOPIXEL, DATA_PIN_CHANNEL_2>(ledsChannel2, CHANNEL_LED_COUNT); ledController.addLEDs(0, ledsChannel1, CHANNEL_LED_COUNT); ledController.addLEDs(1, ledsChannel2, CHANNEL_LED_COUNT); } void loop() { // cLNP.update(); cHID.update(); if (ledController.updateLEDs()) { FastLED.show(); } }
Schematic and Layout
CAD-Custom parts and enclosures
Dec 09,2020
5,320 views
end-flag
Corsair Lighting Protocol board
2 Layers PCB 35 x 45 mm FR-4, 1.6 mm, 1, HASL with lead, Green Solder Mask, White silkscreen
5320
4
13
Published: Dec 09,2020
BOM(Bill of materials)
Purchase
Donation Received ($)
PCBWay Donate 10% cost To Author
File Last Updated: 2024/06/11 (GMT+8)
File update record
2024-06-1116:15:50
Parts List (BOM) is updated.
2023-04-0407:31:24
CAD or technical drawing file is updated.
Only PCB
PCB+Assembly
*PCBWay community is a sharing platform. We are not responsible for any design issues and parameter issues (board thickness, surface finish, etc.) you choose.
Copy this HTML into your page to embed a link to order this shared project
Copy
Under the
Attribution-ShareAlike (CC BY-SA)
License.

Raspberry Pi 5 7 Inch Touch Screen IPS 1024x600 HD LCD HDMI-compatible Display for RPI 4B 3B+ OPI 5 AIDA64 PC Secondary Screen(Without Speaker)
BUY NOW
ESP32-S3 4.3inch Capacitive Touch Display Development Board, 800×480, 5-point Touch, 32-bit LX7 Dual-core Processor
BUY NOW
Raspberry Pi 5 7 Inch Touch Screen IPS 1024x600 HD LCD HDMI-compatible Display for RPI 4B 3B+ OPI 5 AIDA64 PC Secondary Screen(Without Speaker)
BUY NOW- Comments(13)
- Likes(4)
-
Dominik Wodzick Dec 13,2024
-
Supertriton Mar 11,2023
-
krojew Feb 16,2023
-
Brett Anderson Jan 20,2021
View More
VOTING
0 votes
- 0 USER VOTES
0.00
- YOUR VOTE 0.00 0.00
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Design
1/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Usability
2/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Creativity
3/4
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Content
4/4
More by Yukari Shoji
-
ESP32 DevKit-C Base Board ESP32-DevKit-C Base BoardConnectersJ1: JTAG (3V3/GND/TMS/TCK/TDO/TDO)J2: I2C (GND/3V3/SCL/SDA)J3: I2...
-
ESP32 CPU board for ESP-PROG. Ver2.0 This CPU board is Ver.2 for use with ESP-PROG.Since the writing circuit of ESP-PROG is used, it is a...
-
ESP32 CPU board for ESP-PROG. This CPU board is for use with ESP-PROG.Since the writing circuit of ESP-PROG is used, it is a simpl...
-
Corsair Lighting Protocol board This board can be used to integrate custom/unofficial ARGB strips with iCUE. software from: https://...
-
ESP32-Minikit Base Board Base Board for ESP32-MiniKitElectrolytic capacitors and ceramic capacitors for 3V3 and 5V power line...
You may also like
-
-
-
Modifying a Hotplate to a Reflow Solder Station
629 1 5 -
MPL3115A2 Barometric Pressure, Altitude, and Temperature Sensor
349 0 1 -
-
Nintendo 64DD Replacement Shell
319 0 1 -
V2 Commodore AMIGA USB-C Power Sink Delivery High Efficiency Supply Triple Output 5V ±12V OLED display ATARI compatible shark 100W
838 4 2 -
How to measure weight with Load Cell and HX711
587 0 3
Hello. There is no problem, so please design it. A STATA connector is a good idea. thank you. Yukari
Hello, Thanks for your fast answer :) I will try, maybe is it possible to join you on another platform more directly ? And if you have, is it possible to send me your work ? Don't want to be intrusive, but i'm very beginner at pcb design, some files to start the project can help me :) Bye Triton
I added the KiCAD 5.0 files. This is an early build so there may be some bugs. Good luck.
Thanks a lot !
Hello, I did this : https://github.com/Supertriton/DiyLightingNodeProV2 Sorry first time I use GitHub and all these tools. Bye
The explanation was incorrect, so I'll fix it. See the next post.
Perfect, that makes a ton of sense. Thank you so much for the help!