GithubHelp home page GithubHelp logo

Comments (14)

ArtursGailis1995 avatar ArtursGailis1995 commented on August 31, 2024

Untitled

No matter the temperature, PWM value stays the same. Fans does not ramp up phisically too.

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on August 31, 2024

Interesting. Is the official software able to control the speed of the fans and the rgb colors?

Could you edit TTController.Service.exe.Config file and change
<logger name="*" minLevel="Info" writeTo="file" enabled="true" />
to
<logger name="*" minLevel="Trace" writeTo="file" enabled="true" />
then run in console for a few seconds, press enter so it cleans up and then send the latest log file?

Also this is the first time i've seen the Unknown value to be something else than 255

from ttcontroller.

ArtursGailis1995 avatar ArtursGailis1995 commented on August 31, 2024

@MoshiMoshi0 Yes, with the official software everything works fine. I Hate the official software because every time computer starts up, it loses the configuration and I have to open software and turn on RGB and put it to PWM.

The requested LOG file is attached below. I work in IT, so if I am unable to fix this issue in multiple hours it means its either broken or I had too much beer.

current.log

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on August 31, 2024

Are you sure you have Riing Plus fans? For some reason your controller is detected as first gen Riing controller, not Riing Plus controller.

All data seems correct, and the controller responds with success messages, so im not sure what is wrong.

If its possible, could you install Wireshark with usbpcap and capture the usb data? But use the official software while capturing. I want to see if I missed something.

from ttcontroller.

ArtursGailis1995 avatar ArtursGailis1995 commented on August 31, 2024

Ah, there is a chance that e-shop sold me wrong product. That makes sense then, as it was 50% off at least. In the listing it said Riing Plus 14.. Maybe it is not..

Here is the pcap attached (in zip because it did not allow me to attach pcap).
tt.zip

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on August 31, 2024

I dont see much that is different, but they seem to use different bytes for speed.
Try this build:
TTController_0.7.1.0-alpha.22.416b4adaa45a2bcf9ef5efc92476a806aba7deee.zip

I hope this will make the speed work.

edit: Also if this does not work, please redo the capture but this time start the capture before launching the official software (start with it off). I want to see if there is anything different in the initialization.

from ttcontroller.

ArtursGailis1995 avatar ArtursGailis1995 commented on August 31, 2024

@MoshiMoshi0 Yes, this time speed control seems to be working fine. Values do change in console and also I can hear fans ramping up/down on CPU temperature change.

Here is the PCAP file just in case you want to investigate further (some basic LED functions, like turning on and off, rainbow sweep effect, setting to static white color etc.) Started capture before running software. Ran software and changed fan speed, turned on RGB, saved, turned on some profiles. Controller should be connected on USB HUB number 1.3.1.

tt_new_before_startup.zip

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on August 31, 2024

Nice.
It seems like you have first gen and first firmware (v1.0.0).

Looking at the page here it looks like you only have 2 rgb effects? RGB Cycle/Flow and custom full color, is that correct other effects are working too?

If you have more effects could you do one last capture going thru all of the available effects while also changing the rgb effect speed and the effect custom colors?

If you only have those two, what custom color do you have set? Its showing as FFFF00 but I think they are using GRB format.

BTW the controller is 1.5.1.

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on August 31, 2024

Can you test that RGB works with v0.7.2.0-alpha? As I would like to close this issue.

You can test with these effects:

Built in flow effect:

{
    "Type": "RawEffect",
    "Config": {
        "EffectType": "Flow",
        "Trigger": {
            "Type": "OneTimeTrigger"
        }
    }
}

Full magenta color:

{
    "Type": "FullColorEffect",
    "Config": {
        "Color": [255, 0, 144],
        "Trigger": {
            "Type": "OneTimeTrigger"
        }
    }
}

If those work you should be able use any other effect that uses Full effect type. For example SensorEffect.

from ttcontroller.

ArtursGailis1995 avatar ArtursGailis1995 commented on August 31, 2024

@MoshiMoshi0 Sorry for late reply, Im on holiday.

Yes, now the v0.7.2.0-alpha seems to be working fine. Only thing - its not creating magenta but Cyan color for me with your sample code.

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on August 31, 2024

No worries.

When you can, try setting the color to [255, 0, 0] then [0, 255, 0] then [0, 0, 255]. Those should be red, green, blue.

If those are still cyan I would need another capture where you change the static color in the official software a couple of times, preferably to red, green, blue colors.

BTW does first config with the "Flow" effect work?

from ttcontroller.

ArtursGailis1995 avatar ArtursGailis1995 commented on August 31, 2024

[255, 0, 0] - Green
[0, 255, 0] - Red
[0, 0, 255] - Blue
[255, 255, 0] - Yellow
[255, 0, 255] - Cyan
[0, 255, 255] - Magenta
[0, 0, 0] - Black (Off)
[255, 255, 255] - White.

Yes, the Flow effect works.

from ttcontroller.

MoshiMoshi0 avatar MoshiMoshi0 commented on August 31, 2024

So it seems that they use RGB in the first gen but GRB in the other controllers.

Anyways, this should fix the colors:
TTController_0.7.2.0-alpha.5.e6bf88d4fa2bb881d03b08f5dd079e70bcb5078d.zip

If you confirm, I'll close this issue.

from ttcontroller.

ArtursGailis1995 avatar ArtursGailis1995 commented on August 31, 2024

Confirm.

from ttcontroller.

Related Issues (20)

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.