28.Home Automation - 02



In this post I'll show you about the Arduino Nano board & what it does.


This is the brain of this control unit.As above image this module has 30 I/O pins.And to power up this module , we need to connect +5v power supply to the VIN(30) pin , and the ground power line to the GND(29) pin.In main control unit , all other modules are connected to this module and those all the modules will control by this Arduino board.To program this module , we have upload our arduino program to this board using Arduino IDE via a data cable.

To do that we need to follow below steps,

  • Connect the Arduino board to the computer
  • Open the arduino sketch(program)
  • Selecting the port(Tools > Ports)
  • Uploading the sketch to the board by clicking the upload button


In next post I'll show you about the ESP8622 wifi module.

 

Related Posts:

  • 27.Home Automation - 01 In this post I'll show you about the wireless home automation unit & how to make one. In this automation unit there are two parts.And the… Read More
  • 23.Device Controller In this post I'll show you about the device controller.To use this application we need to have the home automation unit which will show in future p… Read More
  • 24.Device Scheduler In this post I'll show you about the device scheduler & how it works. By using this application , we can make schedules for the automatio… Read More
  • 25.Sensor Unit Scheduler In this post I'll show about the sensor unit scheduler.Sensor unit is a part of the home automation unit. Sensor unit scheduler , what it doe… Read More
  • 26.Application Modes In this post I'll show you about the modes which this application has. In this application the modes means , the way the application behav… Read More

0 comments:

Post a Comment