Giter Club home page Giter Club logo

iottweet's Introduction

[Logo_Iottweet_official.png]

IoTtweet

IoTtweet library for https://www.iottweet.com dashboard using. Internet of Things cloud data storage and control

What is IoTtweet ?

  • IoTtweet.com is web APIs for storage and control your Internet of Things over network. Anywhere, anytime in the world.

How to starting ?

[step 1.]
Signup account with https://www.iottweet.com/signup/register.php

[step 2.]
Prepare your IoT device and install 2 library as below into your computer.
2.1) ESP8266WiFi.h library
    - Open Arduino IDE on your computer.
    - Go to preferences.
    - Add link "http://arduino.esp8266.com/stable/package_esp8266com_index.json" into Board Manager URLs.
    - Save and re-start Arduino IDE.
    - Go to Tool > Boards > Boards Manager.
    - Scroll down and find "esp8266 by ESP8266 community". This is contained a library of ESP8266WiFi.h.
    - Click install, and after installed complete, click close.
    - Restart Arduino IDE again.
    - Open example, you will see some examples code of ESP8266WiFi.h. And now ready to coding ESP8266.

2.2) ArduinoJson.h library
    - Open Arduino IDE on your computer.
    - Go to Sketch> Include Libraries > Manage Libraries
    - Search "ArduinoJson" in search box, and make install it.
    - Restart Arduino IDE again.

2.3) IoTtweet.h library (we provided in this GITHUB)
    - Download this repository into your computer.
    - Extract files.
    - Copy folder name IoTtweet which contained 2 files of IoTtweet.h and IoTtweet.cpp, paste this folder at Arduino > libraries.
    - Restart Arduino IDE, ready to use IoTtweet command.

[step 3.]
Upload example code in this repository and change some parameter to your parameter.
const char *userid = "your_IoTtweet_userID";
const char *key = "your_registered_IoT_device_key";
const char *ssid = "your_wifi_ssid";
const char *password = "your_wifi_password";
float data0, data1, data2, data3;
const char *private_tweet = "Hello%20World";
const char *public_tweet = "I%20am%20Internet%20of%20Things";

⚠️ ⚠️ Library this version is not supported "blank space" between each string to send tweet. Please replace "blank space" with %20

[step 4.]
Let's tweet !!
See data on your dashboard and control your IoT from there.

dash v3 iottweet.png

Find out more at : https://www.iottweet.com/getstarted.php

IoTtweet support team 🐺
mailto:[email protected]
FB : www.facebook.com/IoTtweet
FB group talk :https://www.facebook.com/groups/191156967967490/

iottweet's People

Contributors

isaranu avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.