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?
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 ?
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?
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
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.
@@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.
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
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.
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.
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!
@@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.
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.
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 :)
@@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 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.
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.
@@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
@@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
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 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?
Display stuck in a loop
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?
You could solder the cables all together, but i used a simple hub to connect all four fans.
@@TysonpowerDe Alright I think this is what im going to do aswell. Do you mind sharing a link for the hub you had?
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 ?
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?
@@ryanlim2104 yeah exactly, just use the usb to power it
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
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.
@@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.
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
Hey, hättest du evtl. auch noch die anderen beiden Files? Also für den Raspberry Pi und für die Lüfter?
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
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.
Great project.
Could you show me how to use your project with Atmega2560 (Timer4).
Thanks!
why Timer 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.
Great thanks! I updated the wiering diagram on my Website a few days back because there was an error at the DHT22.
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!
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.
i make thic pwm oled but not work corectly
what? i didn't understand a single word
@@TysonpowerDe sir i try this project but. not wor
k corectly. only displayed startup . not work correctly pls help?
@@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.
@@TysonpowerDe but screen no switching
@@Handmadesystem then look in the serial output if there is an error
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“
das ist ein normales 0,96 I2C Oled :)
@@TysonpowerDe super Danke! Gibt es deinen Code dazu auch irgendwo einzusehen?
@@Chilled106 klar, siehe Link in der Beschreibung zum Blog Artikel, da ist nen link zum Download der Ino datei
@@TysonpowerDe ich bin blind… danke
Therevis a problem ,display stuck in a loop
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.
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 :)
@@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?
@@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.
@@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.
@@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.
Was für ein Rackgehäuse wird heir verwendet?
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.
@@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
@@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
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"
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
@@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?
@@AirWin84 Schwer zu sagen, kann an vielen Sachen liegen
@@TysonpowerDe soll das System regulär mit oder ohne zusätzlicher usb Stromversorgung funktionieren?
@@AirWin84 12V versorgt wenn ich mich recht erinnere nur die Lüfter, display und arduino werden per usb mit strom versorgt