Share My Creation My first work, home automation control arduino....

Hello everyone.

I would like to present my work.
It is a home automation control arduino.
It has two control applications, android and desktop with B4A and b4j.
The system is fully functional, it works great.
It has a comfortable configurator windows, no need to program the arduino, just use this tool.

V2.jpg


Leave some demonstration videos.


You have some interesting links.
https://play.google.com/store/apps/details?id=arduino.domotics.home.excontrol.free
http://domotica-arduino.es/domotica-arduino-v2-beta/
http://www.lanzanos.com/cofinancia/proyectos/domotica-para-tods/


Thank you all, and spice to you, EREL, you've made this work possible, thank you very much !!!

And sorry to all for my English, I'm Spanish and education is not very good here.
 

R0BERT0

Member
Licensed User
Longtime User
One more thing, the videos that I am, my name is Robert, I'm specialize in industrial automation.

If you need some help with electronics or the like please tell me. thanks for making this possible !!!!
 

ilan

Expert
Licensed User
Longtime User
great work, i like it

its very interesting how such stuff works, what do i need to control an electric device like turn on light via my phone??
 

R0BERT0

Member
Licensed User
Longtime User
Thank you !!!

The minimum to work is:
Arduino mega, original or clone.
Arduino ethernet shield, orginal or clone.

To schedule times you need a RTC module.
To control circuit module you need to relay outputs.
To control infrared (tv, dvd ...) you need a diode infrared led.
For heating control you need a sensor DS18B20

You can get everything for less than € 100, and you can control up to 30 independent circuits.
Irrigation, lighting, air conditioning, blinds, all ...

You can do many things, and each one requires a specific hardware.

If you want to try and have any questions please contact with me.
great work, i like it

its very interesting how such stuff works, what do i need to control an electric device like turn on light via my phone??
 

R0BERT0

Member
Licensed User
Longtime User
One more thing, I have developed a system to connect to your installation from your mobile phone, with 3g connection does not need fixed IP or type dydns or similar services.
 

ilan

Expert
Licensed User
Longtime User
thats really cool stuff, a little bit chinese for me i will need to put everything you wrote in wikipedia to understand what you just wrote :)
but its something i really would like to learn, will need to start with a simple example maybe control an RC car via my iphone, is this possible?
 

R0BERT0

Member
Licensed User
Longtime User
thats really cool stuff, a little bit chinese for me i will need to put everything you wrote in wikipedia to understand what you just wrote :)
but its something i really would like to learn, will need to start with a simple example maybe control an RC car via my iphone, is this possible?
With arduino is very easy.
I have not been able to use b4i, I have no iphone.

But sure it's as simple as B4A or b4j.

I'm crazy for buying an iphone to start developing with b4i. ;-)

Arduino is very easy, is programmed in c, and there are libraries for everything.

There are many examples on the net of rc cars with arduino.

If you want buy an arduino I invite you to my store ...
Discount for all user B4A;-)

http://domotica-arduino.es/comprar-online/es/

Erel, not whether such links are allowed and I have difficulty with the language:-(
 

walterf25

Expert
Licensed User
Longtime User
With arduino is very easy.
I have not been able to use b4i, I have no iphone.

But sure it's as simple as B4A or b4j.

I'm crazy for buying an iphone to start developing with b4i. ;-)

Arduino is very easy, is programmed in c, and there are libraries for everything.

There are many examples on the net of rc cars with arduino.

If you want buy an arduino I invite you to my store ...
Discount for all user B4A;-)

http://domotica-arduino.es/comprar-online/es/

Erel, not whether such links are allowed and I have difficulty with the language:-(
Muy buen trabajo Roberto, te felicito!

Great Job Roberto, congratulations.
 

rwblinn

Well-Known Member
Licensed User
Longtime User
Perfecto - Great Job.

Would love to see (some) coding examples to learn how to communicate with the Arduino.

Keep the pace.
 

Jaames

Active Member
Licensed User
Longtime User
its very interesting how such stuff works, what do i need to control an electric device like turn on light via my phone??
You can get everything for less than € 100, and you can control up to 30 independent circuits.
I disagree :) You can make it under the $20! :)
You don't need arduino mega for just turning one light on or off via the phone.
The Arduino Nano is more than capable for this, you have whole bunch of analog and digital I/Os and it costs a few bucks...

Arduino nano $4.17 :
http://www.banggood.com/ATmega328P-...Improved-Version-With-USB-Cable-p-933647.html

BlueTooth module $5.70 :
http://www.banggood.com/HC-06-Wirel...F-Main-Module-Serial-For-Arduino-p-80364.html

Relay module (2 chanels) $2.79 :
http://www.banggood.com/Wholesale-5...o-ARM-PIC-AVR-DSP-Electronic-10A-p-48610.html

Power supply $2.98 :
http://www.banggood.com/9V-1A-Power-Supply-Adapter-US-Plug-2-Flat-Pin-For-Arduino-p-916174.html

Total : $15.64

What you can with this?
You can make B4A ; B4J; B4i app which controls 2 relay outputs over the bluetooth wirelessly with your phone or with a PC.

@R0BERT0 Good job!
 

R0BERT0

Member
Licensed User
Longtime User
Hello Jaames.

Yes, you can do it cheaper.
But for a real installation is best to use arduino mega for input and output limitations.

You can use the system with a small arduino, but you can not communicate by bt, you need internet connection to use the system.

With a small arduino can control how much a room, without adding advanced features.

You control a bad blind, a light, and a plug, you see very little. you usually work with the mega, but give you the ability to use small hardware.
 
Top