-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error: No connection established (Corsair Lighting Protocol) #315
Comments
Hi, can you try to update Arduino IDE to 2.0.2 or later, there was a bug which causes this error. |
I got the same error in Arduino IDE 2.0.2 |
|
I solved the problem. The problem is that I have uploaded the CLP code of a different board to the Arduino Leonardo board. Thanks for help. Now I have a different question. I can now burn a total of 60 pixels with the card in my hand. Is it possible to increase this number in the code? |
Yes you can increase the number of pixels, there are two ways,
You can also combine both. Keep in mind there is only limited memory available and each pixel needs memory, so in total you can get around 400 pixels. |
Thank you so much for your reply and help man. Can we burn 400 pixels for each channel, or can we burn 400 pixels in total for both channels. In fact, if you had written an explanatory video, it would have been inedible :). |
You can get around 400 pixel total with an arduino leonardo, I recommend using one channel of the LS100. The LS100 provides ambient lighting functions in iCUE. You can configure 135 pixels in iCUE and scale them up to around 400 pixel with the arduino (you should test/try which is the maximum, before building something). |
I divided all 600 pixels into 4 different groups. |
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. |
Hello, how exactly can I increase the number of pixels, what values should I enter? can you help? Total number of addressable pixels 600 |
Which of the both approaches do you want from #315 (comment) ? |
As I have shown in the attached picture, I created an LS100 controller with Arduino Leonardo. With this controller, 135 pixel LEDs are currently on. You said before with this code that a maximum of 400 pixel leds can be lit. In the code prepared for the LS100 |
Very happy if you help🙏 |
see #325 |
Compilation error: No connection established
Hello everyone, I followed all the steps on the Corsair Lighting Protocol page in order, but when I click on the print library tab, I get the error "Compilation error: No connection established". Can you help me please? Thank you.
System (please complete the following information):
Code changes
i didn't change
The text was updated successfully, but these errors were encountered: