[En subs] OLED PWM Rack Fan Controller - Racklife

Поділитися
Вставка
  • Опубліковано 30 гру 2024

КОМЕНТАРІ • 58

  • @djordjelukovac8041
    @djordjelukovac8041 2 місяці тому +1

    Display stuck in a loop

  • @kallexd73
    @kallexd73 4 роки тому +2

    Great video!
    Did just connect it straight to a fan or did you have some sort of hub to connect all of the fans and then the hub to the Arduino as shown on the diagram?

    • @TysonpowerDe
      @TysonpowerDe  4 роки тому +1

      You could solder the cables all together, but i used a simple hub to connect all four fans.

    • @kallexd73
      @kallexd73 4 роки тому

      @@TysonpowerDe Alright I think this is what im going to do aswell. Do you mind sharing a link for the hub you had?

  • @MrHasi_aut
    @MrHasi_aut 3 роки тому

    Hello hab ne Frage habe das jetzt genau nachgebaut wie du nur irgendwie möchte der display nicht weiter machen Steck in einen Loop 🔁 :/ vll eine Antwort ?

  • @ryanlim2104
    @ryanlim2104 5 місяців тому

    Hello,
    Thanks for making this video and schematic. I am a newbie to Arduino, and I saw there is no power source provided to the Arduino nano. Does it mean I have to connect the Arduino with USB?

    • @TysonpowerDe
      @TysonpowerDe  5 місяців тому

      @@ryanlim2104 yeah exactly, just use the usb to power it

  • @evandrocunha5048
    @evandrocunha5048 Місяць тому

    Hello Tysonpower. I am having some trouble with this. I am stuck in a loop where the arduino restart, the fans ramp up and it restarts again. I am trying to understand what might be wrong. If you could clarify which libraries should be used it would help me a lot. If you can of course. Thank you. Best Regards

    • @TysonpowerDe
      @TysonpowerDe  Місяць тому

      You can see the libs in the .ino sketch, reboot sounds more like a power issue or just a case of a software error. Have a look at the serial output, it should let you know if there is an error.

    • @evandrocunha5048
      @evandrocunha5048 Місяць тому

      @@TysonpowerDe Well, i am not sure if it is a power related issue. I am using the same spec DC adapter that you are using (12v 1a) and the nano is running on type c so it should be enough. I do see on the serial output some ????? every 10 to 15 second. Is it possible that i might have bought the wrong dht22 sensor? Does it have to be a specific model? Thank you in advance.

    • @foodjesus556
      @foodjesus556 21 день тому

      Mine is also stuck in a boot loop. I noticed my display has a different pinout VDD, GND, SCK, SDA so that might be the problem​@@evandrocunha5048

  • @jannik9328
    @jannik9328 Рік тому

    Hey, hättest du evtl. auch noch die anderen beiden Files? Also für den Raspberry Pi und für die Lüfter?

  • @stefanmi7800
    @stefanmi7800 3 роки тому

    So etwas kleines und simples suche ich noch für mein 3D-Druckerumhausung. Da ich leider keine Ahnung mit Programmierung habe,... besteht die Möglichkeit über einen simplen Schalter verschiedene Temperatursollwerte vorzugeben auf die geregelt werden sollen? z.B. 25 und 40gradC

    • @TysonpowerDe
      @TysonpowerDe  3 роки тому

      Theoretisch wäre das Möglich klar, ist aktuell aber nicht implementiert. An sich lassen sich die Schwellenwerte aber im Coding einfach auch ändern vor dem Aufspielen.

  • @julianivanov1971
    @julianivanov1971 3 роки тому

    Great project.
    Could you show me how to use your project with Atmega2560 (Timer4).
    Thanks!

  • @gufpewga
    @gufpewga 4 роки тому

    Is your wiring right? Because everywhere I saw DHT22 wired up different way then you have. It should be VCC DATA NC GND. But anyway cool project thanks for it. I use it in my rack too.

    • @TysonpowerDe
      @TysonpowerDe  4 роки тому

      Great thanks! I updated the wiering diagram on my Website a few days back because there was an error at the DHT22.

  • @julianivanov1971
    @julianivanov1971 3 роки тому

    When I compile your sketch, the compiler gives me a message that there may be a problem (it works on 85% of the dynamic memory). So I want to do it on Mega2560 but I can't write the code. I stopped at Timer 4 because it's 16 bit.
    I will be grateful if you help me. Thank you!

    • @TysonpowerDe
      @TysonpowerDe  3 роки тому

      Just use the Nano, it will be fine, 85% is not Problem. If you still want to use the mega just send me a email with a screenshot of the Error please.

  • @Handmadesystem
    @Handmadesystem 2 роки тому

    i make thic pwm oled but not work corectly

    • @TysonpowerDe
      @TysonpowerDe  2 роки тому +1

      what? i didn't understand a single word

    • @Handmadesystem
      @Handmadesystem 2 роки тому

      @@TysonpowerDe sir i try this project but. not wor
      k corectly. only displayed startup . not work correctly pls help?

    • @TysonpowerDe
      @TysonpowerDe  2 роки тому

      @@Handmadesystem did you check if the serial monitor shows anything strange? the startup period will take a few seconds where the fans will spin up to 100%. After that the screen should switch.

    • @Handmadesystem
      @Handmadesystem 2 роки тому

      @@TysonpowerDe but screen no switching

    • @TysonpowerDe
      @TysonpowerDe  2 роки тому

      @@Handmadesystem then look in the serial output if there is an error

  • @Chilled106
    @Chilled106 3 роки тому

    Tolles Projekt. Ich setze den 2U Frame auch bereits für RPi etc. ein. Frage… wie groß ist das Display das du verwendest? 0,96“ oder 1,3“

    • @TysonpowerDe
      @TysonpowerDe  3 роки тому

      das ist ein normales 0,96 I2C Oled :)

    • @Chilled106
      @Chilled106 3 роки тому

      @@TysonpowerDe super Danke! Gibt es deinen Code dazu auch irgendwo einzusehen?

    • @TysonpowerDe
      @TysonpowerDe  3 роки тому

      @@Chilled106 klar, siehe Link in der Beschreibung zum Blog Artikel, da ist nen link zum Download der Ino datei

    • @Chilled106
      @Chilled106 3 роки тому

      @@TysonpowerDe ich bin blind… danke

    • @djordjelukovac8041
      @djordjelukovac8041 2 місяці тому

      Therevis a problem ,display stuck in a loop

  • @SalvoDan
    @SalvoDan 3 роки тому

    This is almost exactly what I have been looking for.
    I would want one with an Ethernet port so that Temp, Humidity and fan speed could be shared over the network.

    • @TysonpowerDe
      @TysonpowerDe  3 роки тому

      I was thinking about that by using an ESP8266, sadly that didn't work due to 3.3 / 5V problems. But an Ethernet Shield would be perfect for something like this of course :)

    • @warp735
      @warp735 2 роки тому

      @@TysonpowerDe was waren das für Probleme? Hab mir gerade einen ESP8266 fertig gemacht, weil mir die Daten im Netz auch wichtig sind. Übergeb h und t über mqtt und darüber kann ich auch die Schwellwerte ändern. Funktioniert soweit mal alles perfekt, nur die Lüfter brauchen noch paar Tage bis die bei mir sind. Ich hoffe ich erlebe keine böse Überraschung?

    • @TysonpowerDe
      @TysonpowerDe  2 роки тому

      @@warp735 der esp läuft auf 3v3, die lüfter erwarten aber ein 5v pwm signal :) Kannst nen level shifter nutzen dann klappt es warscheinlich.

    • @TysonpowerDe
      @TysonpowerDe  2 роки тому

      @@warp735 Der ESP hat 3v3, die lüfter brauchen aber 5v PWM, geht mit nem level shifter aber halt nicht einfach so wie beim Arduino.

    • @warp735
      @warp735 2 роки тому

      @@TysonpowerDe Hast Du das auch ausprobiert? Laut Datenblatt reicht Noctua ein Signal zwischen max 0,8V low und max 5,25V high. Drum bin ich da recht zuversichtlich :-) Müssten morgen kommen. Noctua kann man mit 0% PWM auch anhalten. Mal sehen ob ich das wirklich brauch. Will jetzt noch n Screensaver einbauen, damit das Display nur an ist, wenn jemand im Raum ist.

  • @TheTwist100
    @TheTwist100 4 роки тому

    Was für ein Rackgehäuse wird heir verwendet?

    • @TysonpowerDe
      @TysonpowerDe  4 роки тому

      Meinst du den 2U Rack Rahmen wo das Die Steuerung drinne sitzt? Dann schau mal in dem Blog artikel (Siehe beschreibung), da ist nen Link :) Nennt Sich DAP Audio Rack Blende oder so.

    • @TheTwist100
      @TheTwist100 4 роки тому

      @@TysonpowerDe sorry ich meinte den 19 Zoll Schrank welcher ist das. Suche auch ein 19 Zoll Schrank mit Tür der auch leise sein soll. Will meinen Unraid Server da unterbringen

    • @TysonpowerDe
      @TysonpowerDe  4 роки тому

      @@TheTwist100 ​ Schau mal bei Intellinet, von der Firma ist mein Schrank auch. Einfach beim Hersteller den passenden Schrank suchen und per Google anhand der Modellnummer den günstigsten Shop suchen :)
      DIe Lüfter siehst du ja im Video welche ich benutzt habe

  • @AirWin84
    @AirWin84 9 місяців тому

    Das ist mein erster Kontakt mit Arduino und Co., ich hab nun alle Teile da und möchte die von dir bereitgestellten Daten über Arduino IDE aufs Board hochladen. Ich habe nichts verändert und alles so übernommen. Bei mir steht als Fehler: "Compilation error: DHT.H: No such file or directory"

    • @TysonpowerDe
      @TysonpowerDe  9 місяців тому +1

      dir fehlen die Bibliotheken wurde ich sagen für den DHT, frag mal google oder schau in der ide einfach nach dht22 im bibliothek manager

    • @AirWin84
      @AirWin84 8 місяців тому

      @@TysonpowerDe Hatte bisher immer 12V aus einem Netzteil, Lüfter ging an, allerdings ging das Display nicht an. Nun habe ich nach Wochen probieren spaßeshalber mal noch den USB Port mit Strom versorgt, siehe da, Display geht an, allerdings kommt steht seit einer Stunde start testing.., wo liegt der Fehler?

    • @TysonpowerDe
      @TysonpowerDe  8 місяців тому

      @@AirWin84 Schwer zu sagen, kann an vielen Sachen liegen

    • @AirWin84
      @AirWin84 8 місяців тому

      @@TysonpowerDe soll das System regulär mit oder ohne zusätzlicher usb Stromversorgung funktionieren?

    • @TysonpowerDe
      @TysonpowerDe  8 місяців тому

      @@AirWin84 12V versorgt wenn ich mich recht erinnere nur die Lüfter, display und arduino werden per usb mit strom versorgt