Giter Club home page Giter Club logo

corsairlightingprotocolboards's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar legion2 avatar spegs21 avatar vfjr avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

corsairlightingprotocolboards's Issues

Does not compile for 3v3 Pro Micro

I keep getting errors compiling for the 3.3V Pro Micro board. I am running Windows 10, with the latest versions of FastLed, and the CLP library.

Here are the errors I get, which make me think there could be something wrong with the boards declarations:

image

It works when I use the 5V one (and I uploaded the sketch to the 5V board and it works as expected).

Fan control not working on "Pro Micro USB ATmega 32U4"

Hello guys,

Today my "arduino" arrived and I've did my first tries with it. The First thing (and also the most important thing for me would be to get the fan control to work, unfortunately its not working. I have the assumption it could be because of my Arduino.

I have ordered this one (Ebay link, i hope its fine): Pro Micro USB ATmega 32U4 5V/3.3V 16MHz komp. Arduino Leonardo Mini Board

I've loaded the Commander Pro example and flashed it, so the fan port 1 is configured to Pin 5 on the Arduino, there I also connected the fan's pwm "cable". the voltage is coming from external power supply, the arduino is connected to the pc via usb.

It shows up as Commander Pro and seems to work fine, just I cant change the fan speed, the fan is always running on max - like it wouldnt be connected to the arduino. I have flashed the script as CLP Arduino Leonardo and CLP Arduino Micro.

The SparkFun Pro Micro Profile wont work for me, neither 5v nor 3,3v - it will throw out following error (sorry, german):

Fehler beim Kompilieren für das Board CLP SparkFun Pro Micro 5V, 16 MHz.

As in the Wiki for Commander Pro is stated that there is only support for Arduino Mega and Leonardo, I am not sure if it will work with this board at all.

Maybe you can let me know, so not that i am ordering another board now and it isnt the issue.

Thank you in advance!!

ATmega32u4 no longer in device manager

I used the board definition at the bottom of CorsairLightingProtocolBoards/avr/boards.txt

Now the controller isn't even visible in my device manager, why?

Previous versions never had this symptom.

Arduino Micro Compilation Error

Compiling for Arduino Micro produces the following error code:

Arduino: 1.8.11 (Windows 10), Board: "CLP SparkFun Pro Micro 5V, 16 MHz, Lighting Node CORE"

C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\james\AppData\Local\Arduino15\packages -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\james\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\james\Google Drive\Projects\Arduino\libraries -fqbn=Legion2:avr:promicro5vclp:device=lnc -ide-version=10811 -build-path C:\Users\james\AppData\Local\Temp\arduino_build_673371 -warnings=none -build-cache C:\Users\james\AppData\Local\Temp\arduino_cache_185092 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avr-gcc.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc-4.8.1-arduino5.path=C:\Users\james\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\4.8.1-arduino5 -prefs=runtime.tools.avrdude.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude-6.0.1-arduino5.path=C:\Users\james\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.0.1-arduino5 -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -prefs=runtime.tools.arduinoOTA-1.3.0.path=C:\Program Files (x86)\Arduino\hardware\tools\avr -verbose C:\Users\james\Google Drive\Projects\Arduino\libraries\CorsairLightingProtocol-dev\examples\LightingNodePRO\LightingNodePRO.ino
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x20 pc=0x83358a]

goroutine 1 [running]:
github.com/arduino/arduino-cli/legacy/builder.(*SetupBuildProperties).Run(0xf47308, 0x120ce5a0, 0xf47308, 0x123a64c0)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/setup_build_properties.go:79 +0xd6a
github.com/arduino/arduino-cli/legacy/builder.(*ContainerSetupHardwareToolsLibsSketchAndProps).Run(0xf47308, 0x120ce5a0, 0xf47308, 0x1202e000)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/container_setup.go:85 +0x408
github.com/arduino/arduino-cli/legacy/builder.runCommands(0x120ce5a0, 0x1203df0c, 0x2, 0x2, 0x1, 0xa43e08, 0x70c7ad)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/builder.go:195 +0xbd
github.com/arduino/arduino-cli/legacy/builder.(*ParseHardwareAndDumpBuildProperties).Run(0x12065f40, 0x120ce5a0, 0xf47254, 0x120073a0)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/builder.go:183 +0xbc
github.com/arduino/arduino-cli/legacy/builder.RunParseHardwareAndDumpBuildProperties(...)
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-cli/legacy/builder/builder.go:216
main.main()
	/home/jenkins/workspace/arduino-builder-all-cross-cli-inception/src/github.com/arduino/arduino-builder/main.go:389 +0x710
C:\Program Files (x86)\Arduino\arduino-builder returned 2

Error compiling for board CLP SparkFun Pro Micro 5V, 16 MHz.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.