Jump to content

tankhunter8192

Member
  • Posts

    65
  • Joined

  • Last visited

Reputation Activity

  1. Like
    tankhunter8192 got a reaction from Jstagzsr in arduino question. ws2812b led matrix.   
    there is no standard to wire a matrix, so just the matrix builder knows how the thing would be a function for the calculation of the adress like:
    #define ROWS XX #define COLUMS YY int GetAdress(int row, int colum) { if((row<ROWS)&&(rows>=0) { if((colum<COLUMS)&&(colum>=0) { return (colum+COLUMS*(row-1)); } } return -1; //if wrong insert -> ERROR Code } Edit:
    the circuit/adresses would be:
    |  0 |  1 |  2 |  3 |  4 |  5 |  6 |  7|
    ----------------------------------------
    |  8 |  9 | 10 | 11 | 12 | 13 | 14 | 15 |
    ...
  2. Agree
    tankhunter8192 got a reaction from SmashinMachine in best pump for water cooling?   
    i would choose for pumps always D5 aka MCP655. 
  3. Agree
    tankhunter8192 got a reaction from NMS in ThreadRipper 1950X - Idle Temps too high   
    how about the thing that Threatripper has a high TDP and the Noctua cooler is a good cooler but not for this high?
    On my i9 7960X i have also a Noctua 14 and it burns at 100C without OC while Blender.
    Little sidenote: the cooler that you mentioned has no TR4 socket support - it is an small area cooler
  4. Agree
    tankhunter8192 reacted to lacion in Taking the custom loop path   
    yup is right there, the silver part at the bottom is a ball valve that right now has a cap, but I have a barbed fitting and flexible tube to drain it.
  5. Agree
    tankhunter8192 got a reaction from SpaceGhostC2C in Alienware Aurora R7 liquid cooled CPU   
    I thought they use AiOs as cooling and market them just as water cooling. AiOs would be maintraincefree or just for 2-5 years of use
×