• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

A fan script for a beginner

Scheduled Pinned Locked Moved Unsolved Troubleshooting
9 Posts 3 Posters 2.9k Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    CyruS1337 Project Sponsor
    last edited by CyruS1337 Sep 25, 2018, 5:27 PM Sep 25, 2018, 4:25 PM

    Hello everybody

    I hope someone can help me.
    I got a Noctua fan. I would like to connect the fan now to my PI. Unfortunately, I find in the forum or google no “good” instructions. I have hung the red wire on pin 2 and the black wire on pin 6. The yellow wire is on pin 11 (BCM 17).

    0_1537896470997_701081f6-530c-475b-a840-8ae310ec45c5-grafik.png

    How can I program the fan to start at a CPU temperature of 50 °?

    Sorry for the unnecessary question, but I have only 3 weeks the PI and have no knowledge in programming.

    Greetings and thank you for your support


    Hallo zusammen

    Ich hoffe es kann mir jemand helfen.
    Ich habe einen Noctua Lüfter besorgt. Gerne würde ich den Lüfter jetzt an meinen PI anschliessen. Ich finde im Forum oder auf google keine “gute” Anleitung. Ich habe das rote Kabel an PIN 2 gehängt und das schwarze Kabel an PIN 6. Das gelbe Kabel lieget auf PIN 11 (BCM 17).

    Wie kann ich den Lüfter programmieren, dass er bei einer CPU Temperatur von 50° anspringt?

    Entschuldigung für die unnötige Frage, aber ich habe erst seit 3 Wochen den PI und habe keinerlei Kenntnisse im Programmieren.

    Gruss und danke für eure Unterstützung

    1 Reply Last reply Reply Quote 0
    • S Offline
      sdetweil
      last edited by sdetweil Sep 25, 2018, 5:01 PM Sep 25, 2018, 5:00 PM

      the raspberry pi does not provide +12v on any pin… only +5 or +3.3v

      see https://www.raspberrypi.org/documentation/usage/gpio/

      so you will need another power source that you can turn on/off programatically… or have to install a relay you can control via gpio pins… see google search results for ‘raspberry pi relay control’

      now… what signal is required on the speed wire?

      typically a gpio pin is either on, or off, or transitioning between one and the other.
      so, you would need some other hardware to control the levels of this input to the fan

      see google search results for ‘programmable potentiometer raspberry pi’

      once u can control it manually, you can write code to do the same…

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • C Offline
        CyruS1337 Project Sponsor
        last edited by CyruS1337 Sep 25, 2018, 5:31 PM Sep 25, 2018, 5:13 PM

        Sorry that was a wrong picture. I have changed the picture now.

        noctua.at/en/nf-a4x10-5v/faq

        So when I connect the fan to PIN 1 and PIN 3, the fan runs.

        That means for me that the fan works with 5V.

        Do not I have to connect the yellow wire to a GPIO PIN to get the signal from there to turn the fan on and off?

        S 1 Reply Last reply Sep 25, 2018, 6:58 PM Reply Quote 0
        • P Offline
          Peter
          last edited by Sep 25, 2018, 6:49 PM

          https://hackernoon.com/how-to-control-a-fan-to-cool-the-cpu-of-your-raspberrypi-3313b6e7f92c
          I use this.
          It works fine, even wit a Google AIY Hat on top of the RPI.
          I hope it works for you too.
          Peter

          S 1 Reply Last reply Sep 25, 2018, 6:57 PM Reply Quote 0
          • S Offline
            sdetweil @Peter
            last edited by Sep 25, 2018, 6:57 PM

            @peter so, you made a transistor based relay… cool…

            but that doesn’t help his speed control question…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @CyruS1337
              last edited by Sep 25, 2018, 6:58 PM

              @cyrus1337 the specs do not say how the yellow wire is used to control the fan.

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              1 Reply Last reply Reply Quote 0
              • C Offline
                CyruS1337 Project Sponsor
                last edited by Sep 26, 2018, 4:24 AM

                Maybe you misunderstand me. I just want to turn on the fan and turn it off when the CPU has more than 50 °. I have 3 wires on my fan as shown above.

                1 Reply Last reply Reply Quote 0
                • P Offline
                  Peter
                  last edited by Sep 26, 2018, 7:30 AM

                  That is exactly what I told you before.
                  Read the article and you will see how to connect the 3 wires.
                  And you can change the temperature of the fan to start.
                  My fan starts at 65 and runs for 30 seconds to cool the cpu.
                  Peter

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    CyruS1337 Project Sponsor
                    last edited by Sep 26, 2018, 7:42 AM

                    Thanks, I want to try it

                    1 Reply Last reply Reply Quote 0
                    • 1 / 1
                    1 / 1
                    • First post
                      1/9
                      Last post
                    Enjoying MagicMirror? Please consider a donation!
                    MagicMirror created by Michael Teeuw.
                    Forum managed by Sam, technical setup by Karsten.
                    This forum is using NodeBB as its core | Contributors
                    Contact | Privacy Policy