An open API service indexing awesome lists of open source software.

https://github.com/KudosAbhay/Arduino_To_Thingsboard

Send Data via SIM900A / SIM800 - Arduino to Thingsboard IoT platform
https://github.com/KudosAbhay/Arduino_To_Thingsboard

arduino arduino-mega arduino-mega2560-board iot-application json-data json-parser rest-api sim800 sim900 sim900a tcp-client thingsboard

Last synced: 7 months ago
JSON representation

Send Data via SIM900A / SIM800 - Arduino to Thingsboard IoT platform

Awesome Lists containing this project

README

          

# Arduino_To_Thingsboard

This is a working code which can send data to [thingsboard.io](https://thingsboard.io/) from [Arduino Mega 2560](https://store.arduino.cc/usa/arduino-mega-2560-rev3).

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](https://thingsboard.io/) server