element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi Projects
  • Products
  • Raspberry Pi
  • Raspberry Pi Projects
  • More
  • Cancel
Raspberry Pi Projects
Blog Pi Pico in Industrial Fan Control
  • Blog
  • Documents
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi Projects to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: kmikemoo
  • Date Created: 23 Oct 2022 2:40 AM Date Created
  • Views 9551 views
  • Likes 18 likes
  • Comments 4 comments
  • industrial
  • controls
  • raspberry_pi_projects
  • pi pico
Related
Recommended

Pi Pico in Industrial Fan Control

kmikemoo
kmikemoo
23 Oct 2022

Back in Experimenting with Thermistors, I described the challenge I had with Bitcoin miners heating the warehouse area I use as a training space.  Recently, we had three small upper windows installed that I can open.  The original windows did not.  In the Summer, I ran the exhaust fan in an ajoining room 24/7 to try to mitigate the heat.  Now... cold weather is here and running the exhaust fan overnight with just the three small windows open nets me a space that is only a few degrees above ambient.  In other words... it's cold!  55 degrees F is the lowest I've seen so far, but real Winter is coming.  Turn off the exhaust fan and it could be 75 degrees F in a couple of hours.  Too much swing and manually turning on and off the fan is just silly.

My first thought was to use one of the thermistors and control a VFD.  The Facilities Manager had already gotten a quote to install one.  $5,000 for the drive and installation and another $4,000 to wire it all up.  STOP THE PRESSES.  The VFD wouldn't work anyway because we have horizontal, gravity close louvers on the exhaust fan.  We would never be able to take advantage of the variable speed.  I told the Facilities Manager "I got this."

For the curious:  2.5HP, 3P 208/120v motor driving a 48" vertical discharge fan.  Simple industrial Start/Stop contactor control.

Control Panel Face   Control Panel Inside

After some deliberation, I opted to use a simple on/off thermostat and a Raspberry Pi Pico for control.  The thermostat matches the other thermostats in the building so it's functional and asthetically matching.  I went for the Pico because... all that power for $4.  I did think about giving my DigiSpark a purpose but integrating the Pico was just going to be so much easier.

Thermostat   Thermostat and Miners

Controls with Pico   Relays Pico PS

The system is simple.  It translates the thermostat cool/off input to a start contact closure (in parallel to the Start button and sealing contacts) or a series, normally closed Stop contact.  Each relay activates for three (3) seconds on state change.  There is also a parallel 10 minute routine that executes Start/Run or Off based on the thermostat contact - just as a safety measure.  It's been online for a week now and it holds the training bay to near 70 degrees F +/- 1 degree - from what I've seen.

I'm really happy with the outcome.  There are (of course) upgrades that I want to do - like the inhibit switch - but for now... it's doing what it's suppoised to do.  As a parting shot, huge kudos to the Pi Pico designers.  I'm able to use the 5.08mm pitch terminals in an "every other" pin mode and get away with it on standard stripboard.     Now to figure out what to do with the Pico W's that I bought.

  • Sign in to reply

Top Comments

  • shabaz
    shabaz over 2 years ago +1
    Nice work with the project! It looks very well made. I see what you mean about the 5.08mm and GND pins working out, even for power : )
  • robogary
    robogary over 2 years ago

    Nice,a bang bang regulator works pretty well in alot of practical applications.  

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 2 years ago

    Nice project.

    Be aware that most electronics do not like temperatures below 32 F.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 2 years ago in reply to shabaz

    (can't edit: Just realized, you might want to stick the power onto pin 39 instead, if there's ever a possibility the USB connection will be used. Otherwise, pin 40 is fine).

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 2 years ago

    Nice work with the project! It looks very well made. I see what you mean about the 5.08mm and GND pins working out, even for power : )

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube