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
Arduino
  • Products
  • More
Arduino
Arduino Forum Sauna Heater Control. Help Needed.
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 24 replies
  • Subscribers 393 subscribers
  • Views 3452 views
  • Users 0 members are here
Related

Sauna Heater Control. Help Needed.

studioab
studioab over 7 years ago

I've finished my first IoT project based on Arduino Yun. It's a remote control for my sauna. Everything is working as expected in test mode (relay is not connected to contactor so there is no real load), I was able to test this system for hours without any problems.

 

When I hook up contactor to relay, it turns the heater on and off, and everything seems to be working, but after a while (absolutely random, it could be an hour or a few minutes) LCD screen freezes, or sometimes, starts flashing random symbols, server is not responding to commands, rotary encoder isn't working and it seems Arduino freezes. The only workaround is to turn off the power and reset the system. After it restarts, everything is back to normal.

 

I came across this post 16*2 LCD getting weird characters symptoms are the same, I think high AC load is causing EMF impulse that is crashing Arduino. Power Module, Relay board, LCD, and Arduino board are really close to each other and inside the box.

 

I'm not sure if it violates the rules, but I would like to mention these people from the other post @WarrenW @Robert Peter Oakes @Gough Lui @neilk @D_Hersey

 

I think here are my options. What would you recommend to do?

 

- replace relays with solid state relay

- shield AC wires

- remove power module from the box

- don't use the same power module for relays

- ???

Attachments:
image
image
image
image
image
  • Sign in to reply
  • Cancel

Top Replies

  • mcb1
    mcb1 over 7 years ago in reply to studioab +4
    I would like to say huge thank you to all people that contributed to this thread. I was able to eliminate all the issues causing arduino to crash Glad we could help. Do you guys think this project should…
  • jw0752
    jw0752 over 7 years ago +3
    Hi Eugene, The answer might be as simple as adding more decoupling capacitance with low ESR to the power feed to the Arduino. This can be done by putting a 100 nF capacitor and a 100 uF cap in parallel…
  • ralphjy
    ralphjy over 7 years ago +3
    Hi Eugene, Nice looking project. I would suspect your problem is that the 240V input glitches when your load switches and that causes the 5V to glitch. If you had a scope you could monitor the 5V supply…
Parents
  • studioab
    studioab over 7 years ago

    I would like to say huge thank you to all people that contributed to this thread. I was able to eliminate all the issues causing arduino to crash. Now my project is in "production" mode. It's cold out here and we use sauna regularly.

     

    Here is the video showing how Android phone is being used as a secondary display in the sauna room as well as remote control https://photos.app.goo.gl/qZVTBh0PwFJLmZzv2

     

    Few words about project "Sauna Nest" (UI was inspired by Nest thermostat)

     

    Hardware:

    - 9KW Humm Heater

    - Arduino Yun + Temp Sensor + Door Sensor + Rotary Encoder + 1602 LCD + Relay Board + 40Am contactor

     

    Arduino Software (server side):

    - Libraries (Bridge, Encoder, LCD)

    - Server to process GET requests

    - support for test modes to emulate temp increase/decrease, door state, temp sensor errors, etc.

     

    Android/iOS/Web (client side):

    - Cordova crossplatform framework

    - SVG is being used to render "Nest" like UI

    - all UI/UX business logic is in JavaScript

     

    Features:

    - remote turn on/off

    - remote change target temp (40 - 110)

    - turn off heater after 90 mins

    - open door alarm

    - turn off sauna after door is open for more than 60 sec

    - show estimated time to get to target temp

    - turn off heater when temp sensor is failed

     

    Todo:

    - phone push notifications

    - phone control for music in the room

    - phone control LED lightning

     

    Do you guys think this project should be opensourced? Would people benefit from it?

     

    Happy new year!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • studioab
    studioab over 7 years ago

    I would like to say huge thank you to all people that contributed to this thread. I was able to eliminate all the issues causing arduino to crash. Now my project is in "production" mode. It's cold out here and we use sauna regularly.

     

    Here is the video showing how Android phone is being used as a secondary display in the sauna room as well as remote control https://photos.app.goo.gl/qZVTBh0PwFJLmZzv2

     

    Few words about project "Sauna Nest" (UI was inspired by Nest thermostat)

     

    Hardware:

    - 9KW Humm Heater

    - Arduino Yun + Temp Sensor + Door Sensor + Rotary Encoder + 1602 LCD + Relay Board + 40Am contactor

     

    Arduino Software (server side):

    - Libraries (Bridge, Encoder, LCD)

    - Server to process GET requests

    - support for test modes to emulate temp increase/decrease, door state, temp sensor errors, etc.

     

    Android/iOS/Web (client side):

    - Cordova crossplatform framework

    - SVG is being used to render "Nest" like UI

    - all UI/UX business logic is in JavaScript

     

    Features:

    - remote turn on/off

    - remote change target temp (40 - 110)

    - turn off heater after 90 mins

    - open door alarm

    - turn off sauna after door is open for more than 60 sec

    - show estimated time to get to target temp

    - turn off heater when temp sensor is failed

     

    Todo:

    - phone push notifications

    - phone control for music in the room

    - phone control LED lightning

     

    Do you guys think this project should be opensourced? Would people benefit from it?

     

    Happy new year!

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Cancel
Children
  • mcb1
    mcb1 over 7 years ago in reply to studioab

    I would like to say huge thank you to all people that contributed to this thread. I was able to eliminate all the issues causing arduino to crash

    Glad we could help.

     

    Do you guys think this project should be opensourced? Would people benefit from it?

    A detailed writeup here would be good.

    You reached out to this community to help, and the community was able to help, so it might be a good place to start.

     

    You can either do it as a blog in Arduino, or your personal blogs, and add lots of appropriate tags so people find it when searching.

     

     

    I would suggest that you add warnings about working with mains and suggest that people get it checked by a qualified electrician.

    In some countries the work you've done may not be legal, (which may comprimise any insurance claims) but could be legal if checked and fitted by a registered electrican.

     

    Mark

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Cancel
  • gadget.iom
    gadget.iom over 7 years ago in reply to studioab

    It's great to see such a detailed post image

    Keen to see how you progress with your improvements.

     

    Paul

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • 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