ibrahim03
Full Member level 1
- Joined
- Sep 29, 2005
- Messages
- 99
- Helped
- 5
- Reputation
- 10
- Reaction score
- 2
- Trophy points
- 1,288
- Activity points
- 2,335
Hi,
I am thinking of making a home automation system in which lights and fans in the whole house are controlled directly through an android application. Basically the flow will be something as follows:
Microcontroller will be an ATMega32. I need suggestions for what should I use as a wireless modules. Bluetooth modules such as HC-05 and HC-06 are class 2 and they do not have enough range (only 10 meters), I want to control the switches from all the rooms in the house and this range might not be enough for a big house (or a two story house). Also these modules are also not easily available locally so they can be a bit expensive.
I needed suggestions on what else can be my options for the Wireless Modules.
Regards//
I am thinking of making a home automation system in which lights and fans in the whole house are controlled directly through an android application. Basically the flow will be something as follows:
Code:
Bulb----Relay-------------Patch Panel --------Microcontroller ----Wireless Module 1 ~~~~~~Android Mobile.
|
Fan-----Relay ------------
|
Fan-----Relay ------------
|
Bulb---- Relay -----------
.
.
.
Far away Light(outside house)---Relay ~~~~~ Wireless Module 2 ----- Microcontroller -----Wireless Module 1 ~~~~~ Android Mobile
_______________________________________
---- = wired connection
~~~ = wireless connection
Microcontroller will be an ATMega32. I need suggestions for what should I use as a wireless modules. Bluetooth modules such as HC-05 and HC-06 are class 2 and they do not have enough range (only 10 meters), I want to control the switches from all the rooms in the house and this range might not be enough for a big house (or a two story house). Also these modules are also not easily available locally so they can be a bit expensive.
I needed suggestions on what else can be my options for the Wireless Modules.
Regards//