Intro to IOTSPT.com

by awaiskhawar in Circuits > Arduino

912 Views, 0 Favorites, 0 Comments

Intro to IOTSPT.com

banner iotspt.png

IOTSPT.com is an IoT network. Which is use for connecting hardware with Internet. This is specially design for ESP8266 modules. Developers has also created APIs for developers to integrate hardware with other software. The team of IOTSPT has create a user friendly environment for users. The main achievement of IOTSPT.com are as follow.

  • Real Time Communication
  • Efficient Communication

Software Requirements

There are two software's require for IOTSOT.com

  • Arduino IDE (Download From https://www.arduino.cc/en/Main/Software )
    • Modify Arduino IDE for NodeMCU or ESP8266 (Follow these steps Click Here )
  • Google Chrome( or any other Web Browser)

Hardware Requirements

To communicate with IOTSPT.com only ESP8266 is required or NodeMCU.

These both are basically are WIFI Modules. So thats why WIFI is compulsory for this.

Getting Starting With IOTSPT

Untitled.png

Register your self with iotspt.com is very simple.
Fill this signup form and then just press signup

After Regeneration

Untitled.png

Its provide you 12 channels for free. The things are mention in Red color is a "IOTSPT key". This is import for communication. This key is auto generated.

Others perimeters are mention below.

  • Blue Arrows are Inputs
    • Text Box input is use to enter any type of text data
    • When ON button is press it will set value to "1"
    • When OFF button is press it will set value to "0"

  • Purple one is a Output for Channels

Setting Hardware

Download Sample code from GITHUB

This is an example code for IOTSPT.com

Code

In this code there are two main Commands

  • Upload
  • Download

Upload

upload(channel No, Data);

upload(3, "1234");

Download

Download( channel No);

Download(3);

Feedback

Untitled.png

Provide us feed back

To make services better