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 Arduino Project - Home Automation .....HELPPP
  • 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
  • State Suggested Answer
  • Replies 5 replies
  • Answers 3 answers
  • Subscribers 393 subscribers
  • Views 838 views
  • Users 0 members are here
  • smart home technology
  • tutorial
  • open-source
  • ardunios
  • home assistant
  • home control
  • home robotics
  • ai
  • arduino create
  • smart home
Related

Arduino Project - Home Automation .....HELPPP

the_future
the_future over 7 years ago

Still new at all this but want to thank you for looking at this.

Trying to use the Arduino to control the lights in my house

and connect to other devices in the house and possible control

them without being wired directly to them but have no idea how image

 

Open to suggestions and learning very much.

 

what components would I need?

what projects are like this and already out there?

how does alexa or google home do it?

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 7 years ago +4 suggested
    Hi, Possibly wireless is the easiest/safest method for communication to the end device (lights in your example), and that entails something like WiFi, BLE or proprietary wireless. Something like this:…
  • 14rhb
    14rhb over 7 years ago +3 suggested
    Hi there, If you type "Home Automation Arduino" into the top search bar of this website you should find plenty of articles on Element14 already. Below are a few that came up and might help you determine…
  • the_future
    the_future over 7 years ago in reply to gsgill112 +1
    thanks I am looking for the longer reinvent the wheel path ....I am trying to control everything from my very own AI assistant. I now know that alexa and G home are run from servers but the plan is to…
Parents
  • shabaz
    0 shabaz over 7 years ago

    Hi,

     

    Possibly wireless is the easiest/safest method for communication to the end device (lights in your example), and that entails something like WiFi, BLE or proprietary wireless.

    Something like this:

     

    Lights<--wireless<---Controller<---wireless<---user interface

     

    If you search on the Internet for home automation with Arduino, you'll likely come across hundreds/thousands of hits, all using relays with Arduino, i.e. something like this:

    Lights<--relay<---Controller<---wireless<---user interface

     

    That's not ideal for a beginner, because it entails making connections into mains power circuits.

     

    My suggestion (if you wish to take it) is to look for off-the-shelf devices that will connect to the lighting or other things you wish to control, and get someone qualified to install it, if it needs physical wiring into the mains.

    Then you're free to control it wirelessly. I don't know which country you're in, but you'll have to do country-specific searches for wireless home automation devices, because there is country-specific legislation concerning mains connections, and wireless frequencies.

     

    Here's a UK example: Home Automation in the UK Simplified, Part 1: Energenie MiHome

     

    EDIT: I just saw 14rhb post, and the principle is the same, i.e. make each controlled device wireless. I also agree, you'll probably find you'll want to migrate off Arduino for the controller.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • the_future
    0 the_future over 7 years ago in reply to shabaz

    thanks I will look into it could you please provide an example of what this might look like (image or link to a project)

    thanks big help <3

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gsgill112
    0 gsgill112 over 7 years ago in reply to the_future

    The Most simplest and easy way to do it is using a Existing Service like offered by Google or Amazon.

     

    1.    [Optional This will make things Voice Controlled] Get yourself Google Home mini or Google Home or Amazon Alexa whichever you feel is cheep 

     

    2.     Buy some Sonoff BASIC Modules They are like 4-5$ and can handle any appliance up to 10A. Get advance Sonoff Modules for More Amp requirements. [B.T.W they are ESP8266 based so you can get the toolchain installed and reprogram them using Arduino IDE][NOTE : You may need a USB to UART to Program these Modules]

     

    3.     Follow this tutorial : It will tell you how to connect the modules to WiFi, and setting up devices on an APP.

     

    4.     Enjoy image You can see this if you want them to be voice enabled . Google Home OR Amazon Alexa

     

    NOW if you want to start from scratch and reinvent the wheels; Well Thats gonna take a hell more time But you will definitely learn a heck lot image Cool So, Follow this Link or This Link image

     

    Hope this helps, You can also go through My Youtube channel and please do subscribe image 

     

    Regards,

    GS Gill

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • the_future
    0 the_future over 7 years ago in reply to gsgill112

    thanks I am looking for the longer reinvent the wheel path ....I am trying to control everything from my very own AI assistant. I now know that alexa and G home are run from servers but the plan is to create my own server (in time) for now I might just create this locally ......pitch the idea and raise funding for the development of a better and cheaper version

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • the_future
    0 the_future over 7 years ago in reply to gsgill112

    thanks I am looking for the longer reinvent the wheel path ....I am trying to control everything from my very own AI assistant. I now know that alexa and G home are run from servers but the plan is to create my own server (in time) for now I might just create this locally ......pitch the idea and raise funding for the development of a better and cheaper version

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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