View previous topic :: View next topic |
Author |
Message |
IamUche
Joined: 10 Aug 2016 Posts: 17
|
Help!! Home automation project! |
Posted: Tue Mar 21, 2017 12:40 pm |
|
|
Hi Guys, please I really need directives for a personal home automation project which I intend getting a mobile app developer to develop a customised app to control the connected appliances from anywhere via internet. But I just know embedded c averagely and don't have a clue of the necessary libraries to add to my code or the mobile app to enable the devices communicate with my app. Please I just need a brief guide of how I can go about the project. Thanks |
|
|
ezflyr
Joined: 25 Oct 2010 Posts: 1019 Location: Tewksbury, MA
|
|
Posted: Tue Mar 21, 2017 3:12 pm |
|
|
Hi,
I've been working on home automation type projects for more than 20 years, inspired originally by Steve Ciarcia and the 'Circuit Cellar'. My HA system includes a web server that I can access using any browser anywhere I can access the internet. That is the route I'd go, as it requires nothing special on the remote end. This method allows me to control/monitor everything my HA system is connected to!!
BTW, I'm currently at the office, and I just checked the outdoor spa temperature. It's a pleasant 104F _________________ John
If it's worth doing, it's worth doing in real hardware! |
|
|
benoitstjean
Joined: 30 Oct 2007 Posts: 566 Location: Ottawa, Ontario, Canada
|
|
Posted: Tue Mar 21, 2017 4:25 pm |
|
|
Your question about home automation, if I may comment, is quite broad.
There are so many things involved in home automation 'design' such as research, design and testing, assembly, programming and each of these topics also have different parts to them such as protocols, firmware, software, hardware etc.
But... You're also talking about a mobile app and nowhere you mention you will be using a PIC microcontroller... So are you sure you're on the right forum?
Also... regarding what you want to achieve.... If this is for a personal project, then that's quite the task and requires many months of R&D depending on what your end-goal is. But if this is for a business, then you should probably investigate what is available out there.
Have you taken the time to search what is called "the internet"? Just type 'home automation' on Google and you will get more than enough results. Home Depot sells home automation stuff. Amazon, Ebay, you name it.
Anyhow, if it's for fun, although it might be quite the feat, it can also be quite fun and challenging... but you need to do lots of research on your own and that alone will take some time.
Good luck.
Benoit |
|
|
IamUche
Joined: 10 Aug 2016 Posts: 17
|
|
Posted: Wed Mar 22, 2017 12:29 am |
|
|
@benoitsjean, Thanks for the response. The home automation system involves a PIC microcontroller which controls the appliances. Then the mobile app is used to monitor or give commands to the connected appliances from anywhere via the internet. I've actually done few projects with microcontrollers but this is really confusing me because I know there is something/code/protocols I really need to use to enable proper communication between the mobile app and my device.
I asked the question Here instead of Google since I'll be using PIC microcontroller and this platform has lots of guys good with PIC microcontrollers therefore stand a better chance of advising me. |
|
|
IamUche
Joined: 10 Aug 2016 Posts: 17
|
|
Posted: Wed Mar 22, 2017 12:42 am |
|
|
@ezflyr, Thanks for the response. |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9220 Location: Greensville,Ontario
|
|
Posted: Wed Mar 22, 2017 5:40 am |
|
|
one general comment about 'home automation'.
Be sure to design the 'controller' with confirmation or verifcation bits ! This is called 'closed loop'. An 'open loop' is when the remote control says 'turn on the lights' and you assume the lights are on. A 'closed loop' will send back a confirmation the lights ARE actually on. When you setback a million square foot building to 45 at night ,you NEED to KNOW the heaters come on before the owner gets there !BTDT
Jay |
|
|
IamUche
Joined: 10 Aug 2016 Posts: 17
|
|
Posted: Wed Mar 22, 2017 3:23 pm |
|
|
@temtronic, thanks a lot. |
|
|
|