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
- Host: GitHub
- URL: https://github.com/KudosAbhay/Arduino_To_Thingsboard
- Owner: KudosAbhay
- Created: 2017-02-26T11:20:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T11:18:45.000Z (over 8 years ago)
- Last Synced: 2024-11-20T19:40:05.629Z (about 1 year ago)
- Topics: arduino, arduino-mega, arduino-mega2560-board, iot-application, json-data, json-parser, rest-api, sim800, sim900, sim900a, tcp-client, thingsboard
- Language: Arduino
- Homepage:
- Size: 6.84 KB
- Stars: 15
- Watchers: 4
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-thingsboard - Arduino_To_Thingsboard - send data to Thingsboard from Arduino Mega 2560 (Integrations / Hardware)
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