Home Automation System Using Arduino and SIM900 GSM Module
by Timofte Andrei in Circuits > Arduino
192564 Views, 255 Favorites, 0 Comments
Home Automation System Using Arduino and SIM900 GSM Module
Hi there! As I've almost finished my studies at Faculty of Engineering, I had to make a graduation project and my thought was to make a jaw-dropping thing (I know that's hilarious :D ) to show everybody that I'm a good prototype maker and I can turn ideas into real and useful things.
I know GSM controlled home automation systems are widely used and can be found easily on internet, but as we all know, the prices are very prohibitive for general consumers. This is why I've tried to build some sort of device based on open-source knowledge that can be replicate by all the hobbyists, even if they are amateurs or professionals.
So I begun to think what kind of basic home appliances could be remote controlled via GSM network and nothing else? We all know, that you can control lights, heating, multimedia system and so on, but I've tried to make my project closer for my basic needs: lighting and heating (optional - garage doors, but it's not my case because I live on a 3rd floor apartment).
I mention that the finished prototype, seen in the photo, can be used safely (with a bit of tweaks, of course) on any kind of building with or without garage (the garage door relay can be repurposed for any other activity)
For this project I've used:
1. An Arduino clone
2. SIM900 GSM SHIELD
3. Relay module
4. 2x16 LCD Display
5. DS18B20 temperature sensor
6. Push button
7. Some Dupont wires
8. A led module (this is optional, if you have a chinese relay module with built in LEDs)
9. Some nuts and bolts to mount everything in place
10. A wooden chopping board or other kind of wooden board for propper display of the components
The costs?... The gsm shield was about 40$ from eBay, LCD...2$, DS18B20...1.5$, Dupont wires another 2 bucks, push button...few cents, the relay module 2-3$ to make and the Arduino clone was less than 10bucks to make...
Conclusion: you can build your own basic GSM home automation with less than 100$!
If you like this instructable please feel free to vote it on each contest it is subscribed! Thanks! :)
Making the Arduino Clone
The method used to make the PCB is just p'n'p using Oracal 641 paper, an 8 years old HP LaserJet 1018 printer, a clothes iron, ferric chloride etchant, some kind of dissolvent to clean out the toner traces after etching process and obviously a copper-covered board ready to be turned into a PCB.
After etching and cleaning the finished PCB, I've drilled all the holes for components and connectors, I've soldered them all, I've checked for short circuits and the result can be seen on the last photo.
The BOM is:
- ATmega328P-PU
- 16MHz Quarz
- 2 x 22pF caps
- 3 x 100uF caps
- 1 x 10uF cap
- 1 x 47uF cap
- 2 x 10k resistors
- 1 x 1k resistor
- 1 x 1N4007 diode
- 2 x 5mm LEDs
- 1 x 7805
- 1 x barrel power connector
- 1 x push button
- some male and female pin headers
Because I don't think that the etching and soldering processes are important, I've only made few pictures of the critical parts of the building.
Downloads
Making the Relay Board
The BOM of this module is:
- 4 x Omron G5LA-14
- 4 x BC639 NPN transistors
- 4 x 1N4002
- 4 x 1k resistors
- 4 x screw connector
- 1 x 6pins male header
GSM Shield
Testing the Schematic
Making Some Sort of Breakout Board for DS18B20
In the pictures you can see that the DS18B20 sensor is powered in parasitic mode, but after a lot of testings with bad results (-127degree C error), I've switched to direct powering and everything was just fine.
Putting Everything Together...
So if you ask for connections between Arduino clone and other components this is the order:
1. LCD Display is connected through i2c using arduino's A4 (SDA) and A5 (SCL)
2. Relay module is connected on digital pins 6, 10, 11 and 12. Note that I've didn't used digital pins 7, 8 and 9 because are used by the GSM shield
3. DS18B20 is connected to the A0 pin
4. The button is connected to A2 pin