Moving into coding step, start by code a C++ for Arduino
microcontroller. Arduino has own IDE called Arduino IDE,
available at official website of Arduino [11]. Then, download
the UIPEthernet library from github repository [12]. After
finish coding for Arduino microcontroller, start by building a
web application to handle web server request. The request such
manage twitter account, sending twitter via twitter API, and
sending command from web server to control object from web
application. In this research used PHP as server side scripting
language with apache as server provider and Mysql for
database. HTML, CSS and Jquery also complementing the web
application feature. Actually, a web application designed to be
able to run over HTTP protocol, so it needs an HTTP
translator, commonly called web browser. Bootstrap
framework [13] used as main framework in building this web
application. It offers a responsive web design, so the interface
of web application will more friendly and readable when
accessed in every device and every platform.