| |

Arduino Plant Watering System | Home Automation Project

A few days back we published an article “Home Automation using Arduino Nano” in our blog which was well-received among hobbyists. We also did a Home Automation System using NodeMCU. In this post, we are going to make our home SMARTER. We will be using the IoT features of Arduino Nano 33 IoT to water…

Most Secure Ways To Provide Protection For Your Business Data

What is personal information? Personal data are all data relating to a person whose identity can be directly or indirectly established by their use. It is usually about the data we use every day in our activities at work, in the trash, in the bank, school, on the Internet. Name and surname, address, e-mail address,…

| |

What is MQTT Explained | How MQTT Work? IoT Communication

What is MQTT? In this post, I’m going to tell you what MQTT is, how it can be used for IOT Applications and how to fetch data from Ubidots cloud using MQTT protocol.  MQTT stands for  Message Queuing Telemetry Transport. MQTT is an easy to use lightweight protocol which can be used for fetching or…

| |

Arduino Home Automation | DIY Home Automation using Arduino

A few weeks back we published a tutorial “Home Automation using Raspberry Pi” in rootsaid.com which was well received among hobbyists and college students. Then one of our members came up with an Arduino Home Automation system using NodeMCU. Arduino Home Automation System Here we will be showing you how to build an Arduino Home…

| |

SSH without Port Forwarding – Remote Access without port forwarding

Remote Access without Port Forwarding – SSH from outside LAN In this tutorial, I will show you how you can gain remote access without port forwarding. I will be showing you how you can SSH without port forwarding from outside your LAN and reach your device within the private network! What is SSH? Let us…

| |

Access Local Device without Port Forwarding – Ngrok Working & Setup

  Access Local device without Port Forwarding ngrok is an service that enables us to connect to any device (inside LAN or internet facing) through any network with out port forwarding. One key advantage of using ngrok is that, you dont have to be local network as your device to access them. You can SSH, use…