KudosAbhay / Arduino_To_Thingsboard

Send Data via SIM900A / SIM800 - Arduino to Thingsboard IoT platform
15 stars 12 forks source link
arduino arduino-mega arduino-mega2560-board iot-application json-data json-parser rest-api sim800 sim900 sim900a tcp-client thingsboard

Arduino_To_Thingsboard

This is a working code which can send data to thingsboard.io from Arduino Mega 2560.

Harware Used:

  1. Arduino Mega 2560
  2. SIM900A / SIM800

Implementation Done:

  1. Connected SIM900A / SIM800 to Serial1.
  2. Read the output obtained from that over Serial.
  3. TCP is implemented and Data is sent over HTTP request to the thingsboard server