loader

How Does Serial Communication Works in Arduino | Detailed Explanation

Serial communication is a fundamental aspect of microcontroller programming, and it plays a crucial role in enabling devices to exchange information. In the world of Arduino, serial communication is a powerful tool that allows you to send and receive data between your Arduino board and other devices, such as computers, sensors, displays, and more. In […]

10 DIY Development Boards for IoT in 2018

Further to the discussing 10 DIY Development Boards for IoT in 2018, In developing IoT apps whether it is a small device or a home automation system, the hardware forms the core of the IoT system. The hardware components include: sensors, a remote dashboard, devices to control, servers and a routing or bridge device. These components help […]

Home Automation Using Facebook Chat And Arduino ESP8266 WiFi Module

Going further to explain Home Automation Using Facebook Chat And Arduino ESP8266 WiFi Module. After reading and watching this video you will be able to control your home appliances e.g. TV, Fan, Refrigerator, Lights etc. from Facebook chat message with the help of Arduino Uno and ESP8266 WiFi Module. You just need to send instructions like […]

How To Control Home Appliance From Internet Using Arduino and ESP8266

In this article we are showing how you can control your home appliances from anywhere in world using Internet. In our daily life we always forget to switch off Lights, TV, AC, Fan and other appliances and unnecessary we waste electricity and money of course, which is very precious for us. So we have created […]

Basics of IoT and LED blinking program using Arduino Uno board

In this article we are showing what is IoT (Internet of Things) and how to write your first program in Arduino to blink LED. Components you needed :- 1 x Arduino uno board 1 x USB cable 1 x Bread board 1 x LED 2 x Jumper wire (Male to Male) Connection :- Sketch/Source Code […]