Install Kali Linux on Raspberry Pi and Start Ethical Hacking

In this tutorial, we will learn how to install Kali Linux on our Raspberry Pi. I will be using Raspberry Pi 3 B+.

1413 Views No comments yet May 5th, 2019 by

Install LAMP and VSCODE on Raspberry Pi for Web Development

In this tutorial, we will learn how to install LAMP stack (Linux, Apache, Mysql, and PHP) and VS CODE in your Raspberry Pi. You can use this to serve your own web server using pi or you want to use Raspberry Pi as a portable web development machine if you… Read More!

1508 Views No comments yet May 5th, 2019 by

Motion Detection with SMS notification using Sim800L RTC and PIR Sensor

In this tutorial, we will learn how to connect Real-time clock, PIR Sensor and SIM800L module to send us a notification whenever motion is detected. This is a great way to monitor if unauthorize person/burglar enters your house.

1538 Views 2 comments May 1st, 2019 by

ID System with SMS Notification using RFID MFC2522 RFID and SIM800L GSM Module

In this tutorial, we will learn how to connect Arduino with FRID and GSM Module. This is a cool project that can be used in different scenarios (e.g. School ID system with SMS notification which notifies parents if their child arrived at school; Doorlock system with SMS notification) and many… Read More!

1443 Views 1 comment May 1st, 2019 by

Read and Send SMS using SIM800L GSM Module and Arduino

Today we will learn how to send and receive SMS with SIM800L GSM Module and Arduino. This is a great project that you can integrate with your home automation or send sensor readings to your phone using SMS.

1864 Views 6 comments April 28th, 2019 by

Create awesome Wifi Chat with Captive Portal using NodeMcu ESP8266

In this tutorial, you will learn how to create a wifi chat with a captive portal using NodeMcuESP8266. You will also learn how to read and write to files in NodeMcu SPIFFS and to serve a web server.

1612 Views 5 comments February 10th, 2019 by

Receive a message from Facebook when PIR Sensor Detects Motion

Today, we will learn how to send a Facebook Chat when our PIR sensor detects motion. This tutorial is helpful if you want to create a security system which alerts you when someone is entering your house. You can also include this project in one of your home automation system.… Read More!

1421 Views No comments yet February 4th, 2019 by

Turn Led Lights On/Off using Facebook Messenger Chat

I wrote a detailed step-by-step tutorial to guide you through a simple IOT Project. You can turn off/on LED lights by chatting commands to your Facebook Page. In addition, can use this project in home automation projects, turning your appliances on via Facebook Chat. Video Demonstration   Requirements NodeMcu Wifi Module Arduino IDE… Read More!

1256 Views 3 comments February 2nd, 2019 by

Connecting RFID Scanner to PHP using NodeMcu Wifi Module

In this tutorial, we will learn how to connect your RFID RC522 to your PHP Apps with the use of NodeMcu ESP12. This tutorial covers how to set up the RFID. You will also learn how to connect RFID to PHP and insert data to Mysql database.   Video Demonstration… Read More!

3808 Views 60 comments January 29th, 2019 by

Do not let User Tell what is wrong about your Application

It is a good practice to review your code and not wait for the user to complain.  Other developers get too much comfortable when testing the software as they think that users make great testers and will eventually tell if something is wrong. This lead to oversight of a crippling… Read More!

1357 Views No comments yet January 28th, 2019 by